Sat, 12 Nov 2011 20:54:25 +0100 |
KarstenBock |
The approach method of MovingAgentBehaviour now accepts a locatior or another instance, and uses the follow method to move to the instance position.
|
Sun, 09 Oct 2011 14:29:02 +0200 |
KarstenBock |
Fix to decrease the wander rate of the npcs.
|
Fri, 30 Sep 2011 14:04:29 +0200 |
KarstenBock |
Added animation queue and method the base behaviour class.
|
Fri, 09 Sep 2011 15:18:17 +0200 |
KarstenBock |
Added BaseBehaviour. Moved methods from MovingAgentBehaviour to BaseBehaviour.
|
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 14:48:08 +0200 |
KarstenBock |
Fixed NPC behaviour. NPCs are wandering around again.
|
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 14:09:04 +0200 |
KarstenBock |
Set default value of layer parameter of BaseBehaviour to None
|
Mon, 05 Sep 2011 13:56:27 +0200 |
KarstenBock |
Changed parameters for NPCBehaviour to lower case
|
Mon, 05 Sep 2011 13:02:05 +0200 |
KarstenBock |
Moved behaviours from objects/actors.py to files seperate files inside a behaviours directory.
|