summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.ypp
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Add end.ccNicholas Feinberg2014-07-281-1/+1
* Add a new "ORDER:" map header for sorting game-mode maps.Neil Moore2013-09-051-1/+10
* Add a CLEAR directive for map filesPete Hurst2013-05-291-1/+11
* Make yyerror() static.Adam Borowski2013-04-071-1/+1
* Cut another case of std::Adam Borowski2012-08-281-4/+4
* Put AppHdr.h in yacc sources to the front, to make PCH happy.Adam Borowski2011-10-121-2/+2
* s/noreturn/NORETURN/ to unbreak Windows builds.Adam Borowski2011-01-071-1/+1
* Follow the advice of gcc-4.6 -Wsuggest-attribute=noreturnAdam Borowski2011-01-071-1/+1
* Fix std::string being passed directly to %s format in level compiler.Darshan Shaligram2010-12-241-1/+1
* Fix doubles being passed to %d format strings in level compiler (Zaba).Darshan Shaligram2010-12-241-2/+2
* Allow maps to specify different CHANCE and WEIGHT for different depth ranges ...Darshan Shaligram2010-12-241-36/+56
* Fix a clang warning in the yaccage.Adam Borowski2010-07-301-0/+2
* If the PC dies in a vault, log the map name and description.Darshan Shaligram2010-06-281-1/+11
* Redo CHANCE handling for vaults.Darshan Shaligram2010-06-241-2/+2
* Make dungeon builder reject vaults that have no DEPTH, PLACE or TAGS that can...Darshan Shaligram2010-06-201-4/+2
* Lua map epilogues (Keskitalo).Jude Brown2010-02-211-1/+13
* Whitespace fixes.Adam Borowski2010-01-211-1/+1
* shoals_atoll support: FHEIGHT sets heights for map squares, tide_seed propert...Darshan Shaligram2010-01-201-1/+19
* Massively expand tile functionality in vault definitions.Jude Brown2009-12-091-1/+19
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-301-10/+0
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-301-0/+10
* Subvaults.Enne Walker2009-11-281-1/+18
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-211-1/+11
* Fix missing levcomp include properly.Robert Vollmert2009-10-211-2/+1
* Revert "Fix broken include."Robert Vollmert2009-10-211-1/+2
* Fix broken include.Robert Vollmert2009-10-211-2/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-1/+1
* Lua map improvements.Enne Walker2009-10-181-1/+1
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-201-17/+52
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-1/+21
* Lua functions for FLOORCOL and ROCKCOL are now named floorcol() and rockcol()...dshaligram2008-11-231-2/+2
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-4/+34
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-24/+26
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-43/+45
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-0/+21
* Bumped piety cost for brothers-in-arms and greater healing.dshaligram2007-09-271-3/+20
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-2/+32
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-1/+11
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-6/+21
* Fixed level-compiler not warning of maps with the same name consistently.dshaligram2007-07-081-18/+5
* Added NSUBST.dshaligram2007-07-011-1/+18
* Level updates collated by David.dshaligram2007-07-011-0/+7
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-3/+20
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-16/+11
* Added support for a validation hook for maps to check if they're A-Ok.dshaligram2007-06-261-2/+26
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-0/+21
* Allow multiple MAP sections per map (maps can be conditionalised with Lua).dshaligram2007-06-241-2/+10
* Hackily rewrite Lua chunk errors to reflect line numbers from the originaldshaligram2007-06-241-2/+5
* Implemented .des file caching (speeds startup a fair bit): .des files aredshaligram2007-06-241-2/+3