summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.cc
Commit message (Expand)AuthorAgeFilesLines
* Report Lua marker property errors on the error channel (due).Darshan Shaligram2009-12-171-0/+4
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Don't remove marker while it's being activatedMatthew Cline2009-11-131-0/+7
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-5/+48
* Let markers change the description of any featureMatthew Cline2009-10-251-26/+4
* Removed 0.5 savefile minor versions, renumberedMatthew Cline2009-10-231-8/+6
* Create l_defs.h and move stuff there.Robert Vollmert2009-10-211-0/+1
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-0/+2
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Remove unnecessary includes of view.h.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-3/+0
* On a crash, do consistency checking on the level's markers, dump the level'szelgadis2009-01-281-0/+19
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* The entry gates to portal vaults can now set their long feature description viazelgadis2008-12-281-0/+10
* Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn'...dshaligram2008-11-261-0/+14
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-0/+15
* Ditch baroque dgnevent veto mechanism in favour of marker-property-based veto...dshaligram2008-11-251-0/+7
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-2/+13
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-1/+1
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-0/+11
* Added lua_datum to wrap the common task of retaining references to Lua object...dshaligram2008-11-181-18/+10
* Possible fix for 2018522.haranp2008-07-151-1/+5
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Fix 1937489: Remove map markers overwritten by lakes or rivers, as wasj-p-e-g2008-06-011-0/+2
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-7/+7
* Better support for settings files that include other files:dshaligram2008-05-261-0/+1
* A little bit of savegame code cleanup; and a small format change to makepauldubois2008-04-201-3/+27
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-7/+10
* [1923246] Item pickup marker moves itself when the item it's guarding is appo...dshaligram2008-03-311-1/+13
* Cleanup/refactoring of tags.cc. No functional changes. I've beenpauldubois2008-03-171-31/+31
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* Lua map markers can now be generated in C code fromzelgadis2007-11-121-9/+28
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+18
* If wizard mode is on when going through a portal to a bazaar, Crawl willzelgadis2007-09-191-0/+90
* Fixed crash when using travel to waypoint or Lugonu's Corruption on a leveldshaligram2007-08-181-5/+8
* Fixed map marker crashes.dshaligram2007-08-171-37/+110
* Give Lugonu Banishment and Corruption. I've left the old Bend Space in, becausedshaligram2007-08-111-2/+51
* Labyrinth entry points are now a guaranteed minimum distance away from thedshaligram2007-08-011-0/+11
* &L can place encompass levels, and is more aggressive about overwritingdshaligram2007-07-291-0/+21
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-13/+64
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-145/+153
* Updated level-design.txt.dshaligram2007-07-211-0/+395