summaryrefslogtreecommitdiff
path: root/example/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Converted two Lua scripts from DOS to UNIX line endingsThorbjørn Lindeijer2-132/+132
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer16-196/+196
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-7/+7
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer8-68/+68
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-2/+0
2012-03-03Made some global Lua variables localThorbjørn Lindeijer2-47/+46
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer5-7/+20
2012-03-03Added further missing callbacksErik Schilling2-0/+5
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-4/+4
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer1-6/+11
2012-03-02A bunch of cleanups to example Lua scriptsThorbjørn Lindeijer10-181/+126
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer4-5/+5
2012-02-25Merged the example client and server dataThorbjørn Lindeijer18-0/+1089