Mercurial > parpg-source
log
age | author | description |
---|---|---|
Thu, 15 Dec 2011 21:14:13 +0100 | KarstenBock | Added "Say" action. |
Sat, 19 Nov 2011 19:28:38 +0100 | KarstenBock | Small fixes. |
Sat, 19 Nov 2011 16:12:56 +0100 | KarstenBock | Added "None" to the action dict which calls an "no-op" action. |
Sat, 19 Nov 2011 16:00:32 +0100 | KarstenBock | Added RunScriptAction class. |
Thu, 17 Nov 2011 20:36:08 +0100 | KarstenBock | Implemented loading scripts from files. |
Sun, 13 Nov 2011 17:19:14 +0100 | KarstenBock | Further work on the scripting system. |
Sun, 13 Nov 2011 13:37:24 +0100 | KarstenBock | script commands are stored in the System now instead of the the script object. |
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. |