summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-28Revert to the old pathfinding system without collision with beings, as the ne...Guillaume Melquiond1-0/+7
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond1-0/+15
2007-07-25Added being speed to protocol.Guillaume Melquiond1-0/+10
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer1-0/+11
2007-07-23Typos...Guillaume Melquiond1-2/+2
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-0/+11
2007-07-23Sent proper monster identifiers.Guillaume Melquiond1-1/+6
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer1-1/+12
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer1-1/+13
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-1/+8
2007-07-15Some cleaning up of the chat channel manager code.Bjørn Lindeijer1-16/+23
2007-07-14Reduced size of equipment packets. Fixed packet sending on object distance ch...Guillaume Melquiond1-1/+6
2007-07-12Added support for visible equipment.Guillaume Melquiond1-1/+10
2007-07-08Update account database on unexpected client disconnection.Guillaume Melquiond1-0/+2
2007-07-08Added monster drops.Guillaume Melquiond1-1/+14
2007-07-07Fixed teleportation hack caused by caching of pathfinder results.Guillaume Melquiond1-0/+3