summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts/global_events.lua
AgeCommit message (Collapse)AuthorFilesLines
2012-02-25Merged the example client and server dataThorbjørn Lindeijer1-78/+0
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
2011-08-03Unified the lua.cpp documentation.Yohann Ferreira1-3/+3
I also changed the chatmessage function to chat_message to follow the coding standard.
2011-03-02Enabling of warp to respawn location after deathStefan Dombrowski1-1/+1
Reviewed-by: Thorbjorn
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira1-10/+31
I also replaced certain files with newer version, just as the items.xml file. And I started to split test npcs from the tmwserv repository into reusable pieces. Big but trivial. Part of the Mana-Mantis issue: #231.
2010-05-31Added minimal example global_events.luaPhilipp Sehmisch1-0/+57
Reviewed-by: Thorbjorn