summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Tidied up account server.Guillaume Melquiond1-0/+6
2007-08-31Implemented "reload" remote command.Guillaume Melquiond1-1/+10
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-0/+24
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-0/+4
2007-08-29Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond1-0/+15
2007-08-29Implemented "goto" and "recall" remote commands.Guillaume Melquiond1-0/+2
2007-08-29Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond1-0/+3
2007-08-29Fixed race condition between quest_reply and npc_next.Guillaume Melquiond1-0/+5
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+17
2007-08-27Removed extensions from map names.Guillaume Melquiond1-0/+5
2007-08-27Added support for uncompressed map files and compressed layers.Guillaume Melquiond1-0/+2
2007-08-27Enabled loading of npcs and scripts from map files.Eugenio Favalli1-0/+6
2007-08-27Implemented "spawn" remote command.Guillaume Melquiond1-1/+1
2007-08-27Implemented "drop" remote command.Guillaume Melquiond1-2/+2
2007-08-27Implemented "money" remote command.Guillaume Melquiond1-2/+3
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+13
2007-08-20Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond1-0/+2
2007-08-20Defined two helper functions to abstract away money being available underBjørn Lindeijer1-0/+5
2007-08-20Enabled Lua scripting by default.Guillaume Melquiond1-0/+1
2007-08-20Prevented access to uninitialized engines.Guillaume Melquiond1-0/+4
2007-08-19Implemented use of items, e.g. food.Guillaume Melquiond1-0/+5
2007-08-19Allowed Lua scripts to query and change money.Guillaume Melquiond1-0/+2
2007-08-19Added support for protective equipment.Guillaume Melquiond1-0/+16
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-0/+18
2007-08-17Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond1-0/+2
2007-08-17Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...Guillaume Melquiond1-0/+3
2007-08-17Handled multiple connections by allowing client to take over characters.Guillaume Melquiond1-0/+3
2007-08-17Added Lua function for trading between players and NPCs.Guillaume Melquiond1-0/+5
2007-08-16Improved NPC state machine, so that the engine avoids waiting, once the last ...Guillaume Melquiond1-0/+5
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond1-0/+8
2007-08-14Made it possible to load scripts from strings instead of files.Guillaume Melquiond1-0/+3
2007-08-14Involved money in trade handler.Guillaume Melquiond1-0/+4
2007-08-14Fixed incorrect update message when merging item stacks and removing one of t...Guillaume Melquiond1-0/+2
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-0/+13
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-0/+7
2007-08-13Updated project files and added scripting engine.Eugenio Favalli1-0/+5
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-0/+11
2007-08-11Added Lua functions for handling inventories.Guillaume Melquiond1-0/+5
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond1-1/+1
2007-08-10Added Lua function for warping people around.Guillaume Melquiond1-0/+2
2007-08-10Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond1-0/+7
2007-08-09Converted testing NPC to Lua.Guillaume Melquiond1-0/+1
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond1-0/+2
2007-08-09Added new scripting interface and Lua engine.Guillaume Melquiond1-0/+6
2007-08-09Removed useless references to script header.Guillaume Melquiond1-0/+2
2007-08-09Fixed item move toward a not yet existing slot.Guillaume Melquiond1-0/+5
2007-08-08Changed some argument types. Added untested protocol for moving objects betwe...Guillaume Melquiond1-0/+10
2007-08-01Added notification on changes of look.Guillaume Melquiond1-0/+10
2007-07-31Added protocol for removing equipment. Compressed inventory message a bit.Guillaume Melquiond1-0/+6
2007-07-29Added support for trading.Guillaume Melquiond1-0/+8