log behaviours/base.py @ 151:4c11d9d8b19d

age author description
Fri, 21 Oct 2011 13:39:40 +0200 KarstenBock Added onInstanceActionFrame to BaseBehaviour. This fixes the "blinking Objects" problem.
Fri, 30 Sep 2011 14:04:29 +0200 KarstenBock Added animation queue and method the base behaviour class.
Sat, 24 Sep 2011 15:48:24 +0200 KarstenBock Move the identifier field from the FifeAgent component to the new General component.
Sun, 18 Sep 2011 16:26:12 +0200 KarstenBock Implemented creation of dynamic entities.
Fri, 09 Sep 2011 15:18:17 +0200 KarstenBock Added BaseBehaviour. Moved methods from MovingAgentBehaviour to BaseBehaviour.
Thu, 08 Sep 2011 18:23:06 +0200 KarstenBock Modifications to make the player agent move around by clicking with the mouse.
Thu, 08 Sep 2011 15:17:28 +0200 KarstenBock Added talk method to the base behaviour.
Thu, 08 Sep 2011 14:20:31 +0200 KarstenBock Added approach functionality to the BaseBehaviour
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.
Tue, 06 Sep 2011 15:22:51 +0200 KarstenBock Changes to make PARPG "runable" with grease. (With the correct modified assets)
Mon, 05 Sep 2011 14:09:04 +0200 KarstenBock Set default value of layer parameter of BaseBehaviour to None
Mon, 05 Sep 2011 13:02:05 +0200 KarstenBock Moved behaviours from objects/actors.py to files seperate files inside a behaviours directory.