aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_settings.h
Commit message (Collapse)AuthorAge
* Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto2017-10-23
| | | | | | | | | | | | | | | | 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.
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19
| | | | * C++11 cleanup on constructors dir script
* LINT fix since d0678948165768472fc940c03e78cba787f49ea5Loic Blot2017-05-07
|
* Use a settings object for the main settingsShadowNinja2017-05-06
| | | | | | | This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot2017-04-08
| | | | | (#5541) We are bundling Lua5.1 which has same macro
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-07
| | | | Also remove them from whitelist
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-20
|
* Add Settings interface for LuaPilzAdam2013-09-10
ood() callback.Auke Kok2017-04-22 * lua: remove core.cause_error call (#5637)Loïc Blot2017-04-22 * Soft node overlay (#5186)Dániel Juhász2017-04-21 * Light update for map blocksDániel Juhász2017-04-20 * Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20 * Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-19 * Sneak: Add option for old move codeparamat2017-04-17 * Plug two minor Leaks (#5603)Auke Kok2017-04-17 * Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-15 * Minimap: Do a double-typecast to fix compiling with MSVCSmallJoker2017-04-15 * [CSM] Add function to set minimap shape (#5569)bigfoot5472017-04-14 * Fix inability to change metadata using stack:to_table() (#5547)numberZero2017-04-12 * Replace occurrence of luaL_reg in l_localplayer (#5566)t0ny22017-04-11 * Clang-format styles fixes since previous commitLoïc Blot2017-04-10 * Clang format: fix LINT on old PR which doesn't have LINT enabledLoic Blot2017-04-10 * LocalPlayer api luaVincent Glize2017-04-08 * Hardware coloring for itemstacksDániel Juhász2017-04-08 * Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08 * code style fix on src/script/cpp_api/s_client.hLoic Blot2017-04-08 * [CSM] Add event on_connect player API lua (#5540)Vincent Glize2017-04-08 * Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-07 * Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-07 * LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-06 * [CSM] Add function to get the server protocol version. (#5529)red-0012017-04-06 * Move LINT process in dedicated shell & fixLoic Blot2017-04-06