Allow damage for attached objects, add attach/detach callbacks (#6786)
[oweals/minetest.git] / src / script / lua_api / l_mainmenu.cpp
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 1949/head
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 3855/head
2015-10-18 est31Remove wstrgettext 3269/head
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 2402/head
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... 1495/head
2014-08-15 SmallJokerFix the *CDP display
2014-06-19 sapierRemove a lot of superfluous ifndef USE_CURL checks 1392/head
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
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 1198/head
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu 1208/head
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... 977/head
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...