Added configurable selectionbox width. Min width = 1, Max = 5
[oweals/minetest.git] / src / script / lua_api / l_mainmenu.cpp
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-08-15 SmallJokerFix the *CDP display
2014-06-19 sapierRemove a lot of superfluous ifndef USE_CURL checks 1392/head
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu 1208/head
2014-02-07 sapierFix invalid check for fread error on extracting zip
2014-01-13 KahrlAdd formspec table
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-11 sapierImplement search tab and version picker
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-11 sapierFix invalid usage of temporary object in mainmenu json...
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-08-19 BlockMenFix umlauts/special character issue in lua gettext
2013-08-19 KahrlAllow SIGINT to kill mainmenu again
2013-08-17 sapierAdd translation for main menu
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...