summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Implemented quest variables.Guillaume Melquiond2007-08-282-35/+80
|
* Removed extensions from map names.Guillaume Melquiond2007-08-271-19/+19
|
* Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond2007-08-201-3/+16
|
* Defined two helper functions to abstract away money being available underBjørn Lindeijer2007-08-202-3/+17
| | | | | inventory index 0.
* Allowed Lua scripts to query and change money.Guillaume Melquiond2007-08-191-3/+9
|
* Added Lua function for trading between players and NPCs.Guillaume Melquiond2007-08-171-2/+2
|
* Improved NPC state machine, so that the engine avoids waiting, once the last ↵Guillaume Melquiond2007-08-161-17/+68
| | | | message has been sent.
* Marked internal variables of Lua scripts as local.Guillaume Melquiond2007-08-151-5/+5
|
* Added helper functions for loading files and NPCs as scripts. Put Lua ↵Guillaume Melquiond2007-08-152-110/+113
| | | | helpers into a separate library automatically loaded into new contexts.
* Implemented buy/sell handler.Guillaume Melquiond2007-08-131-1/+5
|
* Added Lua functions for handling inventories.Guillaume Melquiond2007-08-111-1/+12
|
* Removed colon in NPC choice messages.Guillaume Melquiond2007-08-101-5/+5
|
* Added Lua function for warping people around.Guillaume Melquiond2007-08-101-0/+17
|
* Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond2007-08-101-16/+63
|
* Played with Lua coroutines to simplify writing scripts.Guillaume Melquiond2007-08-101-7/+62
|
* Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond2007-08-091-5/+4
|
* Converted testing NPC to Lua.Guillaume Melquiond2007-08-091-0/+24
|
* Added monster drops.Guillaume Melquiond2007-07-081-0/+7
|
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+22
| | | | | | | | chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.
* Added the missing Weapon Type and Max Per Slot item properties.Yohann Ferreira2006-10-202-118/+120
|
* Simplified item status effect implementation. Made it all work, and filled ↵Yohann Ferreira2006-10-202-20/+130
| | | | items.xml with about 100 items. To come: maxPerSlot and weaponType parameters.
* (no commit message)Yohann Ferreira2006-10-191-148/+0
|
* Added a backend to get item reference information. The xml file isn't ready yet.Yohann Ferreira2006-10-192-0/+219