summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for compile failure on 32-bit g++dshaligram2009-05-031-1/+1
* Allow ziggurat levels to generate all monsters awakedshaligram2009-05-021-1/+66
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-1/+1
* Remove all traces of TRAN_AIR and TRAN_SERPENT_OF_HELL, the latterj-p-e-g2009-02-271-4/+0
* * Move eating logic from lua to C again, so as to handle more than j-p-e-g2009-01-251-2/+2
* Include the Lua stack trace and currently acting monsters in the crash report.zelgadis2009-01-221-5/+3
* Remove now-unused redraw_gold flag.dolorous2009-01-201-1/+0
* Greatly improve eating interface, as suggested in FRs 1923273 and 2018733.j-p-e-g2009-01-061-32/+50
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Fix .des timer messaging to be easier to customise, applied timer to sewer po...dshaligram2008-12-011-0/+11
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-0/+5
* Fixed slow ziggurat level build, fixed ziggurat dismissals of simulacra resul...dshaligram2008-11-281-30/+12
* Added functions print_dlua_stack() and print_clua_stack(), which canzelgadis2008-11-271-0/+28
* Place external loot chamber for ziggurat levels with jellies.dshaligram2008-11-251-3/+47
* Make a note about how much you paid to enter a ziggurat.zelgadis2008-11-251-0/+23
* Fix compile warnings (Napkin).dshaligram2008-11-251-0/+4
* Ziggurat portals charge gold for entry.dshaligram2008-11-251-6/+62
* Add pillars to ziggurat, more utility functions for Lua to handle maps.dshaligram2008-11-241-0/+17
* More steps toward ziggurats.dshaligram2008-11-231-9/+69
* Spadework for ziggurats and other multilevel portal vaults.dshaligram2008-11-201-0/+30
* Lua marker code is now converted into an anonymous function in the same scope...dshaligram2008-11-181-2/+19
* Added lua_datum to wrap the common task of retaining references to Lua object...dshaligram2008-11-181-2/+82
* Added crawl.process_keys to user Lua API to allow a Lua macro to ask Crawl to...dshaligram2008-11-121-0/+20
* Massive overhaul to move towards coord_def().haranp2008-07-301-8/+8
* FR 2017262: add chunk colour to eat prompt. Impleveted via the two newzelgadis2008-07-231-7/+63
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-1/+1
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-2/+2
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-1/+1
* Really fix pickup.lua not to search for a butchering tool if you'rej-p-e-g2008-06-211-1/+16
* Bug 1992619: if the player hit '>' on a labyrinth entracnce right before itzelgadis2008-06-141-0/+6
* Improve performance by only checking whether there are lava or deepj-p-e-g2008-06-121-69/+0
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-26/+28
* Move pickup_butcher_tool.txt into (the recently freed) pickup.lua, j-p-e-g2008-06-101-31/+33
* Added some C lua functions to simplify pickup_butcher_tool.txt. Also,zelgadis2008-06-101-1/+30
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-7/+10
* For stash searching, annotate dropped items with {dropped} ifzelgadis2008-06-041-0/+12
* Can now conditionalize settings based on menu_colour_prefix_class andzelgadis2008-06-011-0/+4
* Better support for settings files that include other files:dshaligram2008-05-261-12/+1
* Allow Troggies to autopickup manuals, and change the message whenj-p-e-g2008-05-251-0/+7
* Pushing some dungeon-related lua functions back into C++.ennewalker2008-05-221-0/+53
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-1/+1
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-51/+53
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-0/+5
* Fix some link errors and a few remaining compile warnings (thepauldubois2008-03-101-2/+0
* Fix bug caught by MSVC compiler.pauldubois2008-03-101-1/+1
* Fix crash on shutdown caused by bad order of static destruction (ugh).pauldubois2008-03-091-2/+0
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-0/+3
* Make Options.race and Options.class translate correctly, no matter whether j-p-e-g2008-03-021-0/+1
* Apply Paul's patch 1901939: including files in init.txtj-p-e-g2008-02-271-0/+22
* 'DD' is now an alias for 'Dy'.haranp2008-01-161-1/+1