log behaviours/player.py @ 55:8b1ad2d342d8

age author description
Fri, 09 Sep 2011 15:05:23 +0200 KarstenBock Renamed BaseBehaviour to MovingAgentBehaviour
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.
Mon, 05 Sep 2011 14:14:42 +0200 KarstenBock Fixed error in setting the initial state of the NPC behaviour
Mon, 05 Sep 2011 13:02:05 +0200 KarstenBock Moved behaviours from objects/actors.py to files seperate files inside a behaviours directory.