summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-47/+49
* Tweaked bazaar portal timeout. Bazaars may now replace normal shops.dshaligram2007-07-241-0/+1
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-231-0/+1
* pickup lua again, this time with Vampires includedj-p-e-g2007-07-161-1/+4
* Added a pickup lua that controls what will be picked upj-p-e-g2007-07-161-0/+65
* Vampires, yay! Credit mostly goes to Jarmo, thoughj-p-e-g2007-07-141-0/+2
* [1752315] Made zombie orc entry to D:11-only and reduced the frequency ofdshaligram2007-07-121-0/+7
* [1737348] Allow stash.lua to annotate item names for autopickup so autopickupdshaligram2007-07-111-3/+2
* Adjust dragon armour properties back towards 4.0 (they were using 4.1.2 propsdshaligram2007-06-291-1/+1
* Updated level-design.txt with a basic overview of the Lua possibilities.dshaligram2007-06-281-8/+19
* Added glyphs_connected and friends for maps to test connectedness of pointsdshaligram2007-06-271-8/+9
* The dungeon builder now caches compiled Lua chunks instead of Lua source in thedshaligram2007-06-271-2/+11
* .des files can use a global Lua prelude (before maps are defined) that runsdshaligram2007-06-251-9/+13
* Croak if necessary Lua files are missing, instead of failing subtly later.dshaligram2007-06-251-6/+7
* Hackily rewrite Lua chunk errors to reflect line numbers from the originaldshaligram2007-06-241-0/+38