summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-0/+17
2007-09-16Added global accounting of beings.Guillaume Melquiond1-0/+7
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond1-2/+12
2007-09-10Added first draft of admin/gm commands reference.Eugenio Favalli1-0/+1
2007-09-10Spawn rate and limit are now read from map files and really fixed size of spa...Eugenio Favalli1-0/+3
2007-09-10Dimensionless spawn points now spawn over the whole map.Eugenio Favalli1-0/+5
2007-08-31Implemented "ban" remote command.Guillaume Melquiond1-0/+7
2007-08-31Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond1-0/+6
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