log behaviours/base.py @ 172:5d47ad053aef

age author description
2011-10-21 KarstenBock Added onInstanceActionFrame to BaseBehaviour. This fixes the "blinking Objects" problem.
2011-09-30 KarstenBock Added animation queue and method the base behaviour class.
2011-09-24 KarstenBock Move the identifier field from the FifeAgent component to the new General component.
2011-09-18 KarstenBock Implemented creation of dynamic entities.
2011-09-09 KarstenBock Added BaseBehaviour. Moved methods from MovingAgentBehaviour to BaseBehaviour.
2011-09-08 KarstenBock Modifications to make the player agent move around by clicking with the mouse.
2011-09-08 KarstenBock Added talk method to the base behaviour.
2011-09-08 KarstenBock Added approach functionality to the BaseBehaviour
2011-09-07 KarstenBock Removed layer as attribute of BaseBehaviour and added it as a parameter to the attachToLayer method.
2011-09-06 KarstenBock Changes to make PARPG "runable" with grease. (With the correct modified assets)
2011-09-05 KarstenBock Set default value of layer parameter of BaseBehaviour to None
2011-09-05 KarstenBock Moved behaviours from objects/actors.py to files seperate files inside a behaviours directory.