summaryrefslogtreecommitdiff
path: root/src/game-server/component.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-26[Abilities] Moved the ability code into a own componentErik Schilling1-0/+1
2013-04-12Moved Actor into an ComponentErik Schilling1-1/+4
2013-04-11Converted Being into a ComponentErik Schilling1-0/+1
2013-04-11Converted the Character class into a componentErik Schilling1-0/+1
2013-04-03Moved the Monster class to a ComponentErik Schilling1-0/+1
2013-04-02Moved fighting code into a componentErik Schilling1-0/+1
2013-03-25Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer1-2/+3
2013-03-25Changed Effect to a component of ActorThorbjørn Lindeijer1-0/+1
2013-03-25Changed Item to a component of ActorThorbjørn Lindeijer1-2/+3
2013-03-25Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer1-0/+49