summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+2
* Move frombool() from stuff.cc -> clua.ccreaverb2014-07-281-1/+6
* Move a function (tobool, 2 args) from stuff.cc -> clua.ccreaverb2014-07-281-1/+15
* Add end.ccNicholas Feinberg2014-07-281-0/+1
* Rearrange some comments.Neil Moore2014-06-041-4/+4
* Allow using Luajit on 64-bit systems (#8641)Neil Moore2014-06-041-0/+21
* More formatting fixes for return (...);Neil Moore2013-11-151-3/+3
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-2/+2
* Don't allocate pointless iterators.Adam Borowski2013-11-151-1/+1
* New clua functions spells.range and spells.mana_costNaruni2013-08-281-0/+1
* Port to OpenSolaris (Dyson/Illumos).Adam Borowski2013-05-051-3/+3
* Use std namespace.Raphael Langella2012-08-261-30/+28
* Drop a bunch of parentheses from return statements.Adam Borowski2012-08-081-1/+1
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-0/+2
* Some more return deparenthesization.Adam Borowski2012-07-051-5/+5
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-9/+9
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-35/+35
* Hardcode the loading of {stash,wield,runrest,gearset,trapwalk,autofight}.luaAdam Borowski2012-06-191-1/+2
* Use ARRAYSZ() instead of sizeof division, for readability.Adam Borowski2012-06-191-3/+2
* Solve minor tag name issue for Lua marker compatibility.Jude Brown2011-11-111-0/+1
* Rename dat/clua to dat/dlua to avoid the clua/dlua confusion.Adam Borowski2011-06-181-5/+5
* Don't cast to longs literals that are not long.Adam Borowski2011-06-071-1/+1
* Doxygenization and junk purging that was missed by my script.Adam Borowski2011-04-021-5/+0
* Merge branch 'master' into unicodeAdam Borowski2011-01-111-1/+1
|\
| * Use die() instead of ASSERT("...").Vsevolod Kozlov2011-01-111-1/+1
* | Stop lua from adding [string "%s"] to error messages. (greensnark)Adam Borowski2010-12-181-1/+3
* | Allow lua files with a BOM -- including Windowsish 16 bit encodings.Adam Borowski2010-12-161-1/+8
* | Merge branch 'master' into unicodeAdam Borowski2010-10-151-10/+10
|\|
| * Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-10/+10
* | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-1/+2
|/
* Merge branch 'save-package'Adam Borowski2010-09-061-5/+4
|\
| * Store the "lua" subfile as a chunk.Adam Borowski2010-09-041-5/+4
* | Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
|/
* Get rid of more longs and all "%ld"s, new gcc + Windows + them = bad mojo.Adam Borowski2010-07-161-3/+3
* Disallow longs in the Lua interface.Adam Borowski2010-06-201-0/+1
* Make Crawl react better to seeing des files and database text files modified ...Darshan Shaligram2010-06-141-2/+3
* Free memory used for Lua chunks after compiling .des files. This considerably...Darshan Shaligram2010-06-131-0/+5
* Remove EOL.Robert Vollmert2010-03-111-3/+3
* Allow passing of monster_info arguments via CLua::push_args.Robert Vollmert2010-02-051-0/+3
* Fix broken pickup.lua (78291).Darshan Shaligram2010-01-251-0/+3
* Throw a Lua error instead of killing Crawl if a Lua state does not have a kno...Darshan Shaligram2010-01-241-1/+1
* Fix stash-tracker item annotations and restrict user scripts to access items ...Darshan Shaligram2010-01-241-1/+1
* 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