aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_create_world.lua
AgeCommit message (Collapse)Author
2023-01-16Fix Enter key after creating a new world (#12997)Muhammad Rifqi Priyo Susanto
Prevents Enter key or "double-click" event to play the world just after creating a new world
2022-09-12Mainmenu: Properly sort mods and games (#12758)SmallJoker
This also removes trivial and unused pkgmgr functions Fixes a bug caused by sorting in 2133fc8
2022-07-17Enable the gamebar on Android (#12354)ROllerozxa
2022-06-29Improve warnings when no games or only devtest is installed (#11955)ROllerozxa
2022-02-12Add support for 'seed' in disallow_mapgen_settings (#12023)Wuzzy
2022-01-09Mainmenu game-related changes (#11887)sfan5
fixes: * Switching between games does not immediately hide creative mode / damage buttons if so specified * World creation menu has a game selection list even though the menu already provides a gamebar * Showing gameid in world list is unnecessary * Choice of mapgen parameters in menu persists between games (and was half-broken)
2021-11-22Allow for Game-Specific Menu Music (#11241)ExeVirus
2021-02-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2020-12-23Add dependency resolution to ContentDB (#9997)rubenwardy
2020-10-13Give unnamed world names incrementing numbers. Format 'world<number>' (#10247)Paramat
Code created with help from GitHub users sirrobzeroone and pauloue, thank you.
2020-08-05Mapgen Flat: Add caverns, disabled by default (#9913)Paramat
Add the caverns used in V5, V7, Valleys, Carpathian. Disabled by default to not be force-enabled in existing worlds.
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2020-05-12Add mapgen settings to world creation dialog (#9254)Wuzzy
2020-04-06Add allowed_mapgens option in game.conf. (#9263)Wren Turkal
The game.conf has a disallowed_mapgens option. However, some games require a certain mapgen to be used, like the CTF plugin. This change adds an option to specify allowed mapgens so that the setting can be specified in a way that needn't be updated as map generators are added to Minetest.
2019-08-14Fix undeclared global warning because of _ (#8798)DS
2019-08-06Add luacheck to check builtin (#7895)rubenwardy
2019-01-20Make advanced settings noiseparams strings translatable (#8062)Wuzzy
Various minor language improvements in settingtypes.txt.
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2018-03-13Rename 'subgame' to 'game'paramat
2017-12-22Fix error if setting menu_last_game is not a valid gamenOOb3167
2017-12-16Give subgames the ability to disallow specific mapgens (#6792)Ezhh
2017-08-18Make world creation menu automatically generate a random world name (#6257)lisacvuk
* Make world creation menu automatically generate a name. * Name is now initialy empty, and generated if player tries to create a world without a name.
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2016-04-28Mainmenu: Standardize the menu button order and sizesSmallJoker
2015-02-18Fix map_seed not changed when creating a new world after login to anotherfz72
2014-12-29Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr
Also rewrite mapgen registration for static initialization
2014-11-08Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵paramat
blobs
2014-10-28Add notice when only minimal is installedrubenwardy
2014-08-05Formspec escape fixed seen in world creation menuShadowNinja
2014-07-12Remove indev mapgenproller
2014-07-12Remove math mapgenproller
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews