summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgn.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Apply galehar's "next map after winning" changes to the tutorial.Johanna Ploog2011-02-111-0/+4
* Split trees into trees-on-land and trees-on-water.Adam Borowski2011-01-051-3/+7
* Store the blame when clouds are placed.Adam Borowski2010-12-261-12/+7
* Allow maps to specify different CHANCE and WEIGHT for different depth ranges ...Darshan Shaligram2010-12-241-38/+68
* Use rectangle_iterator and adjacent_iterator in dgn_floor_halo.Vsevolod Kozlov2010-12-221-17/+13
* Use rectangle_iterator in dgn_fixup_stairs.Vsevolod Kozlov2010-12-221-16/+13
* Ensure a space after "return".Adam Borowski2010-12-161-2/+2
* Convert special rooms to a minivault that uses subvaults.Vsevolod Kozlov2010-12-091-19/+0
* Add support for Lua hooks triggered during vault generation (dpeg)Darshan Shaligram2010-12-051-0/+7
* Remove rune_subst; bump save major version, map cache version; clean up after...Vsevolod Kozlov2010-11-251-7/+0
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-12/+12
* fix lua memory leakJesse Luehrs2010-09-211-1/+1
* add lua function to access the vault containing a coordJesse Luehrs2010-09-101-0/+17
* [2394] Fix Shoals incremental tide updates to guarantee a shallow water inter...Darshan Shaligram2010-08-281-1/+1
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-4/+4
* For functions with names starting with _, actually declare them static.Adam Borowski2010-07-061-1/+1
* Implement chaos-brand melee effects for being engulfed in CLOUD_CHAOS (Mu).Darshan Shaligram2010-07-031-2/+2
* If the PC dies in a vault, log the map name and description.Darshan Shaligram2010-06-281-0/+14
* Redo CHANCE handling for vaults.Darshan Shaligram2010-06-241-3/+6
* Decouple stealth checks from drawing the view window.Adam Borowski2010-06-231-2/+2
* Make dungeon builder reject vaults that have no DEPTH, PLACE or TAGS that can...Darshan Shaligram2010-06-201-5/+8
* Clean up brace placement.Robert Vollmert2010-06-171-3/+6
* Add support for vaults in the Abyss, save vault metadata in the level save.Darshan Shaligram2010-06-061-8/+13
* Split off tilepick files into tileview.Enne Walker2010-05-301-1/+1
* Split up tiles.h.Enne Walker2010-05-301-1/+2
* Remove the place.num_runes field, it is never used.Adam Borowski2010-04-221-7/+0
* Allow setting all branch flags from Lua/.des.Robert Vollmert2010-04-071-1/+1
* Make the enums for trees use singular form, just like all other features.Adam Borowski2010-03-091-1/+1
* Fix TGW's Kiku altar.Jude Brown2010-02-151-0/+15
* dgn.cloud_at wrapper for TGW.Jude Brown2010-02-141-0/+19
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* shoals_atoll support: FHEIGHT sets heights for map squares, tide_seed propert...Darshan Shaligram2010-01-201-0/+15
* Convert fprop instances in mapdef.* to unsigned long. (greensnark)Jude Brown2010-01-171-6/+2
* Code to alter/check feature properties in Lua.Jude Brown2010-01-171-0/+57
* A simple noisy wrapper for Zaba.Jude Brown2010-01-081-0/+12
* Fix Shoal:$ generation bugs: stairs could be surrounded by deep water, hut en...Darshan Shaligram2010-01-051-9/+115
* Guarantee a small guard around the shoal rune.Darshan Shaligram2010-01-011-0/+7
* Customisable clouds!Jude Brown2009-12-281-4/+14
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-3/+1
* tiles: only include tiledef-*.h in files where they're neededSteven Noonan2009-12-121-0/+3
* Temporary hack to make set_border_fill_type work.Jude Brown2009-12-061-0/+4
* Quiet compiler warning.Robert Vollmert2009-12-011-2/+2
* Revert "Convert dgn.set_border_fill_type to BORDER."Jude Brown2009-11-301-27/+27
* Convert dgn.set_border_fill_type to BORDER.Jude Brown2009-11-301-27/+27
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Subvaults.Enne Walker2009-11-281-4/+34
* Remove further header-header includes.Robert Vollmert2009-11-271-0/+1
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Don't use is_travelsafe_square for dungeon generation.Robert Vollmert2009-11-251-1/+1
* Lua wrapper for place_cloud.Jude Brown2009-11-211-0/+52