summaryrefslogtreecommitdiffstats
path: root/src/defines.h
Commit message (Expand)AuthorAgeFilesLines
* Centralized the servers' exit values.Yohann Ferreira2010-09-221-10/+42
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-43/+60
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-181-0/+18
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-171-18/+0
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-3/+3
* Speed code unification part 1: Made the server accept speed values in tiles p...Bertram2009-10-151-2/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-328/+1
* Adds server auth, also adds the "net_password" configure optionChuck Miller2009-10-071-2/+8
* Some cleanupThorbjørn Lindeijer2009-10-031-1/+1
* Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch2009-09-271-1/+2
* Simplifies Movement to not send path destinations, but rather just the curren...Chuck Miller2009-08-011-1/+1
* Have the game server reconnect with the account-server if account-server is r...Chuck Miller2009-07-201-0/+3
* Sending spell recharge status to the clientsPhilipp Sehmisch2009-07-081-0/+1
* GPMSG_PLAYER_ATTRIBUTE_CHANGE should now be using a Word over a ByteChuck Miller2009-07-061-1/+1
* Makes Skills non hard codedChuck Miller2009-07-031-35/+0
* Send a word over a byte for skill expChuck Miller2009-06-301-1/+1
* Fix target bugs.David Athay2009-05-261-1/+1
* Mysql backend, lua and NPC handlerBlue2009-05-011-0/+5
* Merged MovingObject into the Being classBjørn Lindeijer2009-04-261-1/+1
* Added listing all online usersDavid Athay2009-04-231-0/+3
* Reworked party invites, now sends rejections and checks the invites are validDavid Athay2009-04-231-0/+2
* Trade System Patch (server side)blue1122009-04-211-6/+9
* Added transactional history to game server.David Athay2009-03-061-0/+1
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-43/+0
* Fixed number of allowed hairstyles which got invalid because of the transgend...Philipp Sehmisch2009-02-021-1/+1
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-3/+22
* Added getting IP, and restricting time between loginsDavid Athay2009-01-121-0/+1
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-0/+1
* Add sync Buffer according to mantis #550Andreas Habel2008-11-301-0/+9
* Refuse to spawn dead monstersBjørn Lindeijer2008-11-221-1/+7
* Changed from Access Levels to Command Groups for @ commandsDavid Athay2008-11-201-4/+11
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-3/+0
* Added sending post via NPC.David Athay2008-11-061-6/+3
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-051-2/+9
* Added notifiying party members when a player joins or leaves the party.David Athay2008-11-041-0/+3
* Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch2008-11-011-1/+2
* Added changing player's character and account level (game-server commit to co...David Athay2008-10-271-2/+2
* add effects sending system (by Chuck Miller)Roderic Morris2008-10-271-0/+1
* update commands.txt, get rid of packets.txtRoderic Morris2008-10-261-0/+1
* Fixed some compile warnings.Bjørn Lindeijer2008-10-211-1/+1
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-3/+3
* Added communicating change of direction to clients.David Athay2008-10-151-0/+2
* Added post communication between chat and game servers.David Athay2008-09-191-15/+28
* Added postal system to chat server, and modified tick time.David Athay2008-09-181-0/+4
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-2/+9
* Added error message when NPC is too far away.David Athay2008-07-241-0/+1
* Add permissions to guild membersDavid Athay2008-07-221-1/+1
* get rid of channel registeringRoderic Morris2008-07-071-2/+0