Mercurial > parpg-core
log
age | author | description |
---|---|---|
Sun, 09 Oct 2011 14:43:47 +0200 | KarstenBock | ReplaceItem in UseAction will now delete the old object from the database and the world. |
Sun, 09 Oct 2011 14:39:02 +0200 | KarstenBock | Added ReplaceItemAction, to dialogueactions, which replaces a single item in the players inventory. |
Sun, 09 Oct 2011 14:38:54 +0200 | KarstenBock | Added a "model" value to the dialogues game_state, which stores the GameModel. |
Sun, 09 Oct 2011 14:29:02 +0200 | KarstenBock | Fix to decrease the wander rate of the npcs. |
Sun, 09 Oct 2011 14:03:25 +0200 | KarstenBock | createItem now calls UpdateObjectDB after it created the item. |
Sun, 09 Oct 2011 13:31:08 +0200 | KarstenBock | Fixed UseAction. |