log components/fifeagent.py @ 160:75c0b728ccf3

age author description
Sun, 13 Nov 2011 17:19:14 +0100 KarstenBock Further work on the scripting system.
Tue, 27 Sep 2011 16:27:36 +0200 KarstenBock saveable_fields property of components is now a List.
Tue, 27 Sep 2011 15:51:11 +0200 KarstenBock Removed gfx field from FifeAgent.
Tue, 27 Sep 2011 15:38:24 +0200 KarstenBock Added saveable_fields to FifeAgent component.
Tue, 27 Sep 2011 14:58:03 +0200 KarstenBock Added Base component, which has a saveable_fields property. It is supposed to be derived from, thus it is not in the components list.
Sat, 24 Sep 2011 15:48:24 +0200 KarstenBock Move the identifier field from the FifeAgent component to the new General component.
Wed, 21 Sep 2011 16:10:14 +0200 KarstenBock Changed "import bGrease" to "import parpg.bGrease".
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.
Wed, 07 Sep 2011 13:54:02 +0200 KarstenBock Removed layer as attribute of BaseBehaviour and added it as a parameter to the attachToLayer method.
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:44:53 +0200 KarstenBock Added pos value to the FifeAgent component
Sun, 04 Sep 2011 16:25:23 +0200 KarstenBock Move setup_behaviour method of the Character entity to a function in fifeagent.py
Thu, 01 Sep 2011 23:26:02 +0200 KarstenBock Fixed bug in components
Wed, 27 Jul 2011 12:16:30 -1000 M. George Hansen Refactored components and began defining basic Entities and Systems.