summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luadgn.cc
Commit message (Expand)AuthorAgeFilesLines
* More mgrd elimination and moving to coord_def().haranp2009-02-141-1/+1
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-5/+3
* Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles....ennewalker2009-01-201-8/+32
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* [2468791] Reduce distinction between minivaults and floating vaults. All vaul...dshaligram2009-01-031-18/+17
* Apply a patch by castamir to fix a multitude of typos.j-p-e-g2008-12-281-1/+1
* Let portal vaults (and places like Vault:8 and Slime:6) change the short andzelgadis2008-12-271-0/+35
* Let e.set_random_mon_list() work, as well as dgn.set_random_mon_list()zelgadis2008-12-251-7/+45
* dgn.set_random_mon_list() shouldn't complain about it being used outside ofzelgadis2008-12-161-1/+6
* Breaks savefile compatibility.zelgadis2008-12-131-0/+104
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-1/+2
* [2054793] Partial implementation of the request to have COLOUR tags affect ti...ennewalker2008-12-011-3/+153
* Fix broken timed portals (pointless).dshaligram2008-11-291-2/+2
* Fixed slow ziggurat level build, fixed ziggurat dismissals of simulacra resul...dshaligram2008-11-281-28/+129
* Added functions print_dlua_stack() and print_clua_stack(), which canzelgadis2008-11-271-0/+28
* Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn'...dshaligram2008-11-261-2/+38
* Start of moving special room definitions (monster lairs and monster pits)zelgadis2008-11-261-0/+20
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-0/+117
* Added you.level_type_name_abbrev, which on portal levels is stored inzelgadis2008-11-251-0/+22
* Fix compile warnings (Napkin).dshaligram2008-11-251-1/+1
* Ditch baroque dgnevent veto mechanism in favour of marker-property-based veto...dshaligram2008-11-251-3/+0
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-1/+4
* The "Place:" for ziggurats now displays as "Ziggurat:1"/"Ziggurat:2"/etczelgadis2008-11-251-0/+20
* Allow ziggurats placed in Pandemonium to return to the same Pan level when th...dshaligram2008-11-251-0/+8
* Don't call viewwindow when generating ziggurat to avoid mapping glitches.dshaligram2008-11-241-7/+13
* Add pillars to ziggurat, more utility functions for Lua to handle maps.dshaligram2008-11-241-7/+98
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-0/+20
* Allow Lua to place vaults with dgn.place_map().dshaligram2008-11-231-0/+106
* More steps toward ziggurats.dshaligram2008-11-231-51/+149
* Lua functions for FLOORCOL and ROCKCOL are now named floorcol() and rockcol()...dshaligram2008-11-231-42/+46
* Third argument to dgn.grid() is optional. Fixed error that happenedzelgadis2008-11-211-3/+6
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-132/+86
* Fixed process_disconnected_zones sometimes filling the whole level with solid...dshaligram2008-11-191-5/+17
* Separate CHANCE and WEIGHT. CHANCE is a probability, WEIGHT is a raw number u...dshaligram2008-11-191-3/+22
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-0/+18
* Report the right line numbers for Lua errors in .crawlrc Lua.dshaligram2008-08-091-0/+9
* Massive overhaul to move towards coord_def().haranp2008-07-301-11/+10
* Implemented monster spell miscasts. Spell miscasting is now handledzelgadis2008-07-291-3/+6
* Adding lua function to fill in disconnected zones.ennewalker2008-07-261-0/+20
* More cleanups.haranp2008-07-241-1/+1
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-3/+4
* More release issues. Adding more missing doc files into 'make install' for W...ennewalker2008-07-121-2/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-7/+5
* Fix compilation.dolorous2008-06-251-2/+2
* Pushing some dungeon-related lua functions back into C++.ennewalker2008-05-221-12/+412
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-8/+8
* Another code cleanup.j-p-e-g2008-04-151-8/+10
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-0/+1
* A number of whitespace changes. Linux makes this soooo easy. :Pj-p-e-g2008-04-111-19/+19
* Move Slime:6 wall change to lair.des Lua. The slimy rune is now guaranteed.dshaligram2008-03-311-1/+16