summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implemented "reload" remote command.Guillaume Melquiond2007-08-317-26/+125
* 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-3025-1188/+379
* Fixed compile error by reverting to old constructor syntax.Guillaume Melquiond2007-08-301-1/+1
* Fixed handling of account levels.Guillaume Melquiond2007-08-296-38/+14
* Replaced event system. Fixed race condition between quest variable recovery a...Guillaume Melquiond2007-08-2917-155/+353
* Implemented "goto" and "recall" remote commands.Guillaume Melquiond2007-08-292-0/+20
* Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond2007-08-294-2/+38
* Commented non-compliant coding.Guillaume Melquiond2007-08-291-0/+5
* Fixed race condition between quest_reply and npc_next.Guillaume Melquiond2007-08-292-2/+15
* Implemented quest variables.Guillaume Melquiond2007-08-2816-46/+537
* Removed extensions from map names.Guillaume Melquiond2007-08-275-22/+43
* Added support for uncompressed map files and compressed layers.Guillaume Melquiond2007-08-272-80/+107
* Enabled loading of npcs and scripts from map files.Eugenio Favalli2007-08-275-53/+178
* Implemented "spawn" remote command.Guillaume Melquiond2007-08-272-1/+34
* Implemented "drop" remote command.Guillaume Melquiond2007-08-272-17/+56
* Implemented "money" remote command.Guillaume Melquiond2007-08-272-2/+33
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-2714-143/+320
* Removed useless function prefixes. Commented Lua internal variables.Guillaume Melquiond2007-08-203-18/+33
* Defined two helper functions to abstract away money being available underBjørn Lindeijer2007-08-205-6/+37
* Enabled Lua scripting by default.Guillaume Melquiond2007-08-202-7/+10
* Prevented access to uninitialized engines.Guillaume Melquiond2007-08-202-5/+12
* Implemented use of items, e.g. food.Guillaume Melquiond2007-08-197-72/+50
* Allowed Lua scripts to query and change money.Guillaume Melquiond2007-08-193-6/+27
* Added support for protective equipment.Guillaume Melquiond2007-08-1913-34/+208
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-1822-505/+551
* Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond2007-08-174-104/+85
* 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-174-265/+210
* Ignore hidden directories used by building tools.Guillaume Melquiond2007-08-170-0/+0
* Handled multiple connections by allowing client to take over characters.Guillaume Melquiond2007-08-174-14/+47
* Added Lua function for trading between players and NPCs.Guillaume Melquiond2007-08-173-26/+44
* Improved NPC state machine, so that the engine avoids waiting, once the last ...Guillaume Melquiond2007-08-162-17/+73
* Marked internal variables of Lua scripts as local.Guillaume Melquiond2007-08-152-8/+8
* Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond2007-08-157-129/+183
* Made it possible to load scripts from strings instead of files.Guillaume Melquiond2007-08-145-43/+50
* Involved money in trade handler.Guillaume Melquiond2007-08-147-16/+79
* Fixed incorrect update message when merging item stacks and removing one of t...Guillaume Melquiond2007-08-142-4/+7
* Handled money as part of the inventory.Guillaume Melquiond2007-08-1413-75/+82
* Implemented buy/sell handler.Guillaume Melquiond2007-08-1313-40/+364
* Updated project files and added scripting engine.Eugenio Favalli2007-08-133-12/+32
* Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond2007-08-1317-941/+55
* Prevented scripts from inserting buggy items in inventories.Guillaume Melquiond2007-08-111-8/+11
* Added Lua functions for handling inventories.Guillaume Melquiond2007-08-113-6/+117
* Removed colon in NPC choice messages.Guillaume Melquiond2007-08-103-10/+17
* Added Lua function for warping people around.Guillaume Melquiond2007-08-103-0/+57
* Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond2007-08-106-24/+102
* Played with Lua coroutines to simplify writing scripts.Guillaume Melquiond2007-08-101-7/+62
* Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond2007-08-094-26/+75