Froggo
45d318a773
Enable chat clickable weblinks by default ( #12115 )
...
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2022-05-06 21:15:16 +01:00
paradust7
0704ca0550
Make logging cost free when there is no output target ( #12247 )
...
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-05-04 20:55:01 +02:00
ShadowNinja
80db8804c7
Fix typo and update settings files
2022-04-08 14:55:21 +01:00
ShadowNinja
7993909fab
Spacing fixes
2022-04-08 14:55:21 +01:00
Lars Müller
ad1da994b2
Increase max objects per block defaults ( #12055 )
2022-02-08 19:33:10 +01:00
sfan5
a9bccb964f
Raise max mapgen limit constant to align with mapblock size
2022-01-30 13:49:26 +01:00
SmallJoker
74a384de0a
Auto-update minetest.conf.example
2022-01-29 18:42:55 -05:00
updatepo.sh
0d0786e414
Update example config and translation .cpp
2022-01-25 23:18:50 +01:00
Lars Mueller
b164e16d1b
Copy smoothing note to gui_scaling_filter description
2022-01-09 21:13:54 +01:00
Vincent Robinson
4a16ab3585
Improve TTF support for pixel-style fonts ( #11848 )
2021-12-30 12:54:21 -08:00
updatepo.sh
a157256706
Update minetest.conf.example and dummy cpp file
2021-11-27 19:41:45 +01:00
pecksin
1805775f3d
Make chat web links clickable ( #11092 )
...
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-20 17:20:24 +02:00
updatepo.sh
cb5dd0dae4
Update minetest.conf.example and dummy translation file
2021-06-16 18:27:45 +02:00
Wuzzy
776015c350
Rename “Irrlicht” to “IrrlichtMt” in documentation
2021-04-23 21:37:45 +02:00
updatepo.sh
e86fbf9c06
Update minetest.conf.example and dummy translation file
2021-02-23 19:03:34 +01:00
updatepo.sh
cb807b26e2
Update minetest.conf.example and dummy translation file
2021-01-30 21:12:46 +01:00
rubenwardy
67aa75d444
Use JSON for favorites, move server list code to Lua ( #10085 )
...
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-22 15:08:57 +00:00
Markus
af22dd86e3
Fix some more joystick issues ( #10624 )
2020-12-19 22:01:05 +01:00
hecks
fcff9f2911
Remove "generate normal maps" feature ( #10313 )
...
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-09-14 19:27:25 +02:00
LoneWolfHT
88ffd64124
Add object crosshair, disable entity selectionboxes by default ( #9523 )
...
Adds new object crosshair base pack texture
2020-07-14 19:13:04 +02:00
updatepo.sh
0ba19a08b8
Update minetest.conf.example, settings_translation_file.cpp
2020-06-13 23:22:32 +02:00
sfan5
a9d6be8b6f
Fix documentation of emergequeue_limit settings
2020-05-24 11:48:33 +02:00
sfan5
ab06880525
Update num_emerge_threads description
2020-05-05 19:26:59 +02:00
updatepo.sh
6940e5a191
Update minetest.conf.example, settings_translation_file.cpp
2020-04-03 23:19:36 +02:00
ANAND
13b228513e
Ignore near_plane setting on non-Android platforms ( #8749 )
...
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-03-28 21:53:55 +01:00
rubenwardy
987b2c5f37
Update translation sources
2020-01-24 18:34:11 +00:00
rubenwardy
e80c0bdea5
Update settingtypes.txt for new languages
2020-01-24 18:34:11 +00:00
updatepo.sh
ffe7f96d24
Update minetest.conf.example
2019-10-12 14:29:24 +02:00
updatepo.sh
a57f951e02
Update minetest.conf.example
2019-09-09 19:18:30 +02:00
ANAND
d1c27c7e80
Allow customizing chat message format ( #8529 )
2019-08-08 17:04:46 +01:00
rubenwardy
4f7674d448
Change pitch fly binding to 'P', add to change keys menu ( #8314 )
2019-04-03 21:37:30 +01:00
paramat
77cfc4fcd1
num_emerge_threads: Fix documentation of automatic selection
2019-03-17 22:27:36 +01:00
Paramat
ee57b63008
num_emerge_threads: Warn of crashes when > 1 ( #8357 )
2019-03-14 13:49:33 +01:00
Paramat
1c87d57e1d
Change 'num_emerge_threads' default to 1 ( #8303 )
2019-03-05 22:58:38 +00:00
Paramat
ae1caba6aa
Update minetest.conf.example and settings_translation_file.cpp ( #8278 )
2019-02-23 20:24:59 +00:00
Wuzzy
f290d01abe
Update minetest.conf.example, settings strings and locale files ( #8230 )
2019-02-14 22:38:24 +00:00
Wuzzy
df6670b28a
Make advanced settings noiseparams strings translatable ( #8062 )
...
Various minor language improvements in settingtypes.txt.
2019-01-20 18:49:17 +00:00
Moose
c26eab6319
autojump setting: Remove repeated doc line ( #8041 )
2019-01-02 23:32:19 +01:00
random-geek
aa5ec2ec02
Extend pitch fly mode to swimming ( #7943 )
2018-12-31 00:07:30 +00:00
Loïc Blot
a5197eaebc
CSM: add requested CSM_RF_READ_PLAYERINFO ( #8007 )
...
* 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-24 10:51:10 +01:00
Update Script
98a72b9d45
Update minetest.conf.example and run updatepo.sh ( #7947 )
2018-12-09 14:16:58 +01:00
Gaël C
327bad2eaf
Added pitch fly mode ( #7817 )
...
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-12-01 10:01:32 +01:00
Ben Deutsch
93bccb3490
Client-side autojump. Remove Android-only stepheight autojump ( #7228 )
...
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-22 21:47:15 +00:00
sfan5
a4a594ffc3
Remove obsolete section in ipv6_server description
...
This section no longer applies since c66d97726931aa8dde7d8a1ffa5b8e41234f4660.
2018-11-18 15:38:44 +01:00
Vitaliy
18a8fbf465
Software inventorycube ( #7651 )
...
Fixes missing/upside-down images on Android.
2018-09-29 19:40:17 +01:00
Paramat
4dff0021b8
Mgv5: Change tunnel parameters to those of other mapgens ( #7641 )
...
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-16 20:10:56 +02:00
SmallJoker
4b217411ea
Settings: Fix indents, chat_message_*. Update translations ( #7580 )
2018-07-25 17:07:11 +01:00
Lars Hofhansl
69358b601c
Document config updates in minetest.conf.example.
2018-07-13 15:10:35 -07:00
SmallJoker
6f22d14206
Make the server status message customizable ( #7357 )
...
Remove now redundant setting show_statusline_on_connect
Improve documentation of `minetest.get_server_status`
2018-07-01 12:31:28 +02:00
SmallJoker
b589352e79
Update settings translations
2018-06-26 15:38:42 +02:00