aboutsummaryrefslogtreecommitdiff
path: root/src/guiEngine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+1
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-5/+6
* Clean up and tweak build systemShadowNinja2015-03-271-4/+4
* Disable double-click -> ESC translation for main menuCraig Robbins2015-03-141-1/+2
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-2/+2
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-2/+1
* Make hud use fontengine toosapier2014-11-301-5/+5
* Implement proper font handlingsapier2014-11-301-9/+40
* Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanismKahrl2014-10-241-3/+2
* Split settings into seperate source and header filesShadowNinja2014-09-211-3/+4
* Allow taking screenshots of formspecs and move message to chatBlockMen2014-09-211-1/+1
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-181-12/+11
* Add support for Android 2.3+sapier2014-06-291-0/+18
* Add separate download timeout to allow download of bigger files or on low ban...sapier2014-06-261-0/+1
* Fix small memory leaks on shutdownsapier2014-06-201-4/+3
* Remove ugly curl struct pointer from jsonFetchValue signaturesapier2014-06-191-5/+1
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-141-19/+49
* Organize builtin into subdirectoriesShadowNinja2014-05-071-44/+21
* Fix code style of async APIShadowNinja2014-04-271-3/+4
* Remove dependency on marshal and many other async changesShadowNinja2014-04-271-26/+20
* Fix formspec replacement handling for in game formspecssapier2014-04-221-4/+5
* Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-191-1/+2
* Send long announce as POST, show OS in useragentproller2014-01-071-2/+0
* Replace any direct curl usage by httpfetchsapier2013-12-131-33/+22
* Implement search tab and version pickersapier2013-12-111-1/+1
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-0/+8
* Correct useragent in http queriesproller2013-11-061-1/+1
* Fix invalid usage of texture->getSize() where actually texture->getOriginalSi...sapier2013-11-031-5/+5
* Show git hash in version string at top left corner of windowKahrl2013-09-281-2/+3
* Change mainmenu texture handling + small misc changesKahrl2013-09-111-2/+46
* Allow SIGINT to kill mainmenu againKahrl2013-08-191-2/+4
* Add translation for main menusapier2013-08-171-1/+0
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-157/+87
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-281-1/+30
* merge mainmenu_helper.lua to misc_helpers.luasapier2013-07-221-1/+1
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-131-1/+1
* Fix many formspec menu bugssapier2013-07-071-1/+1
* Lua main menu: Fix crash on init lua error, mapgen dropdown index, and new wo...kwolekr2013-07-031-2/+5
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-0/+570