summaryrefslogtreecommitdiffstats
path: root/src/scripting/luascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-2/+2
* Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer2010-08-221-5/+5
* Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2010-08-221-8/+8
* Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer2010-08-221-19/+19
* Print out the actual error message in case of a syntax errorThorbjørn Lindeijer2010-08-221-3/+7
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+11
* Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch2010-04-111-0/+11
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-8/+8
* Added on_remove callback to lua APIPhilipp Sehmisch2009-01-311-1/+10
* Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch2009-01-221-0/+150