Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-14 | Made it possible to load scripts from strings instead of files. | Guillaume Melquiond | 3 | -42/+36 | |
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 | 2 | -8/+63 | |
2007-08-09 | Converted testing NPC to Lua. | Guillaume Melquiond | 1 | -2/+84 | |
2007-08-09 | Converted NPC class to scripting engine. | Guillaume Melquiond | 2 | -12/+17 | |
2007-08-09 | Added new scripting interface and Lua engine. | Guillaume Melquiond | 3 | -0/+296 | |