Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make inventory GUI do sane things when server-side inventory acts unusually | Perttu Ahola | 2012-09-02 |
| | |||
* | Fix bug in moving a larger sized stack in inventory on top of another | Perttu Ahola | 2012-09-02 |
| | | | | | | | | - You have 2 stacks: a with x items and b with y<x items - Take a with your mouse and place it on b - Whole stack a moves to b - (y * 2 - x) items move from b to a - (x - y) items are left to the mouse cursor | ||
* | Restore focus to formspec menu when pressing a button | Perttu Ahola | 2012-07-25 |
| | |||
* | Improve formspec positioning | Perttu Ahola | 2012-07-25 |
| | |||
* | Detached inventory callbacks and reworked node metadata callbacks | Perttu Ahola | 2012-07-25 |
| | |||
* | Detached inventories | Perttu Ahola | 2012-07-24 |
| | |||
* | Formspec button_exit[] and image_button_exit[] | Perttu Ahola | 2012-07-22 |
| | |||
* | Implement formspec | darkrose | 2012-07-22 |