summaryrefslogtreecommitdiff
path: root/src/serialize
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Converted the Character class into a componentErik Schilling1-11/+9
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-4/+4
2012-04-04Enhanced special supportErik Schilling1-2/+5
2012-01-02Made all beings capable of having a genderErik Schilling1-1/+2
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira1-19/+26
2011-04-10Fixed infinite loop in deserializeCharacterDataThorbjørn Lindeijer1-10/+5
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-5/+5
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-60/+60
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-19/+45
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-0/+16
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-08Added tracing of kill count for each monster per characterPhilipp Sehmisch1-1/+32
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-2/+2
2009-10-01Adds code for saving and getting status effects from the databaseChuck Miller1-0/+17
2009-07-06Some final skill fixes, they seem to work fine nowChuck Miller1-1/+3
2009-07-03Makes Skills non hard codedChuck Miller1-4/+12
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-3/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-2/+17
2008-01-10Fixed account server compiling.Philipp Sehmisch1-1/+0
2008-01-07Implemented some of the game mechanics we decided to use. The clients now onl...Philipp Sehmisch1-0/+1
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+2
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-4/+4
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-2/+2
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond1-4/+0
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond1-0/+104