Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-02 | Enable connected glass by default (#13242) | PrairieWind | |
2023-02-26 | Sky: transmit body_orbit_tilt to client. (#13193) | sofar | |
This obsoletes the current client-side setting entirely. The server can transmit the tilt to the client directly and will send 0.0f as default value. Co-authored-by: x2048 <codeforsmile@gmail.com> Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-12-10 | Update minetest.conf.example | updatepo.sh | |
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2022-07-20 | Update minetest.conf.example | updatepo.sh | |
2022-05-06 | Enable chat clickable weblinks by default (#12115) | Froggo | |
Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
2022-05-04 | Make logging cost free when there is no output target (#12247) | paradust7 | |
The logging streams now do almost no work when there is no output target for them. For example, if LL_VERBOSE has no output targets, then `verbosestream << x` will return a StreamProxy with a null target. Any further `<<` operations applied to it will do nothing. | |||
2022-04-08 | Fix typo and update settings files | ShadowNinja | |
2022-04-08 | Spacing fixes | ShadowNinja | |
2022-02-08 | Increase max objects per block defaults (#12055) | Lars Müller | |
2022-01-30 | Raise max mapgen limit constant to align with mapblock size | sfan5 | |
2022-01-29 | Auto-update minetest.conf.example | SmallJoker | |
2022-01-25 | Update example config and translation .cpp | updatepo.sh | |
2022-01-09 | Copy smoothing note to gui_scaling_filter description | Lars Mueller | |
2021-12-30 | Improve TTF support for pixel-style fonts (#11848) | Vincent Robinson | |
2021-11-27 | Update minetest.conf.example and dummy cpp file | updatepo.sh | |
2021-06-20 | Make chat web links clickable (#11092) | pecksin | |
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser. | |||
2021-06-16 | Update minetest.conf.example and dummy translation file | updatepo.sh | |
2021-04-23 | Rename “Irrlicht” to “IrrlichtMt” in documentation | Wuzzy | |
2021-02-23 | Update minetest.conf.example and dummy translation file | updatepo.sh | |
2021-01-30 | Update minetest.conf.example and dummy translation file | updatepo.sh | |
2021-01-22 | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2020-12-19 | Fix some more joystick issues (#10624) | Markus | |
2020-09-14 | Remove "generate normal maps" feature (#10313) | hecks | |
Erase all traces of normal "generation" from fragment shaders Remove the "feature" from the engine and default config Remove any leftover documentation of it | |||
2020-07-14 | Add object crosshair, disable entity selectionboxes by default (#9523) | LoneWolfHT | |
Adds new object crosshair base pack texture | |||
2020-06-13 | Update minetest.conf.example, settings_translation_file.cpp | updatepo.sh | |
2020-05-24 | Fix documentation of emergequeue_limit settings | sfan5 | |
2020-05-05 | Update num_emerge_threads description | sfan5 | |
2020-04-03 | Update minetest.conf.example, settings_translation_file.cpp | updatepo.sh | |
2020-03-28 | Ignore near_plane setting on non-Android platforms (#8749) | ANAND | |
Camera's near-plane will be hard-coded to 0.1 on all non-Android platforms. The upper-bound of this setting has been reduced to 0.25, as 0.5 is just way too high. | |||
2020-01-24 | Update translation sources | rubenwardy | |
2020-01-24 | Update settingtypes.txt for new languages | rubenwardy | |
2019-10-12 | Update minetest.conf.example | updatepo.sh | |
2019-09-09 | Update minetest.conf.example | updatepo.sh | |
2019-08-08 | Allow customizing chat message format (#8529) | ANAND | |
2019-04-03 | Change pitch fly binding to 'P', add to change keys menu (#8314) | rubenwardy | |
2019-03-17 | num_emerge_threads: Fix documentation of automatic selection | paramat | |
2019-03-14 | num_emerge_threads: Warn of crashes when > 1 (#8357) | Paramat | |
2019-03-05 | Change 'num_emerge_threads' default to 1 (#8303) | Paramat | |
2019-02-23 | Update minetest.conf.example and settings_translation_file.cpp (#8278) | Paramat | |
2019-02-14 | Update minetest.conf.example, settings strings and locale files (#8230) | Wuzzy | |
2019-01-20 | Make advanced settings noiseparams strings translatable (#8062) | Wuzzy | |
Various minor language improvements in settingtypes.txt. | |||
2019-01-02 | autojump setting: Remove repeated doc line (#8041) | Moose | |
2018-12-31 | Extend pitch fly mode to swimming (#7943) | random-geek | |
2018-12-24 | CSM: 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-09 | Update minetest.conf.example and run updatepo.sh (#7947) | Update Script | |
2018-12-01 | Added 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-22 | Client-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-18 | Remove obsolete section in ipv6_server description | sfan5 | |
This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660. | |||
2018-09-29 | Software inventorycube (#7651) | Vitaliy | |
Fixes missing/upside-down images on Android. |