Mercurial > parpg-core
log
age | author | description |
---|---|---|
Fri, 07 Oct 2011 15:37:44 +0200 | KarstenBock | Context menus in container guis now work with components. |
Fri, 07 Oct 2011 14:52:09 +0200 | KarstenBock | When dragging an item while changing the map, the mouse cursor will now not reset. |
Fri, 07 Oct 2011 14:43:42 +0200 | KarstenBock | PickUpAction now calls updateObjectDB of the GameModel class. |
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. |