summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of coordinate loops to new radius_iterator.Robert Vollmert2009-11-131-6/+3
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-19/+31
* Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.Jude Brown2009-11-121-1/+1
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-57/+25
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-5/+5
* Reorder the parameters in mgen_data::hostile_at() to be closer to theDavid Lawrence Ramsey2009-11-081-2/+2
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-1/+1
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* Remove player.h dependency from coordit.h.Robert Vollmert2009-11-081-1/+1
* Replace mons_is_summoned with monsters::is_summoned.Vsevolod Kozlov2009-11-071-2/+2
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-7/+7
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-1/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-1/+1
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+2
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-2/+2
* Replace uses of player_is_swimming with you.swimming.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Get rid of multiple-meaning "int object" in env.show.Robert Vollmert2009-11-041-2/+2
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-1/+1
* Move feature_def and Feature array into feature.cc from view.cc.Robert Vollmert2009-11-041-0/+1
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Move random_near_space into new teleport.cc.Robert Vollmert2009-11-021-0/+1
* Split up monstuff.ccMatthew Cline2009-11-011-0/+1
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-311-8/+8
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-1/+1
* Combine mons_is_submerged(monsters *m) into monsters::submerged()abrahamwl2009-10-311-1/+1
* Fix more missing includes. Sorry.Robert Vollmert2009-10-311-0/+1
* Simplify.David Lawrence Ramsey2009-10-301-2/+3
* Fix part of [2879725]: Don't let Xom close an open door if monsters orDavid Lawrence Ramsey2009-10-291-1/+2
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-1/+1
* Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Naming consistency.Robert Vollmert2009-10-171-19/+19
* Globally replace see_grid by see_cell.Robert Vollmert2009-10-171-7/+7
* Remove duplicated version of _move_stairs.Robert Vollmert2009-10-161-3/+6
* Rewrite find_ray to use precomputed cellrays.Robert Vollmert2009-10-161-1/+1
* Remove fallback calculation from find_ray.Robert Vollmert2009-10-151-1/+1
* Simplify.David Lawrence Ramsey2009-10-131-3/+3
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-10-131-3/+3
* Xom teleportation fixes: Consolidate checks for artefacts preventingDavid Lawrence Ramsey2009-10-131-9/+27
* Remove Haunt from Xom's spell list, as it now requires an explicit, and,David Lawrence Ramsey2009-10-131-20/+25
* xom.cc: fix 'format string not string literal' warningSteven Noonan2009-10-121-1/+1
* Fix non-debug compilation, broken by recent Xom changes.Adam Borowski2009-10-121-2/+0
* Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]David Lawrence Ramsey2009-10-111-184/+913