Mercurial > parpg-core
log src/parpg/components/fifeagent.py @ 92:0f659c7675f6
age | author | description |
---|---|---|
Wed, 21 Sep 2011 16:10:14 +0200 | KarstenBock | Changed "import bGrease" to "import parpg.bGrease". |
Fri, 09 Sep 2011 15:30:23 +0200 | KarstenBock | Removed the pos value from the fifeagent component. getItemActions of Gamescenecontroller gets the position by calling a method of the behaviour. |
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 15:00:34 +0200 | KarstenBock | Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease. |
Mon, 05 Sep 2011 14:44:53 +0200 | KarstenBock | Added pos value to the FifeAgent component |
Sun, 04 Sep 2011 16:25:23 +0200 | KarstenBock | Move setup_behaviour method of the Character entity to a function in fifeagent.py |