summaryrefslogtreecommitdiff
path: root/src/scripting/luascript.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-96/+0
2010-08-22Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer1-1/+1
2010-08-22Rename some stuff to conform to naming conventionsThorbjørn Lindeijer1-5/+4
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+1
2010-04-11Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch1-0/+5
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-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-1/+1
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-7/+8
2009-01-31Added on_remove callback to lua APIPhilipp Sehmisch1-0/+2
2009-01-22Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch1-0/+89