summaryrefslogtreecommitdiff
path: root/src/scripting/luascript.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Added a simple crafting systemPhilipp Sehmisch1-0/+38
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-2/+2
2010-08-22Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer1-5/+5
2010-08-22Rename some stuff to conform to naming conventionsThorbjørn Lindeijer1-8/+8
2010-08-22Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer1-19/+19
2010-08-22Print out the actual error message in case of a syntax errorThorbjørn Lindeijer1-3/+7
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+11
2010-04-11Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch1-0/+11
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-8/+8
2009-01-31Added on_remove callback to lua APIPhilipp Sehmisch1-1/+10
2009-01-22Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch1-0/+150