summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-0/+2
* Moved position information Lua functions to luadgn.cc.dshaligram2007-10-201-7/+0
* Lua accessors for you.x_pos, you.y_pos and you.poszelgadis2007-10-181-1/+9
* [1810484] Fixed Lua userdata leak - shouldn't use luaL_checkudata from __gc m...dshaligram2007-10-101-4/+4
* Moved all of the bazaar specific logic/code to dat/bazaar (or turned thezelgadis2007-10-041-3/+0
* Fixed bad species name (eg: deep elves with the bows title) in dump because o...dshaligram2007-10-011-1/+2
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-2/+1
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-2/+5
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Applying patches by dolorous:j-p-e-g2007-09-151-4/+2
* Another change to how bazaars look.j-p-e-g2007-09-121-0/+5
* Reintroducing Throwing.j-p-e-g2007-09-111-1/+1
* Finally fixed pickup.lua to work as intended (I hope).j-p-e-g2007-08-241-8/+18
* Type-safety on mpr() and friends channel argument.haranp2007-08-041-1/+1