Main menu tweaks
[oweals/minetest.git] / src / guiEngine.cpp
2017-01-13 ShadowNinjaMain menu tweaks
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2016-07-09 SnipieFix typos (#4298)
2016-07-03 est31Remove top left minetest watermark
2016-06-03 est31Initial Gamepad support
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-04-24 gregorycuMake GUIEngine use pause_fps_max not fps_max
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-07-23 est31Optional reconnect functionality
2015-07-08 est31Use UTF-8 instead of narrow
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-14 Craig RobbinsDisable double-click -> ESC translation for main menu
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2014-11-30 sapierMake hud use fontengine too
2014-11-30 sapierImplement proper font handling
2014-10-24 KahrlRemove m_ext_ptr in GUIFormSpecMenu, replaced by refcou...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-21 BlockMenAllow taking screenshots of formspecs and move message... 1672/head
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-26 sapierAdd separate download timeout to allow download of... 1379/head
2014-06-20 sapierFix small memory leaks on shutdown
2014-06-19 sapierRemove ugly curl struct pointer from jsonFetchValue... 1393/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-22 sapierFix formspec replacement handling for in game formspecs 1240/head
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error... 1201/head
2014-01-06 prollerSend long announce as POST, show OS in useragent
2013-12-13 sapierReplace any direct curl usage by httpfetch
2013-12-11 sapierImplement search tab and version picker
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-05 prollerCorrect useragent in http queries
2013-11-03 sapierFix invalid usage of texture->getSize() where actually...
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
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...
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-22 sapiermerge mainmenu_helper.lua to misc_helpers.lua
2013-07-12 prollerMasterserver mods announse, ipv6, better curl errors
2013-07-07 sapierFix many formspec menu bugs
2013-07-03 kwolekrLua main menu: Fix crash on init lua error, mapgen...
2013-07-02 sapierReplace C++ mainmenu by formspec powered one