summaryrefslogtreecommitdiff
path: root/src/defines.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Added new table to store online users. See mantis #553Andreas Habel1-0/+1
2008-11-30Add sync Buffer according to mantis #550Andreas Habel1-0/+9
2008-11-22Refuse to spawn dead monstersBjørn Lindeijer1-1/+7
2008-11-20Changed from Access Levels to Command Groups for @ commandsDavid Athay1-4/+11
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-3/+0
2008-11-06Added sending post via NPC.David Athay1-6/+3
2008-11-05Added version information to item database. Gameserver reports its local vers...Andreas Habel1-2/+9
2008-11-04Added notifiying party members when a player joins or leaves the party.David Athay1-0/+3
2008-11-01Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch1-1/+2
2008-10-27Added changing player's character and account level (game-server commit to co...David Athay1-2/+2
2008-10-27add effects sending system (by Chuck Miller)Roderic Morris1-0/+1
2008-10-26update commands.txt, get rid of packets.txtRoderic Morris1-0/+1
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-1/+1
2008-10-21Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay1-3/+3
2008-10-15Added communicating change of direction to clients.David Athay1-0/+2
2008-09-19Added post communication between chat and game servers.David Athay1-15/+28
2008-09-18Added postal system to chat server, and modified tick time.David Athay1-0/+4
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-2/+9
2008-07-24Added error message when NPC is too far away.David Athay1-0/+1
2008-07-22Add permissions to guild membersDavid Athay1-1/+1
2008-07-07get rid of channel registeringRoderic Morris1-2/+0
2008-07-03Removed guild stuff from game server and added some party stuff to it.David Athay1-0/+1
2008-06-25handle topic changing and guild eventsRoderic Morris1-7/+17
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris1-12/+7
2008-04-28Added sending who accepted invite on invite response to clientDavid Athay1-1/+1
2008-04-25Realigned Email already exists error return value and removed GetEmail AddressYohann Ferreira1-3/+1
2008-04-22Added more support for partiesDavid Athay1-2/+5
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-1/+1
2008-04-16Added handling creating and leavingDavid Athay1-0/+6
2008-04-03Fixed accepting guild invites, and added updating the guild member list when ...David Athay1-3/+4
2008-03-09Sending the attack type with attack messages so that the client can visualize...Philipp Sehmisch1-1/+1
2008-03-04Added natural HP regeneration, capped HP at maximum and set HP to 1 after res...Philipp Sehmisch1-0/+1
2008-02-28Work in Progress commit of guilds.David Athay1-44/+28
2008-02-27Implemented player respawn.Philipp Sehmisch1-0/+1
2008-02-20Implemented different monster attacks read from monsters.xmlPhilipp Sehmisch1-3/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-14/+38
2008-01-07Implemented some of the game mechanics we decided to use. The clients now onl...Philipp Sehmisch1-2/+4
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch1-2/+1
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-6/+3
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond1-0/+1
2007-08-31Implemented "ban" remote command.Guillaume Melquiond1-1/+2
2007-08-31Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond1-1/+2
2007-08-28Implemented quest variables.Guillaume Melquiond1-0/+3
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-14/+5
2007-08-19Added support for protective equipment.Guillaume Melquiond1-1/+1
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-60/+72
2007-08-17Used TokenCollector to manage cookies in ChatHandler.Guillaume Melquiond1-2/+4
2007-08-14Involved money in trade handler.Guillaume Melquiond1-1/+3
2007-08-13Implemented buy/sell handler.Guillaume Melquiond1-1/+4
2007-08-08Changed some argument types. Added untested protocol for moving objects betwe...Guillaume Melquiond1-0/+1