Skip to content

Instantly share code, notes, and snippets.

@sapier
Last active December 19, 2015 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapier/5961251 to your computer and use it in GitHub Desktop.
Save sapier/5961251 to your computer and use it in GitHub Desktop.
Formspec Menu TODO
Fixed but not merged:
1) server description not saved localy https://github.com/minetest/minetest/pull/824
2) "Configure" window doesnt work with -DRUN_IN_PLACE=0 https://github.com/minetest/minetest/pull/824
3) All the mods of modpacks are listed in the configure window. This really messes up the list when using modpacks like mesecons wich have a lot of mods.
4) Add Playernumber to favorites list
5) fix menu stuck if no internet connection by adding configurable curl timeout
6) the menu header is not drawn in other tabs than Singleplayer
Fixed but not pushed:
Can't fix:
1) when I click on a world then the list moves up until the world is at the bottom of the window
1a) the selected world is not always visible at startup since the scrollbar is always at the top
2) no mouswheel support in lists (works partly)
3) when you change the tab and then directly click on a world then a singleclick is enough to start it
4) updatepo.s(h) not working anymore ... of course not it's not c++ code anymore ;-)
5) it happens sometimes that the selection in a list follows the mouse (can't reproduce)
Feature enhancement:
1) add on_edit event or something similar to textfields
2) Fixed size image buttons (The game buttons aren't 48x48, so the texture looks bad.)
Todo:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment