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