summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Collapse)AuthorAge
* autojump setting: Remove repeated doc line (#8041)Moose2019-01-02
|
* Extend pitch fly mode to swimming (#7943)random-geek2018-12-31
|
* Fix installed modpacks not being found correctlyrubenwardy2018-12-30
|
* Content store: Fix bugs relating to packages list sizerubenwardy2018-12-26
|
* CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot2018-12-24
| | | | | | | | * CSM: add requested CSM_RF_READ_PLAYERINFO This new CSM limit permit to limit PLAYERINFO read from server. It affects get_player_names call
* Remove 'Reset singleplayer world' button from full menu on Android (#8017)Paramat2018-12-23
| | | | Make button appearence dependent on menustyle not platform. Button only functions with simple menu.
* Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker2018-12-15
| | | | Patch supplied by @pgimeno. Thank you.
* Fix ContentDB packages timing out by using download_file instead (#7891)rubenwardy2018-12-11
|
* Content store: Fix missing screenshot in package view dialograndom-geek2018-12-10
|
* Add eat sound (#7956)Wuzzy2018-12-10
|
* Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)Paramat2018-12-06
|
* Disable game bar and header on Android (#7940)rubenwardy2018-12-06
|
* Declare mapgens v5 and flat stable. Add missing carpathian (#7942)Paramat2018-12-05
|
* Improve world configure menu (#7922)Paul Ouellette2018-12-02
| | | | | | Replace `Subgame mods` with <game name> mods. Display game description on left instead of dependencies. Fix double DIR_DELIM in some paths.
* Raise hotbar limit to 32 slots, add associated keybinding options (#7916)Vanessa Dannenberg2018-12-02
| | | | add associated keybinding options update docs and settingtypes
* Remove unused settings (#7929)Paul Ouellette2018-12-02
|
* Fix spelling of setting descriptions (#7829)kurzkopfgleitbeutler2018-12-02
|
* Added pitch fly mode (#7817)Gaël C2018-12-01
| | | | | 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)
* Content store: Hide navigation buttons when there's no packagesClobberXD2018-11-26
|
* CSM: Don't create the client script environment if CSM is disabled (#7874)Paramat2018-11-24
| | | | 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.
* Client-side autojump. Remove Android-only stepheight autojump (#7228)Ben Deutsch2018-11-22
| | | | | | | | 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.
* Remove obsolete section in ipv6_server descriptionsfan52018-11-18
| | | | This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660.
* Android: Improve UI scaling on smaller high-density displays (#7834)stujones112018-11-18
| | | | * Android: Improve UI scaling on smaller high-density displays
* Rename hasprivs command to haspriv (#7860)Ezhh2018-11-13
|
* dlg_contentstore.lua: Various fixes and improvements (#7612)ClobberXD2018-11-13
| | | | | 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_'.
* Enable subtle fall bobbing (#7856)HybridDog2018-11-12
| | | Set the default value of fall_bobbing_amount to 0.03
* Escape special characters when searching the server list (#7842)ChimneySwift2018-11-10
| | | | | Simple fix to stop searching for "[" or other special characters causing a crash.
* Conf.example generation: Remove quotation marks from noise flags (#7844)Muhammad Rifqi Priyo Susanto2018-11-09
|
* Content store: Add show_nonfree_packages setting to advanced settings (#7846)Paramat2018-11-08
|
* Improve content store layout (#7806)random-geek2018-11-08
|
* Fix string.split returning an empty table if string starts with sepearator ↵Pierre-Yves Rollo2018-11-01
| | | | | | | (#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.
* Advanced settings: Fix noise parameter flags (#7819)Paramat2018-10-28
| | | Populate the 'checkboxes' table with bools when creating the editing formspec.
* Mainmenu: Clean up and improve advanced settings dialogues (#7802)SmallJoker2018-10-20
| | | | | | | | 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
* Settingtypes.txt: Various language improvements, document stable mapgens (#7801)Paramat2018-10-20
|
* Advanced settings tree menu: Resize, fix clipped values (#7790)Paramat2018-10-18
|
* Advanced settings menu: Centre setting edit box (#7778)Paramat2018-10-11
|
* Settingtypes.txt: Limit comments to 90 columns to fix clipped lines (#7777)Paramat2018-10-11
|
* Add a warning to the 'chunksize' setting (#7775)Paramat2018-10-10
| | | Several users have been causing problems by increasing this value.
* Add core.remove_detached_inventory (#7684)SmallJoker2018-10-10
| | | | Breaks backwards compatibility for good Bump protocol version
* Various grammar improvements (#7769)Paramat2018-10-06
| | | | In builtin//pkgmgr.lua, README.md and settingtypes.txt. Based on 2 pull requests by comradekingu.
* Remove settings properly (#7676)SmallJoker2018-09-30
|
* Software inventorycube (#7651)Vitaliy2018-09-29
| | | Fixes missing/upside-down images on Android.
* Builtin//misc_helpers: Various fixes (#7737)Paramat2018-09-23
| | | | | Remove unused variable 'seplen'. Fix 'cparam2'->'param2'. Do not initialise variable 'p' twice.
* Menu content tab: Fix clipped description and missing depends (#7703)SmallJoker2018-09-07
|
* get_node_drops: Make empty drop return empty table (#7592)tenplus12018-08-30
| | | This stops get_node_drops from returning an empty string when using drop = "" and instead returns the supposed empty table instead {}
* Content tab: Fix clipped text in texture pack button (#7667)Paramat2018-08-22
| | | | Wider buttons to not clip 'Disable Texture Pack' text when using a small game window (1024x600, the default).
* World config: Add modpack descriptions and remove dependencies there (#7397)HybridDog2018-08-17
| | | | | * Allow adding descriptions to modpacks using description.txt * Use a proper multiline formspec element: textarea
* Mgv5: Change tunnel parameters to those of other mapgens (#7641)Paramat2018-08-16
| | | | | 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.
* Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)zeuner2018-08-12
| | | adds `entity_independent_selectionbox` to minetest.features
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-05
| | | | * Replace auth.txt with SQLite auth database