summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgn.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace.David Lawrence Ramsey2009-11-201-3/+3
* Fixing ziggurats missing fill_area function.Enne Walker2009-11-171-0/+27
* Provide sanity checking for set_border_fill_type.Jude Brown2009-11-141-3/+14
* Allow portal vaults to specify fill and border glyph.Jude Brown2009-11-141-0/+16
* Remove a few obsolete includes.Robert Vollmert2009-11-101-2/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-2/+2
* l_dgn.cc: dgn.marker_at_pos()Matthew Cline2009-11-081-0/+19
* Undid accidental/stale commit (oops)Matthew Cline2009-11-031-10/+0
* l_dgn.cc: define 'dgn.in_bounds()' lua funcMatthew Cline2009-11-031-0/+10
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-4/+36
* Fix more missing includes. Sorry.Robert Vollmert2009-10-311-0/+2
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+3
* Wrapper for find_map_by_name (dgn.map_by_name). Test set for generation of sp...Jude Brown2009-10-241-0/+9
* KPROP: assign feature properties in Lua vaults: FPROP_BLOODY, etc.Jude Brown2009-10-211-0/+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-1/+1
* cosmetic: strip trailing whitespaceSteven Noonan2009-10-201-151/+151
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-1/+1
* Split debug lua bindings out to new library "debug".Robert Vollmert2009-10-201-66/+0
* Split out grid and feature-related bindings.Robert Vollmert2009-10-201-228/+1
* Split builder functions out from l_dgn.cc.Robert Vollmert2009-10-201-350/+2
* Split level and branch functions out of l_dgn.cc.Robert Vollmert2009-10-201-145/+3
* Split out tiles specific functions from l_dgn.cc.Robert Vollmert2009-10-201-156/+3
* Split some parts of lua library "dgn" out.Robert Vollmert2009-10-201-332/+0
* Move part of dgn_lib out to l_dgnevt.cc.Robert Vollmert2009-10-201-51/+0
* Split file_lib out.Robert Vollmert2009-10-191-0/+1
* Split dgn_lib out of luadgn.cc; rename luadgn to dlua.Robert Vollmert2009-10-191-0/+2893