log entities/character.py @ 57:ba85e5aff370

age author description
Fri, 09 Sep 2011 15:30:23 +0200 KarstenBock Removed the pos value from the fifeagent component. getItemActions of Gamescenecontroller gets the position by calling a method of the behaviour.
Tue, 06 Sep 2011 15:21:36 +0200 KarstenBock Added dialogue value to Character entity
Mon, 05 Sep 2011 15:00:34 +0200 KarstenBock Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
Mon, 05 Sep 2011 14:45:28 +0200 KarstenBock Added pos paramenter to the Character entity
Sun, 04 Sep 2011 16:25:23 +0200 KarstenBock Move setup_behaviour method of the Character entity to a function in fifeagent.py
Sun, 04 Sep 2011 15:19:47 +0200 KarstenBock Added fifeagent as component to the Character entity and added a method that attaches the behaviour to the layer
Wed, 27 Jul 2011 12:16:30 -1000 M. George Hansen Refactored components and began defining basic Entities and Systems.