Mercurial > parpg-core
log
age | author | description |
---|---|---|
Fri, 07 Oct 2011 14:36:36 +0200 | KarstenBock | Fixed that dropped items cannot be picked up. |
Fri, 07 Oct 2011 14:16:21 +0200 | KarstenBock | The stopActions method in the Hud class now drops the item that is currently dragged onto the map. |
Fri, 07 Oct 2011 14:15:06 +0200 | KarstenBock | Fixed that items in the player characters inventory could not be dropped. |
Thu, 06 Oct 2011 16:08:00 +0200 | KarstenBock | Fixed bug that dropping an item onto another would not set the drag_data to the replaced item, which caused this to be lost. |
Thu, 06 Oct 2011 16:04:48 +0200 | KarstenBock | Added drag and drop functionality to the players inventory grid. |
Thu, 06 Oct 2011 16:00:57 +0200 | KarstenBock | Removed unused variables from drag_drop_data. |