summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luadgn.h
Commit message (Expand)AuthorAgeFilesLines
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-2/+5
* Batch of tiny changes for MSVC compiles.pauldubois2008-03-101-1/+1
* Fix crash on shutdown caused by bad order of static destruction (ugh).pauldubois2008-03-091-0/+1
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+1
* Added svn properties svn:keywords and svn:eol-style to files which werezelgadis2007-10-031-1/+1
* Implemented patch 1773718 (improved wizard commands) andj-p-e-g2007-09-021-0/+1
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+13
* Extend rectangular vault support for regular vaults.dshaligram2007-07-071-1/+2
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-0/+3
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-1/+3
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-2/+11
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-3/+9
* Hackily rewrite Lua chunk errors to reflect line numbers from the originaldshaligram2007-06-241-2/+6
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-0/+1
* Oops, missed luadgn.ccdshaligram2007-06-231-0/+48