summaryrefslogtreecommitdiffstats
path: root/src/serialize
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-11/+12
* Converted the Character class into a componentErik Schilling2013-04-111-11/+9
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-4/+4
* Enhanced special supportErik Schilling2012-04-041-2/+5
* Made all beings capable of having a genderErik Schilling2012-01-021-1/+2
* Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-19/+26
* Fixed infinite loop in deserializeCharacterDataThorbjørn Lindeijer2011-04-101-10/+5
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+1
* Removed the superfluous point struct.Yohann Ferreira2011-01-091-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-5/+5
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-60/+60
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-19/+45
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+16
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Added tracing of kill count for each monster per characterPhilipp Sehmisch2010-01-081-1/+32
* 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-2/+2
* Adds code for saving and getting status effects from the databaseChuck Miller2009-10-011-0/+17
* Some final skill fixes, they seem to work fine nowChuck Miller2009-07-061-1/+3
* Makes Skills non hard codedChuck Miller2009-07-031-4/+12
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-3/+3
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added weapon skill system and leveling system.Philipp Sehmisch2008-01-281-2/+17
* Fixed account server compiling.Philipp Sehmisch2008-01-101-1/+0
* Implemented some of the game mechanics we decided to use. The clients now onl...Philipp Sehmisch2008-01-071-0/+1
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-271-0/+2
* First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond2007-08-181-4/+4
* Handled money as part of the inventory.Guillaume Melquiond2007-08-141-2/+2
* Made character data persistent across logout/login.Guillaume Melquiond2007-07-011-4/+0
* Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond2007-07-011-0/+104