summaryrefslogtreecommitdiff
path: root/example/scripts/npcs/debugger.lua
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer1-34/+34
Scripts mostly execute the Mana script API, and it seems like just unnecessary verbosity to refer to the 'mana' table all the time. This table no longer exists now. Reviewed-by: Erik Schilling
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer1-17/+17
Reviewed-by: Erik Schilling
2012-02-25Merged the example client and server dataThorbjørn Lindeijer1-0/+100
It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling