index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
Converted two Lua scripts from DOS to UNIX line endings
Thorbjørn Lindeijer
2
-132
/
+132
2012-03-11
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
16
-196
/
+196
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-7
/
+7
2012-03-11
Removed deprecated NPC helper functions
Thorbjørn Lindeijer
8
-68
/
+68
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-2
/
+0
2012-03-03
Made some global Lua variables local
Thorbjørn Lindeijer
2
-47
/
+46
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
5
-7
/
+20
2012-03-03
Added further missing callbacks
Erik Schilling
2
-0
/
+5
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-4
/
+4
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-6
/
+11
2012-03-02
A bunch of cleanups to example Lua scripts
Thorbjørn Lindeijer
10
-181
/
+126
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
4
-5
/
+5
2012-02-25
Merged the example client and server data
Thorbjørn Lindeijer
18
-0
/
+1089