]> git.lizzy.rs Git - minetest.git/history - src/guiEngine.h
Optimize headers (part 2) (#6272)
[minetest.git] / src / guiEngine.h
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-24 Vincent GlizeC++11 cleanup on constructors guiEngine (#6036)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-04-21 Loïc BlotFix various performance issues reported by cppcheck...
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2016-07-03 est31Remove top left minetest watermark
2016-06-03 est31Initial Gamepad support
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2014-11-30 sapierImplement proper font handling
2014-06-14 sapierFix regression dirt texture not beeing default in non...
2014-04-27 ShadowNinjaFix code style of async API
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-08-19 KahrlAllow SIGINT to kill mainmenu again
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-02 sapierReplace C++ mainmenu by formspec powered one