Mercurial > parpg-core
log
age | author | description |
---|---|---|
Fri, 09 Sep 2011 16:12:46 +0200 | KarstenBock | DialogueGUI now acceps met_fnc and meet_fnc in its constructor and stores them in its game_state as "met" and "meet" respectively. |
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. |