Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#9284)
Unified flags handling in C++ and Lua Settings API
-> Reading only, for now. Writing can be implemented later, if needed.
API function to read the currently active flags
-> was impossible from Lua
Co-authored-by: Wuzzy <wuzzy2@mail.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code that calls minetest.item_place_object was removed
in 2013 in commit fc61c8809b9a1d47d9f117446764107a56cec956.
|
|
|
|
|
|
color (#8996)
|
|
|
|
|
|
|
|
Previously this method would accidentally reset the locale
and break everything.
|
|
fixes #8068
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix ban chatcommand description
* Correct ban API documentation
|
|
|
|
"Deprecated" means that something is still in use, but is unsupported and needs to be removed.
"Obsolete" means it is already out of use.
|
|
|
|
|
|
- Add style properties for overriding the the hovered/pressed state
- By default, hovered buttons are a lighter version of the base color
- By default, pressed buttons are a darker version of the base color
- Add hovered bg image support for image buttons (style property)
|
|
|
|
This reverts commit 1db3d252cff9e8d61fecf1052d7497813851da51.
Temporary solution until a compatible solution is found to define both - formspec and fullscreen backgrounds.
|
|
|
|
Adds background9[] element to keep backwards compatibility in formspec prepends.
|
|
|
|
Improve documentation
Read old formats
Fix free ID function. Return first gap in map
|
|
Makes 'get_wield_item' to return the "main" ItemStack
|
|
|