Mercurial > parpg-source
log
age | author | description |
---|---|---|
Fri, 23 Sep 2011 15:09:02 +0200 | KarstenBock | Fixed PickUpAction. Items can be picked up again. |
Fri, 23 Sep 2011 15:08:27 +0200 | KarstenBock | Added moveObject method to the GameModel class. |
Fri, 23 Sep 2011 14:43:06 +0200 | KarstenBock | Fixed bug in checkAttributes that caused that values where not correctly set from the Template. |
Fri, 23 Sep 2011 14:24:22 +0200 | KarstenBock | The Examine action in the context menu will now only be shown when the Entity actually has a description text. |
Fri, 23 Sep 2011 14:18:42 +0200 | KarstenBock | Fixed bug in "getItemActions" when the Entity has a change_map component. |
Fri, 23 Sep 2011 14:11:49 +0200 | KarstenBock | Added pc_has and npc_has as functions to the dialogue engine. These replace calls to pc.has_item and ncp.has_item. |