summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Dimensionless spawn points now spawn over the whole map.Eugenio Favalli2007-09-101-3/+5
* Implemented "ban" remote command.Guillaume Melquiond2007-08-317-3/+88
* Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond2007-08-314-6/+42
* Cleaned a bit more.Guillaume Melquiond2007-08-311-6/+3
* Tidied up account server.Guillaume Melquiond2007-08-315-116/+47
* Implemented "reload" remote command.Guillaume Melquiond2007-08-315-24/+113
* Fixed or removed obsolete comments.Guillaume Melquiond2007-08-302-11/+2
* Missed a few occurrences of "open" when removing them.Guillaume Melquiond2007-08-301-17/+0
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-3024-1188/+355
* Fixed compile error by reverting to old constructor syntax.Guillaume Melquiond2007-08-301-1/+1
* Fixed handling of account levels.Guillaume Melquiond2007-08-295-38/+10
* Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond2007-08-2916-155/+338
* Implemented "goto" and "recall" remote commands.Guillaume Melquiond2007-08-291-0/+18
* Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond2007-08-293-2/+35
* Commented non-compliant coding.Guillaume Melquiond2007-08-291-0/+5
* Implemented quest variables.Guillaume Melquiond2007-08-2813-11/+440
* Removed extensions from map names.Guillaume Melquiond2007-08-273-3/+19
* Added support for uncompressed map files and compressed layers.Guillaume Melquiond2007-08-271-80/+105
* Enabled loading of npcs and scripts from map files.Eugenio Favalli2007-08-272-53/+128
* Implemented "spawn" remote command.Guillaume Melquiond2007-08-271-0/+33
* Implemented "drop" remote command.Guillaume Melquiond2007-08-271-15/+54
* Implemented "money" remote command.Guillaume Melquiond2007-08-271-0/+30
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-2713-143/+307
* Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond2007-08-201-15/+15
* Defined two helper functions to abstract away money being available underBjørn Lindeijer2007-08-202-3/+15
* Prevented access to uninitialized engines.Guillaume Melquiond2007-08-201-5/+8
* Implemented use of items, e.g. food.Guillaume Melquiond2007-08-196-72/+45
* Allowed Lua scripts to query and change money.Guillaume Melquiond2007-08-191-3/+16
* Added support for protective equipment.Guillaume Melquiond2007-08-1912-34/+192
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-1821-505/+533
* Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond2007-08-173-104/+83
* Marked internal member as private.Guillaume Melquiond2007-08-171-7/+8
* Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...Guillaume Melquiond2007-08-173-265/+207
* Handled multiple connections by allowing client to take over characters.Guillaume Melquiond2007-08-173-14/+44
* Added Lua function for trading between players and NPCs.Guillaume Melquiond2007-08-171-24/+37
* Marked internal variables of Lua scripts as local.Guillaume Melquiond2007-08-151-3/+3
* Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond2007-08-154-19/+62
* Made it possible to load scripts from strings instead of files.Guillaume Melquiond2007-08-144-43/+47
* Involved money in trade handler.Guillaume Melquiond2007-08-146-16/+75
* Fixed incorrect update message when merging item stacks and removing one of t...Guillaume Melquiond2007-08-141-4/+5
* Handled money as part of the inventory.Guillaume Melquiond2007-08-1412-75/+69
* Implemented buy/sell handler.Guillaume Melquiond2007-08-1311-39/+352
* Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond2007-08-1314-814/+26
* Prevented scripts from inserting buggy items in inventories.Guillaume Melquiond2007-08-111-8/+11
* Added Lua functions for handling inventories.Guillaume Melquiond2007-08-111-5/+100
* Removed colon in NPC choice messages.Guillaume Melquiond2007-08-101-4/+11
* Added Lua function for warping people around.Guillaume Melquiond2007-08-101-0/+38
* Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond2007-08-104-8/+32
* Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond2007-08-093-21/+71
* Converted testing NPC to Lua.Guillaume Melquiond2007-08-091-2/+84