summaryrefslogtreecommitdiff
path: root/src/guiEngine.cpp
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-24Add clientside translations.Ekdohibs
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-12Remove cloud_height settingBen Deutsch
2017-07-05Fog effect when camera is inside cloudBen Deutsch
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-24C++11 cleanup on constructors guiEngine (#6036)Vincent Glize
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-06-03Snake case for screen options in minetest.conf (#5792)Vincent Glize
2017-05-05Save minetest screen width/height options when modified (#5683)Loïc Blot
2017-04-21Fix various performance issues reported by cppcheck (#5628)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-01-13Main menu tweaksShadowNinja
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2016-07-10Fix typos (#4298)Snipie
2016-07-03Remove top left minetest watermarkest31
2016-06-03Initial Gamepad supportest31
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-04-24Make GUIEngine use pause_fps_max not fps_maxgregorycu
2015-10-31Fix server crashing on Lua errorsShadowNinja
2015-07-23Optional reconnect functionalityest31
2015-07-08Use UTF-8 instead of narrowest31
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-14Disable double-click -> ESC translation for main menuCraig Robbins
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2014-11-30Make hud use fontengine toosapier
2014-11-30Implement proper font handlingsapier
2014-10-24Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanismKahrl
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-09-21Allow taking screenshots of formspecs and move message to chatBlockMen
2014-09-18Reduce indentation of HTTPFetchOngoingShadowNinja
2014-06-29Add support for Android 2.3+sapier
2014-06-26Add separate download timeout to allow download of bigger files or on low ban...sapier
2014-06-20Fix small memory leaks on shutdownsapier
2014-06-19Remove ugly curl struct pointer from jsonFetchValue signaturesapier
2014-06-14Fix regression dirt texture not beeing default in non cloud menusapier
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-04-27Fix code style of async APIShadowNinja
2014-04-27Remove dependency on marshal and many other async changesShadowNinja
2014-04-22Fix formspec replacement handling for in game formspecssapier
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2014-01-07Send long announce as POST, show OS in useragentproller
2013-12-13Replace any direct curl usage by httpfetchsapier