summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Make Doxygen @returns "@return" for consistancy.reaverb2014-06-051-2/+2
* Correct some doxygen blocks.Neil Moore2014-05-291-3/+3
* Make corpses and skeletons stationary items (minmay)gammafunk2014-05-261-9/+27
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Don't let Shoals level building overwrite vaults (#8529).Steve Melenchuk2014-05-091-1/+2
* Reduce strange interactions between Shoals tides and temp waterDracoOmega2014-01-281-1/+2
* Tide pushes player if their flight (or form) is expiring.Raphael Langella2013-12-261-1/+6
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-2/+2
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-2/+2
* Let shoals tides lap past all closed doors sometimes.blackcustard2013-11-221-1/+1
* Drop a pointless variable.Adam Borowski2013-11-161-2/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Use cell_is_solid where appropriate.Neil Moore2013-11-011-1/+1
* Rewrite monster_iterator.Adam Borowski2013-10-311-1/+1
* Drop a lot of superfluous parentheses.Adam Borowski2013-10-241-11/+11
* Put the Generating_Level global into crawl_state.Adam Borowski2013-10-031-1/+2
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-2/+2
* Pad some ternary operators with spaces on the leftChris Oelmueller2013-07-281-3/+3
* Fix Shoals map connections.Darshan Shaligram2013-02-031-5/+135
* HangedMan's new Shoals ending.Darshan Shaligram2013-02-031-35/+0
* Replace levitation with flight and remove controlled flight (elliott)Chris Campbell2012-11-071-1/+0
* Use std namespace.Raphael Langella2012-08-261-33/+32
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-2/+3
* Revert shoals colours and exploration limit.Raphael Langella2012-07-191-0/+9
* Show the autoexplore limit in Shoals.Raphael Langella2012-07-171-9/+0
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-4/+4
* Change 'clobber' to 'check_collision' in _build_secondary_vault and things th...Vsevolod Kozlov2012-05-241-2/+2
* Merge branch 'master' into portal_branchesAdam Borowski2012-04-251-2/+0
|\
| * Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* | Merge branch 'master' into portal_branchesAdam Borowski2012-03-261-2/+2
|\|
| * Replace "atype() == ACT_MONSTER" with "is_monster()" -- half the length.Adam Borowski2012-03-221-2/+2
* | Merge branch 'master' into portal_branchesAdam Borowski2012-02-201-1/+0
|\|
| * Eliminate an almost empty file.Adam Borowski2012-01-031-1/+0
* | Use branch depth rather than absolute depth as the authoritative one.Adam Borowski2012-01-031-3/+3
* | Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-14/+14
|\|
| * Make most of initialized data static.Adam Borowski2011-12-271-14/+14
* | Merge branch 'master' into portal_branchesAdam Borowski2011-11-231-2/+2
|\|
| * Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-9/+3
| |\
| * \ Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-2/+0
| |\ \
| * \ \ Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-1/+40
| |\ \ \
| * | | | Replace DESC_NOCAP_YOUR and DESC_CAP_YOUR with DESC_YOURRobert Burnham2011-03-251-1/+1
* | | | | Merge branch 'master' into portal_branchesAdam Borowski2011-11-191-9/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Replace a bunch of floating-point sqrt()s by integer ones.Adam Borowski2011-11-131-9/+3
| | |_|/ | |/| |
* / | | Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.Adam Borowski2011-11-041-2/+1
|/ / /
* | / Make cppcheck a bit happier.Adam Borowski2011-07-051-2/+0
| |/ |/|
* | Fix #781: handle throwing nets correctly in the Shoals tides.Johanna Ploog2011-04-141-1/+40
|/
* Apply the new ground_level method.Raphael Langella2011-02-121-3/+2