aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mainmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Serverlist: Add ping indicators (#5164)kilbith2017-02-031-0/+7
* Add version APIShadowNinja2016-10-311-9/+0
* Mapgen: Refactor mapgen creation and managementkwolekr2016-07-031-2/+2
* Add option to not send pre v25 init packetest312016-03-151-1/+3
* Remove wstrgettextest312015-10-181-2/+2
* Hide mapgens from main menu not intended for end userskwolekr2015-10-041-1/+1
* Add emerge completion callback mechanismkwolekr2015-10-041-23/+22
* Optional reconnect functionalityest312015-07-231-9/+13
* Use UTF-8 instead of narrowest312015-07-081-1/+1
* Use utf-8 in formspecsIlya Zhuravlev2015-06-131-1/+1
* Add core.get_dir_listShadowNinja2015-05-161-26/+0
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Fix typoCraig Robbins2015-03-291-1/+1
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-281-0/+23
* Clean up and tweak build systemShadowNinja2015-03-271-1/+1
* Fix game minetest.conf default settingsest312015-03-181-7/+4
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-14/+14
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-181-0/+28
* Fix .zip extraction (mod store)ngosang2015-02-121-6/+6
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-0/+1
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-4/+0
* Reorganize supported video driver query mechanismskwolekr2015-01-181-18/+15
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-291-0/+22
* Add video driver selection to settings menu (based uppon idea from webdesigne...sapier2014-08-231-0/+32
* Fix the *CDP displaySmallJoker2014-08-151-4/+4
* Remove a lot of superfluous ifndef USE_CURL checkssapier2014-06-191-8/+2
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-141-5/+19
* Organize builtin into subdirectoriesShadowNinja2014-05-071-2/+2
* Fix code style of async APIShadowNinja2014-04-271-1/+1
* Remove dependency on marshal and many other async changesShadowNinja2014-04-271-10/+9
* Add support for dpi based HUD scalingsapier2014-04-271-0/+28
* Minor fixes for file/modlist download in mainmenusapier2014-04-091-5/+3
* Fix invalid check for fread error on extracting zipsapier2014-02-071-3/+2
* Add formspec tableKahrl2014-01-131-7/+15
* Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev2014-01-051-0/+10
* Implement search tab and version pickersapier2013-12-111-1/+24
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-25/+47
* Fix invalid usage of temporary object in mainmenu json conversionsapier2013-11-111-12/+16
* Show git hash in version string at top left corner of windowKahrl2013-09-281-1/+2
* Fix umlauts/special character issue in lua gettextBlockMen2013-08-191-3/+2
* Allow SIGINT to kill mainmenu againKahrl2013-08-191-5/+1
* Add translation for main menusapier2013-08-171-0/+11
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+1016