aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
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.
2018-10-28Advanced settings: Fix noise parameter flags (#7819)Paramat
Populate the 'checkboxes' table with bools when creating the editing formspec.
2018-10-20Mainmenu: Clean up and improve advanced settings dialogues (#7802)SmallJoker
Improvements: 1. Formspec size and description box are calculated last 2. Width and height are now adjustable per setting type 3. Error message (dialogdata.error_message) shortens the description field and is placed below 4. Add more spacing for larger fonts 5. More comments and extensible by setting different height and width values
2018-10-20Settingtypes.txt: Various language improvements, document stable mapgens (#7801)Paramat
2018-10-18Advanced settings tree menu: Resize, fix clipped values (#7790)Paramat
2018-10-11Advanced settings menu: Centre setting edit box (#7778)Paramat
2018-10-11Settingtypes.txt: Limit comments to 90 columns to fix clipped lines (#7777)Paramat
2018-10-10Add a warning to the 'chunksize' setting (#7775)Paramat
Several users have been causing problems by increasing this value.
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
Breaks backwards compatibility for good Bump protocol version
2018-10-06Various grammar improvements (#7769)Paramat
In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
2018-09-30Remove settings properly (#7676)SmallJoker
2018-09-29Software inventorycube (#7651)Vitaliy
Fixes missing/upside-down images on Android.
2018-09-23Builtin//misc_helpers: Various fixes (#7737)Paramat
Remove unused variable 'seplen'. Fix 'cparam2'->'param2'. Do not initialise variable 'p' twice.
2018-09-07Menu content tab: Fix clipped description and missing depends (#7703)SmallJoker
2018-08-30get_node_drops: Make empty drop return empty table (#7592)tenplus1
This stops get_node_drops from returning an empty string when using drop = "" and instead returns the supposed empty table instead {}
2018-08-22Content tab: Fix clipped text in texture pack button (#7667)Paramat
Wider buttons to not clip 'Disable Texture Pack' text when using a small game window (1024x600, the default).
2018-08-17World config: Add modpack descriptions and remove dependencies there (#7397)HybridDog
* Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
2018-08-16Mgv5: Change tunnel parameters to those of other mapgens (#7641)Paramat
Make tunnels wider and use the noise parameters of most other mapgens. All other underground features are already identical to all other non-mgv6 mapgens, this final change modernises and improves the tunnels.
2018-08-12Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)zeuner
adds `entity_independent_selectionbox` to minetest.features
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
* Replace auth.txt with SQLite auth database
2018-07-31Make the primary, flow-advancing action the right-most (#7594)texmex
2018-07-25Settings: Fix indents, chat_message_*. Update translations (#7580)SmallJoker
2018-07-21Disable shaders GUI on unsupported drivers (#7563)Vitaliy
* Disable shaders GUI on unsupported drivers (#2060) * Disable shaders if unavailable
2018-07-19Update mip mapping and textarea documentation (#7315)HybridDog
* Fix textarea formspec documentation The label is shown and the background isn't * Document the missing gamma correction when generating mip maps * Remove duplicate text (such as size parameter descriptions)
2018-07-19CSM: Disallow exploitable clientside mod functions by default (#7547)Paramat
2018-07-18Mgvalleys: Make river depth variation and humidity drop optional (#7532)Paramat
Add 2 new mapgen flags to make river depth variation and humidity drop with altitude independently optional, instead of both being enabled by the 'humid rivers' flag. Simplify and clarify related code by removing a low priority optimisation regarding 't_heat'. Remove unnecessary optimisation bools and use spflags directly instead. Improve and fix documentation in settingtypes.txt. A few minor code cleanups.
2018-07-17Builtin: Replace deprecated function calls (#7561)SmallJoker
2018-07-16Check if player exists on use of /privs (#7554)ClobberXD
* /privs: Check if player exists
2018-07-13Adjust some settings to modern environments and networks. (#7549)lhofhansl