summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-08-17Added Lua function for trading between players and NPCs.Guillaume Melquiond1-24/+37
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua ↵Guillaume Melquiond1-0/+1
helpers into a separate library automatically loaded into new contexts.
2007-08-14Made it possible to load scripts from strings instead of files.Guillaume Melquiond1-32/+25
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 Melquiond1-8/+45
2007-08-09Converted testing NPC to Lua.Guillaume Melquiond1-2/+84
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond1-6/+11
2007-08-09Added new scripting interface and Lua engine.Guillaume Melquiond1-0/+145