summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+2
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Remove the show_gold_turns option.Shmuale Mark2014-07-021-2/+0
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-3/+3
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+1
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Make arena_delay available outside of arena as view_delay.Steve Melenchuk2014-02-271-4/+4
* Automated brace removal.Adam Borowski2013-11-291-4/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-14/+11
* Refactor ASSERT(a && b) againBrendan Hickey2013-11-151-1/+2
* More formatting fixes for return (...);Neil Moore2013-11-151-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Transform the lower half of D into a new branch: the Depths.Steve Melenchuk2013-11-121-2/+2
* Shorten branch enums.Adam Borowski2013-11-031-2/+2
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Drop an untrue comment.Adam Borowski2013-10-271-3/+0
* Don't consider a hard_reset dismissal on the arena to be an error.Adam Borowski2013-10-271-1/+4
* Rebase hunger values at 0 (from 100).Adam Borowski2013-10-271-1/+2
* Fix an arena bookkeeping crash when a slime creature/mass splits.Adam Borowski2013-10-251-1/+4
* Put the Generating_Level global into crawl_state.Adam Borowski2013-10-031-1/+1
* A new throwing missile, tentantively named "tomahawk".Adam Borowski2013-09-221-0/+1
* Cancel an american speling.Adam Borowski2013-08-241-5/+5
* Fix lots of typosChris Oelmueller2013-07-231-1/+1
* Fix arena across restart_after_game (#2962)Neil Moore2013-06-171-0/+10
* New mcros ASSERT_IN_BOUNDS{,_OR_ORIGIN}().Neil Moore2013-06-091-1/+1
* Clean up tentacle/tentacle segment handling somewhat.David Lawrence Ramsey2013-05-271-5/+5
* Get rid of a misplaced prototype, adjust includes.Adam Borowski2013-04-101-1/+1
* Use FixedBitArray instead of large arrays of bools.Adam Borowski2013-04-091-2/+2
* An ugly hack: exempt tentacles from arena faction calculations.Adam Borowski2013-04-071-8/+10
* Purge unused code for the arena.Adam Borowski2013-04-051-34/+0
* Make non-public arena stuff static.Adam Borowski2013-04-051-67/+67
* Merge branch 'mon-pick'Adam Borowski2013-03-211-15/+9
|\
| * Rewrite zombifiable monster requests.Adam Borowski2013-03-181-1/+0
| * Merge branch 'master' into mon-pickAdam Borowski2013-01-091-1/+1
| |\
| * \ Merge branch 'master' into mon-pickAdam Borowski2012-11-041-47/+46
| |\ \
| * | | Get rid of a crapload of uselessly passed level_number.Adam Borowski2012-11-041-5/+4
| * | | Don't go through inappropriate monsters during arena selection.Adam Borowski2012-08-271-9/+5
| * | | Don't pretend mons_{rarity,level}() use anything but place.branch.Adam Borowski2012-08-271-1/+1
* | | | Simplify handling of version info.Adam Borowski2013-03-141-1/+1
| |_|/ |/| |
* | | Fix prompts asking for 'I' in Turkish locales.Adam Borowski2012-11-221-1/+1
| |/ |/|
* | Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+2
* | Use std namespace.Raphael Langella2012-08-261-47/+44
|/
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+12
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-13/+13
* Change 'clobber' to 'check_collision' in _build_secondary_vault and things th...Vsevolod Kozlov2012-05-241-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-2/+0
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-1/+1
|\
| * Mindexicide: behaviour_event().Adam Borowski2012-04-211-1/+1