summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Add end.ccNicholas Feinberg2014-07-281-2/+2
* Save old colour in terrain-change markers (#8806)Neil Moore2014-07-201-3/+11
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+4
* Remove phoenixesreaverb2014-05-061-1/+3
* 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
* Add cloud spread markersDracoOmega2013-05-261-0/+74
* Tag door seal markers for removal at the next major version bumpDracoOmega2013-05-261-0/+4
* Add map markers for temporary terrain changesDracoOmega2013-05-261-0/+54
* Get rid of a misplaced prototype, adjust includes.Adam Borowski2013-04-101-1/+1
* Add Vault WardensDracoOmega2013-03-031-1/+47
* Axe a number of unused functions.Adam Borowski2012-11-241-15/+0
* Drop a lot of unnecessary braces.Adam Borowski2012-10-241-2/+0
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Use std namespace.Raphael Langella2012-08-261-85/+78
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-4/+6
* Drop a bunch of useless uses of this->Adam Borowski2012-07-101-3/+3
* Some more return deparenthesization.Adam Borowski2012-07-051-7/+7
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* String scalars are scalars, too.Adam Borowski2012-07-051-1/+1
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-38/+38
* Drop TAG_MAJOR_VERSION == 32 ifdefs.Adam Borowski2012-04-251-6/+1
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-2/+0
* Wrap some egregiously long lines in the source.Adam Borowski2012-03-281-2/+4
* Fix Phoenix attitude, marker removal (#4881).Jude Brown2011-11-111-4/+12
* Finish Phoenixes!Jude Brown2011-11-101-8/+8
* Randomize the destination of hatches and shafts (#3200).Raphael Langella2011-08-111-1/+47
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Begin work on phoenix resurrection: phoenix map marker.Jude Brown2011-03-061-1/+52
* Merge branch 'sf/lua-free-saves'Adam Borowski2011-01-091-15/+10
|\
| * Use FunctionWrapper objects instead of raw functions for all markers.Darshan Shaligram2011-01-091-15/+10
* | Bump the major version, purge shims, fix breakage.Adam Borowski2011-01-091-27/+0
|/
* Simplify tag minor version handling.Darshan Shaligram2011-01-031-3/+1
* Fix #2975: crash on loading save after monster cast Malign Gateway.Jude Brown2010-12-251-12/+31
* Revert bump of the major save version.Adam Borowski2010-11-251-0/+6
* Remove rune_subst; bump save major version, map cache version; clean up after...Vsevolod Kozlov2010-11-251-6/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-7/+7
* Fix marshalling with minor versions (Kilobyte).Jude Brown2010-10-091-4/+2
* Make Malign Gateway a one-at-a-time spell.Jude Brown2010-10-091-2/+14
* whitespace fixRaphael Langella2010-10-081-1/+1
* Improve Malign Gateway.Jude Brown2010-10-071-1/+55
* Don't set have_inactive_markers when moving markers or assigning from another...Darshan Shaligram2010-07-241-0/+3
* Clear have_inactive_markers if all markers are removed.Darshan Shaligram2010-07-241-0/+9
* Initialise have_inactive_markers to false.Darshan Shaligram2010-07-241-2/+3
* ASSERT in world_reacts if markers are not activated.Darshan Shaligram2010-07-241-0/+24
* Add remove_markers_and_listeners_at to safely remove Lua markers and dungeon ...Darshan Shaligram2010-07-211-0/+21
* Fix crash when activating a marker causes it to remove itself from marker lis...Darshan Shaligram2010-06-241-8/+12
* Placate clang's warnings about shadowing class variables in class functions.Adam Borowski2010-06-201-2/+2
* s/marshallLong/marshallInt/, since this confusion tends to cause bugs.Adam Borowski2010-06-201-4/+4