aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'minetest.conf.example')
0 files changed, 0 insertions, 0 deletions
Move debug.txt after it grows too big (#8904)HybridDog2019-09-07 | | | Before opening the file for writing, its file size is tested. If it exceeds 50 MB, it is moved to debut.txt.1, otherwise the log is appended to the old messages. An old debut.txt.1 is removed if it already exists. * Fix missing warningstream (or similar problem) (#7034)you2018-03-04 | | | | | | | Use the --color command line parameter instead of a setting for coloured logs This fixes the missing warningstream bug, g_settings->get mustn't be used there. Also, the decision about en- or disabling log colours fits better to the command line parameters than minetest settings. * Fix off-by-one in log output line length (#6896)Pedro Gimeno2018-01-09 | * Remove threads.h and replace its definitions with their C++11 equivalents ↵ShadowNinja2017-06-11 | | | | |