summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-3/+1
* Fix another callmbooleanfn bug.Robert Vollmert2009-11-241-1/+1
* Fix compile with newer gcc.Robert Vollmert2009-11-241-3/+3
* Add "maybe_bool CLua::callmbooleanfn".Robert Vollmert2009-11-241-8/+22
* dat/clua/iter.lua: iterators for Lua.Jude Brown2009-11-191-0/+1
* set_exclude/del_exclude lua bindings.Robert Vollmert2009-11-121-0/+1
* lmark.synchronized_markers(): apply one marker's effects to multiple points s...Darshan Shaligram2009-10-311-5/+45
* Add whitespace fixes.David Lawrence Ramsey2009-10-311-1/+1
* Initialize __echo in lua interpreter.Robert Vollmert2009-10-301-0/+1
* Add lua binding for inspecting env.show.Robert Vollmert2009-10-271-0/+1
* Actually load new moninf library.Robert Vollmert2009-10-271-0/+1
* Move Lua monster bindings into the dungeon lua.Robert Vollmert2009-10-271-1/+0
* clua.cc: needed algorithm header fileMatthew Cline2009-10-211-0/+2
* Move print_?lua_stack into CLua.Robert Vollmert2009-10-211-25/+26
* Move clua_register_metatable to cluautil.Robert Vollmert2009-10-211-25/+0
* Move utility functions from clua.cc to cluautil.cc.Robert Vollmert2009-10-211-97/+3
* Comments and renaming for consistency.Robert Vollmert2009-10-201-5/+1
* Move remaining libraries from clua.cc.Robert Vollmert2009-10-201-231/+3
* Move library "item" from clua.cc to l_item.cc.Robert Vollmert2009-10-201-670/+1
* Move library "options" from clua.cc to l_option.cc.Robert Vollmert2009-10-201-136/+1
* Move monster libraries from clua.cc to l_mons.cc.Robert Vollmert2009-10-201-236/+2
* Move grd_lib out of clua.cc into l_mapgrd.cc.Robert Vollmert2009-10-201-105/+0
* Move clua you_lib to l_you.cc.Robert Vollmert2009-10-201-226/+1
* Move clua crawl_lib from clua to l_crawl.cc.Robert Vollmert2009-10-201-569/+2
* Lua map improvements.Enne Walker2009-10-181-0/+105
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* you.uniques() should not be user-accessible, as sorear pointed out.Jude Brown2009-10-151-2/+14
* Allow access to you.unique_creates in Lua, via you.uniques("Michael"), etc.Jude Brown2009-10-141-0/+2
* Make gods that take corpse offerings do so without the butchery step,David Lawrence Ramsey2009-10-111-6/+32
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Remove unnecessary includes of view.h.Robert Vollmert2009-10-091-1/+0
* Wrap more() for lua (crawl.more()).Robert Vollmert2009-10-071-0/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Fix projects referencing 'Kills.cc' to reference 'kills.cc'Steven Noonan2009-09-291-1/+1
* Set up a basic testing framework for LOS. ./crawl -test with a full debug bui...Darshan Shaligram2009-09-241-6/+0
* Add spelling fixes.David Lawrence Ramsey2009-09-231-1/+1
* Fix assert triggered when ziggurat levels are generated (syllogism).dshaligram2009-09-161-2/+2
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+2
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-2/+2
* 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