summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
Commit message (Expand)AuthorAgeFilesLines
* Change elemental type colour enum to use ETC_ prefix instead of EC_haranp2009-02-171-43/+43
* Fix warning.haranp2009-02-151-30/+0
* Various cleanups, mostly having to do with coord_def().haranp2009-02-151-1/+1
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-9/+5
* Clean up acquirement subtype determination code. (Another goto bites the dust.)haranp2009-02-041-1/+1
* Clean up Animate Dead. Also fix messaging.haranp2009-01-301-6/+12
* During arena mode make random_in_bounds() return a point inside the view port.zelgadis2009-01-281-2/+11
* Fix bounds checks for monsters' moving off the map to use map_bounds().dolorous2009-01-261-4/+22
* Simplify monster_random_space().dolorous2009-01-261-10/+10
* Add yet another cosmetic fix.dolorous2009-01-261-1/+1
* Remove now-unused redraw_gold flag.dolorous2009-01-201-1/+0
* Typo fix.dolorous2009-01-071-1/+1
* Fix bug #2489023: dismiss new-game LOS monster with MF_HARD_RESET to preventzelgadis2009-01-061-3/+5
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-1/+1
* Add miscellaneous minor fixes.dolorous2008-12-311-1/+1
* Complete rewrite of the beam code, making it considerably saner.haranp2008-12-251-0/+10
* Add another comment fix.dolorous2008-12-241-2/+2
* Make enslaved souls the EC_UNHOLY color, and make zombies shovable.dolorous2008-12-231-20/+16
* Attempt to make stair-tagging of adjacent monsters work properly when dolorous2008-12-201-9/+15
* Simplify.dolorous2008-12-081-2/+1
* Add miscellaneous minor fixes.dolorous2008-12-081-2/+2
* Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn'...dshaligram2008-11-261-1/+1
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-3/+4
* Change floor_property (blood, sanctuary) to flags, and add two newj-p-e-g2008-11-071-1/+2
* Simplify.dolorous2008-11-011-4/+4
* Disallow permanent abominations created via Twisted Resurrection from dolorous2008-11-011-16/+5
* Disallow zombified monsters' use of stairs.dolorous2008-10-311-3/+12
* For Yred worshippers, allow non-mindless undead to follow you if they're dolorous2008-10-301-2/+9
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-1/+1
* Increased Silence range from 6+0 to 6+1.haranp2008-10-121-1/+1
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-5/+5
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-1/+1
* Vampire feeding changes:j-p-e-g2008-09-281-1/+1
* Add whitespace fixes,dolorous2008-09-271-4/+4
* Add miscellaneous minor cleanups to prepare for the introduction of dolorous2008-09-251-0/+21
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-7/+0
* Warn the player if interlevel travel is going to take them to a level outside...dshaligram2008-08-041-2/+3
* More minor fixes.haranp2008-08-011-65/+52
* Massive overhaul to move towards coord_def().haranp2008-07-301-15/+8
* More cleanups.haranp2008-07-241-2/+2
* Fix embarrasing bug in rectangle_iterator().haranp2008-07-231-1/+1
* More cleanups and fixes.haranp2008-07-231-17/+59
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-3/+3
* Various code cleanups. Moving towards using coord_def()haranp2008-07-211-0/+5
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-4/+6
* Fix 2014303: Vampire hunger propertiesj-p-e-g2008-07-091-1/+1
* * Fix logic error in x_chance_in_y (BR 2013029)j-p-e-g2008-07-081-1/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-6/+17
* Remove debugging statement, minor clean up.j-p-e-g2008-07-031-2/+2