Mercurial > parpg-source
log
age | author | description |
---|---|---|
Thu, 08 Sep 2011 18:36:40 +0200 | KarstenBock | Added code that checks if the object is the player so certain actions (talk, attack) will not appear in the menu. |
Thu, 08 Sep 2011 18:23:06 +0200 | KarstenBock | Modifications to make the player agent move around by clicking with the mouse. |
Thu, 08 Sep 2011 15:18:39 +0200 | KarstenBock | Modifications to make talking with npcs possible again. Special actions won't work yet though. |
Thu, 08 Sep 2011 15:17:28 +0200 | KarstenBock | Added talk method to the base behaviour. |
Thu, 08 Sep 2011 14:30:01 +0200 | KarstenBock | Removed behaviour component. Behaviour is already stored in the fifeagent component. |
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. |