index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scripting
/
lua.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2007-08-17
Added Lua function for trading between players and NPCs.
Guillaume Melquiond
1
-24
/
+37
2007-08-15
Added helper functions for loading files and NPCs as scripts. Put Lua ↵
Guillaume Melquiond
1
-0
/
+1
helpers into a separate library automatically loaded into new contexts.
2007-08-14
Made it possible to load scripts from strings instead of files.
Guillaume Melquiond
1
-32
/
+25
2007-08-13
Implemented buy/sell handler.
Guillaume Melquiond
1
-0
/
+32
2007-08-11
Prevented scripts from inserting buggy items in inventories.
Guillaume Melquiond
1
-8
/
+11
2007-08-11
Added Lua functions for handling inventories.
Guillaume Melquiond
1
-5
/
+100
2007-08-10
Removed colon in NPC choice messages.
Guillaume Melquiond
1
-4
/
+11
2007-08-10
Added Lua function for warping people around.
Guillaume Melquiond
1
-0
/
+38
2007-08-09
Moved creation of testing NPC from C++ to Lua.
Guillaume Melquiond
1
-8
/
+45
2007-08-09
Converted testing NPC to Lua.
Guillaume Melquiond
1
-2
/
+84
2007-08-09
Converted NPC class to scripting engine.
Guillaume Melquiond
1
-6
/
+11
2007-08-09
Added new scripting interface and Lua engine.
Guillaume Melquiond
1
-0
/
+145
[prev]