minetest/src/script/common
Muhammad Rifqi Priyo Susanto a1e1a19ac3 Improvements/fixes for noise parameter input in advanced settings
Formspec input for each individual noise parameter and flag.
Allow noise flags to be set in advanced settings, previously only settable
in minetest.conf.

Standardise 'group format' for noise parameters set in minetest.conf, as
only these support noise flags. However the older 'single line' format is
still accepted to support existing minetest.conf files.
Therefore auto-generate minetest.conf.example with noise parameters in
'group format'.

Setting 'type' in settingtypes.txt is now either 'noise_params_2D' or
'noise_params_3D', the dimension number is displayed in the advanced
settings edit page.
2017-10-23 01:28:13 +01:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
c_content.cpp Improvements/fixes for noise parameter input in advanced settings 2017-10-23 01:28:13 +01:00
c_content.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_converter.cpp Improvements/fixes for noise parameter input in advanced settings 2017-10-23 01:28:13 +01:00
c_converter.h Improvements/fixes for noise parameter input in advanced settings 2017-10-23 01:28:13 +01:00
c_internal.cpp Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2017-06-30 20:14:39 +02:00
c_internal.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_types.cpp Remove lua_State parameter from LuaError::LuaError 2014-03-15 16:28:59 -04:00
c_types.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00