summaryrefslogtreecommitdiff
path: root/src/game-server/being.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-15General code cleanupsThorbjørn Lindeijer1-3/+7
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2013-12-08deleted copy constructors in Component rather than all the subclassesErik Schilling1-3/+0
2013-12-08Delete some unused copy constructorsThorbjørn Lindeijer1-2/+2
2013-09-19Renamed actor.{h,cpp} to actorcomponent.{h,cpp}Thorbjørn Lindeijer1-1/+1
2013-08-26Moved AttributeInfo into a seperate fileErik Schilling1-12/+12
2013-08-26Allowed to push attributeinfos for the attribute recalculationErik Schilling1-18/+20
2013-08-26Unshared the serialization of charactersErik Schilling1-7/+0
2013-08-26Allow names instead of ids for attributes + cleanupErik Schilling1-2/+2
2013-08-26[Abilities] Removed the old autoattack systemErik Schilling1-1/+2
2013-08-26[Abilities] Added a add_hit_taken bindErik Schilling1-0/+33
2013-04-12Moved Actor into an ComponentErik Schilling1-1/+1
2013-04-11Converted Being into a ComponentErik Schilling1-28/+31
2013-04-11Converted the Character class into a componentErik Schilling1-2/+9
2013-04-03Moved the Monster class to a ComponentErik Schilling1-1/+12
2013-04-02Moved fighting code into a componentErik Schilling1-79/+7
2013-02-04Moved attribute (re)calculation to the scriptsErik Schilling1-1/+13
2013-02-01Added emote support.Yohann Ferreira1-0/+14
2013-01-09Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer1-4/+6
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-13/+13
2013-01-08Work on (Auto)Attack system.Erik Schilling1-9/+33
2013-01-08Rename AutoAttack to AttackErik Schilling1-2/+2
2012-04-14Introduced a Timeout class for counting down without countingThorbjørn Lindeijer1-30/+4
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-1/+1
2012-03-26Some general cleanups and merged Being::perform() into update()Thorbjørn Lindeijer1-6/+1
2012-01-02Made all beings capable of having a genderErik Schilling1-0/+8
2011-06-17Changed the attack message to send the attack id.Yohann Ferreira1-3/+4
2011-04-15Fixed crash on first map updateThorbjørn Lindeijer1-0/+4
2011-03-15Eliminated one version of Being::performAttackThorbjørn Lindeijer1-1/+0
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira1-3/+10
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira1-44/+3
2010-12-08Fix many compiler warnings.Freeyorp1-2/+3
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+373