summaryrefslogtreecommitdiffstats
path: root/src/game-server/component.h
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Moved the ability code into a own componentErik Schilling2013-05-081-0/+1
* Moved Actor into an ComponentErik Schilling2013-04-121-1/+4
* Converted Being into a ComponentErik Schilling2013-04-111-0/+1
* Converted the Character class into a componentErik Schilling2013-04-111-0/+1
* Moved the Monster class to a ComponentErik Schilling2013-04-031-0/+1
* Moved fighting code into a componentErik Schilling2013-04-021-0/+1
* Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer2013-03-251-2/+3
* Changed Effect to a component of ActorThorbjørn Lindeijer2013-03-251-0/+1
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-251-2/+3
* Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer2013-03-251-0/+49