Mercurial > parpg-source
log
age | author | description |
---|---|---|
Fri, 09 Sep 2011 15:47:43 +0200 | KarstenBock | Added meet and met methods from the old player object to the gamestate. |
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. |
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 18:56:10 +0200 | KarstenBock | Fixed bug in the text splitting code of ExamineAction. |
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. |