summaryrefslogtreecommitdiff
path: root/src/defines.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch1-0/+18
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-18/+0
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-2/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-328/+1
2009-10-07Adds server auth, also adds the "net_password" configure optionChuck Miller1-2/+8
2009-10-03Some cleanupThorbjørn Lindeijer1-1/+1
2009-09-27Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch1-1/+2
2009-08-01Simplifies Movement to not send path destinations, but rather just the curren...Chuck Miller1-1/+1
2009-07-20Have the game server reconnect with the account-server if account-server is r...Chuck Miller1-0/+3
2009-07-08Sending spell recharge status to the clientsPhilipp Sehmisch1-0/+1
2009-07-06GPMSG_PLAYER_ATTRIBUTE_CHANGE should now be using a Word over a ByteChuck Miller1-1/+1
2009-07-03Makes Skills non hard codedChuck Miller1-35/+0
2009-06-30Send a word over a byte for skill expChuck Miller1-1/+1
2009-05-26Fix target bugs.David Athay1-1/+1
2009-05-01Mysql backend, lua and NPC handlerBlue1-0/+5
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-1/+1
2009-04-23Added listing all online usersDavid Athay1-0/+3
2009-04-23Reworked party invites, now sends rejections and checks the invites are validDavid Athay1-0/+2
2009-04-21Trade System Patch (server side)blue1121-6/+9
2009-03-06Added transactional history to game server.David Athay1-0/+1
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-43/+0
2009-02-02Fixed number of allowed hairstyles which got invalid because of the transgend...Philipp Sehmisch1-1/+1
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay1-3/+22
2009-01-12Added getting IP, and restricting time between loginsDavid Athay1-0/+1
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