summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Database entries fetched with getLongDescription() can contain embededzelgadis2007-12-061-0/+2
* Nemelex abandonment now shuffles and unmarks all decks.haranp2007-12-011-1/+1
* Removed: safe_autopickup, safe_zero_exp, lowercase_invocations,haranp2007-11-161-9/+0
* Added an option, always_confirm_butcher.haranp2007-11-151-0/+1
* 'q' (or Escape) when prompted for food on the floor now cancels out ofharanp2007-11-131-4/+8
* Applied bobbens' patch: you.skills("foo") gets skill level of foo from Lua.dshaligram2007-11-021-0/+4
* Added you.good_god() and you.evil_god() to check if the player is worshipping...dshaligram2007-11-011-1/+8
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-2/+2
* Fixed bug that would allow Lua dofile on arbitrary files using absolute paths.dshaligram2007-10-251-1/+5
* Use a safer macro for clua ret (doy).dshaligram2007-10-251-2/+2
* [1819634] Fixed filenames missing in Lua file-not-found error messages.dshaligram2007-10-251-1/+3