summaryrefslogtreecommitdiff
path: root/src/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-0/+32
2007-08-11Prevented scripts from inserting buggy items in inventories.Guillaume Melquiond1-8/+11
2007-08-11Added Lua functions for handling inventories.Guillaume Melquiond1-5/+100
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond1-4/+11
2007-08-10Added Lua function for warping people around.Guillaume Melquiond1-0/+38
2007-08-09Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond2-8/+63
2007-08-09Converted testing NPC to Lua.Guillaume Melquiond1-2/+84
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond2-12/+17
2007-08-09Added new scripting interface and Lua engine.Guillaume Melquiond3-0/+296