]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_mainmenu.cpp
Android: Add support for sharing debug.txt (#12370)
[dragonfireclient.git] / src / script / lua_api / l_mainmenu.cpp
2022-06-05 rubenwardyAndroid: Add support for sharing debug.txt (#12370)
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-05-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
2022-01-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-09 sfan5Mainmenu game-related changes (#11887)
2021-10-06 sfan5Move instead of copy during content install if possible
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-06 sfan5Make fs::extractZipFile thread-safe
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-08-28 sfan5Async-related script cleanups
2021-07-11 hecksRefactor video driver name retrieval (#11413)
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-05-06 Loic Blotfix: extractZipFile is not part of Client but more...
2021-05-03 Loic Blotrefacto: remove get_gui_env & draw_load_screen from...
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-05-03 Loic Blotrefacto: rendering engine singleton removal step 1...
2021-04-09 sfan5Fix server favorites not saving when client/serverlist...
2021-03-30 SmallJokerConsistent title bar + render information in mainmenu...
2021-02-07 rubenwardyUse consistent temp folder path (#10892)
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-04 rubenwardyContentDB: Add overwrite dialog when content is already...
2020-12-19 rubenwardyAdd open user data button to main menu (#10579)
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2020-05-01 LejoGive the online lua mainmenu also the client_list and...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-03-05 rubenwardyHide uninstall package button on unmodifiable paths...
2019-02-14 rubenwardyFix extract zip writing lowercase files (#8221)
2019-01-31 rubenwardyContent store: Fix storage leak by storing screenshots...
2019-01-26 Paul OuelletteFix pkgmgr game install with RUN_IN_PLACE=0 (#8113)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2018-12-11 rubenwardyFix ContentDB packages timing out by using download_fil...
2018-11-08 rubenwardyContent store: Add setting to filter non-free packages...
2018-07-28 rubenwardyAdd protocol_version and supported package types to...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-30 VitaliyFix world deletion (#7494)
2018-06-18 rubenwardyUpdate to new ContentDB API
2018-05-19 rubenwardyAdd screenshots to online content browser
2018-05-16 rubenwardyAdd updating to online content browser
2018-04-19 rubenwardyAdd online content repository
2018-03-28 Andrew WardLoad dependencies and description from mod.conf
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-07-14 Elijah DuffyRemove remaining modstore code (#6120)
2017-07-04 Elijah DuffyMain Menu: Allow copying directories from non-Minetest...
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
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...