summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/clua/lm_tmsg.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add an explanatory message for bazaars/labyrinths.j-p-e-g2008-08-131-0/+6
| | | | | | | | | | | | | | Problems: * I don't know if there's any way to break the mpr statement in lua onto different lines. * Even though it's a single mpr, you cannot recolour (or mute) the message as a whole, only the submessages once it's broken. * In trunk, I can't create bazaar and labyrinth entries (with ^L) because while the marker is placed, the minivault isn't. No idea, why. Anyway, that'd make testing this a matter of chance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6816 c06c8d41-db1a-0410-9941-cceddc491573
* Fixed crash when using travel to waypoint or Lugonu's Corruption on a leveldshaligram2007-08-181-2/+2
| | | | | | with a Lua marker. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2016 c06c8d41-db1a-0410-9941-cceddc491573
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+106
KFEAT: feature names are now as in the dungeon_feature_type enum. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1930 c06c8d41-db1a-0410-9941-cceddc491573