summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change butchering prompt to hopefully be less confusing (BR 2009022).j-p-e-g2008-07-031-9/+9
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-0/+5
* Add color-related fixes: orcish idols are now consistently described as dolorous2008-06-291-2/+2
* After some pointers from jpeg, rework the routine for monsters' leaving dolorous2008-06-281-1/+1
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-24/+24
* For functions that return char*'s, don't return a c_str() of an dolorous2008-06-251-3/+3
* Typo fixes.dolorous2008-06-251-1/+1
* Add whitespace fix.dolorous2008-06-221-1/+1
* Make redraw_screen() a bit smarter if the game isn't initialised yet.haranp2008-06-181-0/+7
* Comment fixes.dolorous2008-06-181-3/+3
* Simplify.dolorous2008-06-181-1/+1
* Add a few more follower-related cleanups.dolorous2008-06-181-4/+1
* Comment fix.dolorous2008-06-181-1/+1
* Fix breakage.dolorous2008-06-181-2/+2