aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2019-02-03Fix rename modpack dialog not appearing to take affectrubenwardy
2019-02-03Fix modpack rename dialog selecting the wrong modnumber Zero
2019-02-03Content store: Fix overlapping labelsrubenwardy
2019-01-31Settings: Slightly increase block generate, block send, object send ↵Paramat
distances (#8147)
2019-01-31Content store: Fix storage leak by storing screenshots in cache (#8137)rubenwardy
2019-01-30Content store: Use composite key to track installations (#8054)rubenwardy
Fixes #7967 'Package manager doesn't track content reliably'.
2019-01-26Add setting to disable confirmation on new player registration (#8102)Muhammad Rifqi Priyo Susanto
2019-01-26Rename 'Advanced Settings' button to 'All Settings' (#8131)Paramat
2019-01-20Make advanced settings noiseparams strings translatable (#8062)Wuzzy
Various minor language improvements in settingtypes.txt.
2019-01-19Advanced settings noiseparams: No tailing comma for empty flagssrifqi
Previously, when editing noiseparams and disabling all the noise flags, the noiseparam is displyed in advanced settings with a tailing comma.
2019-01-19Remove incorrect feature flag (#8086)Paul Ouellette
And document the versions that introduced the features.
2019-01-16Fix some misspellings (#8104)Paul Ouellette
2019-01-13world.mt: Only accept true/false/nil values (#8055)SmallJoker
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
2019-01-09pkgmgr: Fix games list not being updated after game installrubenwardy
Fixes #8074
2019-01-09Settingtypes.txt: Rewrite documentation of 'num_emerge_threads' (#8066)Paramat
2019-01-06Content store: Disable more details dialog for now (#8060)rubenwardy
* Content store: Disable more details dialog for now
2019-01-06Content store: Fix update button not workingrubenwardy
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
* Deprecate modpack.txt and use modpack.conf instead
2019-01-03CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat
Previously, when the CSM restriction 'LOAD_CLIENT_MODS' was used a client was still able to add CSM code to 'builtin' to bypass that restriction, because 'builtin' is not yet verified. Until server-sent CSM and verifying of 'builtin' are complete, make 'LOAD_CLIENT_MODS' disable the loading of builtin. Clarify code comments and messages to distinguish between client-side modding and client-side scripting. 'Scripting' includes 'builtin', 'modding' does not.
2019-01-02autojump setting: Remove repeated doc line (#8041)Moose
2018-12-31Extend pitch fly mode to swimming (#7943)random-geek
2018-12-30Fix installed modpacks not being found correctlyrubenwardy
2018-12-26Content store: Fix bugs relating to packages list sizerubenwardy
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
* CSM: add requested CSM_RF_READ_PLAYERINFO This new CSM limit permit to limit PLAYERINFO read from server. It affects get_player_names call
2018-12-23Remove 'Reset singleplayer world' button from full menu on Android (#8017)Paramat
Make button appearence dependent on menustyle not platform. Button only functions with simple menu.
2018-12-15Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker
Patch supplied by @pgimeno. Thank you.
2018-12-11Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy
2018-12-10Content store: Fix missing screenshot in package view dialograndom-geek
2018-12-10Add eat sound (#7956)Wuzzy
2018-12-06Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)Paramat
2018-12-06Disable game bar and header on Android (#7940)rubenwardy
2018-12-05Declare mapgens v5 and flat stable. Add missing carpathian (#7942)Paramat
2018-12-02Improve world configure menu (#7922)Paul Ouellette
Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths.
2018-12-02Raise hotbar limit to 32 slots, add associated keybinding options (#7916)Vanessa Dannenberg
add associated keybinding options update docs and settingtypes
2018-12-02Remove unused settings (#7929)Paul Ouellette
2018-12-02Fix spelling of setting descriptions (#7829)kurzkopfgleitbeutler
2018-12-01Added pitch fly mode (#7817)Gaël C
In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly. It allows smoother and more complex movements. Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf)
2018-11-26Content store: Hide navigation buttons when there's no packagesClobberXD
2018-11-24CSM: Don't create the client script environment if CSM is disabled (#7874)Paramat
Use the CSM death formspec when CSM is enabled and use the engine death formspec when CSM is disabled. Move the CSM death formspec code to a dedicated file.
2018-11-22Client-side autojump. Remove Android-only stepheight autojump (#7228)Ben Deutsch
Works by detecting a collision while moving forward and then simulating a jump. If the simulated jump is more successful, an artificial jump key press is injected in the client. Includes setting and key change GUI element for enabling and disabling this feature.
2018-11-18Remove obsolete section in ipv6_server descriptionsfan5
This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660.
2018-11-18Android: Improve UI scaling on smaller high-density displays (#7834)stujones11
* Android: Improve UI scaling on smaller high-density displays
2018-11-13Rename hasprivs command to haspriv (#7860)Ezhh
2018-11-13dlg_contentstore.lua: Various fixes and improvements (#7612)ClobberXD
Add missing 'core.formspec_escape' to 'get_screenshot'. Add warning label when no packages fetched. Internal name of the "Update" button was the same as "Install". Rename to 'update_'.
2018-11-12Enable subtle fall bobbing (#7856)HybridDog
Set the default value of fall_bobbing_amount to 0.03
2018-11-10Escape special characters when searching the server list (#7842)ChimneySwift
Simple fix to stop searching for "[" or other special characters causing a crash.
2018-11-09Conf.example generation: Remove quotation marks from noise flags (#7844)Muhammad Rifqi Priyo Susanto
2018-11-08Content store: Add show_nonfree_packages setting to advanced settings (#7846)Paramat
2018-11-08Improve content store layout (#7806)random-geek
2018-11-01Fix string.split returning an empty table if string starts with sepearator ↵Pierre-Yves Rollo
(#7827) Calling string.split(":A:B:C:D", ":") returns an empty array. This is due to first empty string not making repeat loop decreasing max_split which has a 0 value when reaching until. Changing max_splits default value from -1 to -2 fixes that issue.