]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_mainmenu.cpp
CheatDB Support & Enable/Disable CSMs in Main Menu
[dragonfireclient.git] / src / script / lua_api / l_mainmenu.cpp
2020-12-01 Elias FleckensteinCheatDB Support & Enable/Disable CSMs in Main Menu
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
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...