Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | Add scroll_container formspec element (redo) (#9101) | DS | |
New formspec elements: - `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]` - `scroll_container_end[]` Other elements can be embedded in this element. Scrollbar must be placed manually. | |||
2020-02-15 | Add animated_image[] formspec element (#9258) | Hugues Ross | |
2020-02-01 | Formspec: Create a new class for inventorylists (#9287) | DS | |
2019-12-09 | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | |
2019-11-07 | Formspec: draw order and clipping for all elements (#8740) | DS | |
2019-11-03 | Formspec: add hypertext element | Pierre-Yves Rollo | |
2019-08-03 | Add custom colorable GUIButton implementation | rubenwardy | |
2019-05-24 | Add IGUIScrollbar implementation with variable bar sizes (#8507) | stujones11 | |
2018-10-29 | Move touchscreen input handling to base GUIModalMenu class | stujones11 | |
2018-01-20 | Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ↵ | Loic Blot | |
create_formspec_menu) * Move profilergraph to dedicated files * Move nodePlacementPrediction to Game class * Rename create_formspec_menu to GUIFormSpecMenu::create | |||
2018-01-13 | Add confirmation on new player registration (#6849) | Muhammad Rifqi Priyo Susanto | |
* Attempt to add registration confirmation Using SRP auth mechanism, if server sent AUTH_MECHANISM_FIRST_SRP that means the player isn't exist. Also tell player about the server and chosen username. Local game has localhost as IP address of the server. Add RenderingEngine::draw_menu_scene() to draw GUI and clouds background. aborted -> connection_aborted * Rewrite information message text Client::promptConfirmRegister() -> Client::promptConfirmRegistration() | |||
2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
* Move files around |