index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
guiFormSpecMenu.cpp
Age
Commit message (
Collapse
)
Author
2012-11-22
Merge pull request #268 from khonkhortisan/image_button
xyzz
Allow transparent image_buttons
2012-11-08
Adding background to Formspec
RealBadAngel
2012-11-04
Formspec: Draw images before inventories. Allows to use image as background.
RealBadAngel
2012-10-18
Allow transparent image_buttons
Kyle
2012-09-02
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
- 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
2012-07-25
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-24
Detached inventories
Perttu Ahola
2012-07-22
Formspec button_exit[] and image_button_exit[]
Perttu Ahola
2012-07-22
Implement formspec
darkrose