Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | 2019-12-09 |
| | |||
* | Add more visual feedback for button states (#8916) | Hugues Ross | 2019-10-12 |
| | | | | | | - 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) | ||
* | Fix some issues with minetest.clear_craft (#8712) | Paul Ouellette | 2019-08-10 |
| | | | | | | | | | | | * Fix some issues with minetest.clear_craft - Fix memory leak - Fix crafts with an output count not being cleared when clearing by input. - Fix recipe list being reversed when clearing by input. * Add CraftInput::empty() | ||
* | Add formspec testing to test mod in minimal | rubenwardy | 2019-08-03 |
| | |||
* | minimal: Move get_craft_result tests to test mod | Paul Ouellette | 2019-07-27 |
| | |||
* | minimal: Fix crash due to assertion fail | ANAND | 2019-05-03 |
| | |||
* | Minimal: Fix HP change crash (#7344) | SmallJoker | 2018-05-16 |
| | |||
* | MetaDataRef: Add contains() and get() (#7214) | rubenwardy | 2018-04-30 |
| | |||
* | Add player:get_meta(), deprecate player attributes (#7202) | rubenwardy | 2018-04-06 |
| | | | | * Add player:get_meta(), deprecate player attributes | ||
* | Load dependencies and description from mod.conf | Andrew Ward | 2018-03-28 |
| | |||
* | Add reasons to on_dieplayer and on_hpchange | Andrew Ward | 2018-03-28 |
| | |||
* | Add PseudoRandom in Lua API | Perttu Ahola | 2012-03-28 |