summaryrefslogtreecommitdiff
path: root/src/account-server/character.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-1/+2
2023-05-15General code cleanupsThorbjørn Lindeijer1-2/+1
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2013-12-08Delete some unused copy constructorsThorbjørn Lindeijer1-4/+2
2013-09-26Store questlog values in the databaseErik Schilling1-0/+10
2013-08-26Unshared the serialization of charactersErik Schilling1-1/+3
2013-08-26Made cooldowns of abilities scriptableErik Schilling1-33/+5
2013-08-26Readded level handlingErik Schilling1-5/+5
2013-08-26Removed skillsErik Schilling1-26/+0
2013-08-26[Abilities] Made the rechargespeed depending on attributesErik Schilling1-1/+1
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-19/+19
2013-04-11Converted the Character class into a componentErik Schilling1-8/+23
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-5/+5
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-10/+10
2012-04-04Enhanced special supportErik Schilling1-8/+23
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-15Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer1-12/+24
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-1/+1
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-1/+11
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+275