summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mon-pickAdam Borowski2012-11-041-1/+1
|\
| * Use std namespace.Raphael Langella2012-08-261-1/+1
* | Get rid of a crapload of uselessly passed level_number.Adam Borowski2012-11-041-2/+1
|/
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* s/noreturn/NORETURN/ to unbreak Windows builds.Adam Borowski2011-01-071-1/+1
* Follow the advice of gcc-4.6 -Wsuggest-attribute=noreturnAdam Borowski2011-01-071-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-4/+4
* Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-2/+2
* Allow starting the arena from the startup menu.Robert Vollmert2010-04-301-1/+1
* headers: fix inconsistent struct/class forward declarationsSteven Noonan2009-12-291-1/+1
* arena: respawning slime creaturesMatthew Cline2009-11-021-0/+3
* headers: remove 'AppHdr.h' include from .h filesSteven Noonan2009-10-101-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* Fix [2498711]: In arena mode, mark monsters duplicated by chaos as dolorous2009-01-161-2/+1
* Apply Eino's patches 2494428, 2494591 and 2494703. Thanks!j-p-e-g2009-01-091-0/+8
* Change arena item culling to cull oldest items first instead of most boringzelgadis2009-01-091-1/+1
* Yet another fix to the arena win/loss/tie logic.zelgadis2009-01-071-0/+6
* The arena now prevents undesired random monsters from being placed by tellingzelgadis2009-01-031-0/+15
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-0/+8