Mercurial > parpg-source
log
age | author | description |
---|---|---|
Wed, 21 Sep 2011 15:25:32 +0200 | KarstenBock | Added equipable component. |
Wed, 21 Sep 2011 15:05:12 +0200 | KarstenBock | Added item_type attribute to the containable component. |
Sun, 18 Sep 2011 16:26:12 +0200 | KarstenBock | Implemented creation of dynamic entities. |
Sun, 18 Sep 2011 16:07:07 +0200 | KarstenBock | Added ChangeMap component. |
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. |