summaryrefslogtreecommitdiff
path: root/src/account-server/character.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-2/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-6/+5
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2022-08-19Fixed possible leak in AccountHandler::handleUnregisterMessageThorbjørn Lindeijer1-0/+1
2013-09-26Store questlog values in the databaseErik Schilling1-0/+22
2013-09-08Cleaned up the inventory handlingErik Schilling1-33/+20
2013-08-26Unshared the serialization of charactersErik Schilling1-0/+161
2013-08-26Made cooldowns of abilities scriptableErik Schilling1-5/+2
2013-08-26Readded level handlingErik Schilling1-1/+1
2013-08-26Removed skillsErik Schilling1-1/+0
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-3/+3
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-3/+3
2012-04-04Enhanced special supportErik Schilling1-0/+8
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-0/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-2/+2
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-4/+0
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-07-03Makes Skills non hard codedChuck Miller1-4/+0
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-4/+13
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+6
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-0/+42