summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Guillaume Melquiond1-0/+3
outside the header file.
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
message has been sent.
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua ↵Guillaume Melquiond1-0/+8
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-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 ↵Guillaume Melquiond1-0/+2
them.
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 ↵Guillaume Melquiond1-0/+10
between slots of inventory. Fixed position of the cleaning bit for looks, so that it actually fits into network data.
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 ↵Guillaume Melquiond1-0/+7
new one is too cpu intensive.
2007-07-28Replaced user names by client pointers when handling channels, in order to ↵Guillaume Melquiond1-0/+15
reduce lookups in ChatHandler::sendInChannel.
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
messages, defining a method for each handled message and some code formatting cleanup and corrected headers.
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 ↵Guillaume Melquiond1-1/+6
change.
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
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace ↵Guillaume Melquiond1-0/+7
interfaces.
2007-07-07Simplified code by using map pointers only, instead of using both map IDs ↵Guillaume Melquiond1-1/+18
and map pointers.
2007-07-05Robustified account server with respect to failed SQL requests.Guillaume Melquiond1-1/+7
2007-07-02Added support for persistent inventory.Guillaume Melquiond1-4/+6
2007-07-02Cleaned prototypes and factored out duplicate code.Guillaume Melquiond1-1/+10
2007-07-02Updated project files.Eugenio Favalli1-1/+5
2007-07-01Added support for storing inventory in database.Guillaume Melquiond1-0/+3
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-0/+7