Jean-Patrick Guerrero
Jean-Patrick Guerrero
Has it been _**extensively**_ tested with different inventories?
LWJGL is well supported on XWayland 1.19 now. Any progress toward getting a native Wayland support ?
I don't think OpenGL 1.x should be supported at all in Minetest. This is 20 years old, people should upgrade.
Been testing this PR. Placing `print(dump(core.get_player_window_information(player:get_player_name()))` in e.g. `core.register_on_joinplayer` returns `"singleplayer"`. Maybe because it is a "too early" callback for the client?
I'm waiting https://github.com/minetest/minetest/pull/8658 to be merged to fix that. Current label wrapping doesn't care about font size.
Both the server and client need it. Ask @rubenwardy for a review.
The proper fix is to have the label aligned on the right and put it outside between the buttons.
Text has been granted more space (good if you're german) but this doesn't into account the font size yet.
https://github.com/minetest-mods/craftguide/commit/00dcea5c50240e0ab50f1b97b55676e4a7d4f553 should resolve the labels overlapping but you need to use Minetest 5.4-dev.
Translation is not supported yet.