Mercurial > parpg-source
log
age | author | description |
---|---|---|
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. |
Fri, 23 Sep 2011 13:35:44 +0200 | KarstenBock | take_stuff and give_stuff in dialogues work again. |
Fri, 23 Sep 2011 13:30:41 +0200 | KarstenBock | Fixed item_type not being set when creating items. |
Fri, 23 Sep 2011 13:30:17 +0200 | KarstenBock | Fixed bugs in the container functions. |
Fri, 23 Sep 2011 12:58:32 +0200 | KarstenBock | Removed image field from the equipable component. |
Thu, 22 Sep 2011 16:18:07 +0200 | KarstenBock | (Re)added setting of inventory and equipment in the object files. |