summaryrefslogtreecommitdiff
path: root/src/scripting/luascript.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-8/+8
Same as for the client.
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 ↵Philipp Sehmisch1-0/+150
functions in separate files leaving only the script bindings themself. Unified internal and external names of lua script bindings.