]> git.lizzy.rs Git - dragonfireclient.git/history - src/guiEngine.cpp
Move globals from main.cpp to more sane locations
[dragonfireclient.git] / src / guiEngine.cpp
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
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...
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-06-29 sapierAdd support for Android 2.3+
2014-06-26 sapierAdd separate download timeout to allow download of...
2014-06-20 sapierFix small memory leaks on shutdown
2014-06-19 sapierRemove ugly curl struct pointer from jsonFetchValue...
2014-06-14 sapierFix regression dirt texture not beeing default in non...
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
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
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...
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