]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_mainmenu.cpp
Improve the path select GUI (#5852)
[dragonfireclient.git] / src / script / lua_api / l_mainmenu.cpp
2017-06-11 red-001Improve the path select GUI (#5852)
2017-06-06 Elijah DuffyMain Menu: Add get_clientmodpath API (#5912)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-02-03 kilbithServerlist: Add ping indicators (#5164)
2016-11-01 ShadowNinjaAdd version API
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-03-15 est31Add option to not send pre v25 init packet
2015-10-18 est31Remove wstrgettext
2015-10-04 kwolekrHide mapgens from main menu not intended for end users
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-07-23 est31Optional reconnect functionality
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-13 Ilya ZhuravlevUse utf-8 in formspecs
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-29 Craig RobbinsFix typo
2015-03-28 Craig RobbinsAdd Lua function get_video_modes() for main menu
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-18 est31Fix game minetest.conf default settings
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-12 ngosangFix .zip extraction (mod store)
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-08-22 sapierAdd video driver selection to settings menu (based...
2014-08-15 SmallJokerFix the *CDP display
2014-06-19 sapierRemove a lot of superfluous ifndef USE_CURL checks
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-27 sapierAdd support for dpi based HUD scaling
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu
2014-02-07 sapierFix invalid check for fread error on extracting zip
2014-01-13 KahrlAdd formspec table
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-11 sapierImplement search tab and version picker
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-11-11 sapierFix invalid usage of temporary object in mainmenu json...
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-08-19 BlockMenFix umlauts/special character issue in lua gettext
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...