Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-16 | Add mod security | ShadowNinja | |
Due to compatibility concerns, this is temporarily disabled. | |||
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins | |
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h | |||
2015-03-18 | Fix game minetest.conf default settings | est31 | |
This was a regression introduced by f6e4c5d9cf459e8278a76a2beaee59732e841458 . | |||
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2015-01-25 | Settings fixes Make the GameGlobalShaderConstantSetter use the settings ↵ | gregorycu | |
callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe | |||
2015-01-25 | Revert "Make the GameGlobalShaderConstantSetter use the settings callback ↵ | Craig Robbins | |
(8% perf improvement in game loop)" This reverts commit a555e2d9b0ccee452996381a44677b8bec210036. | |||
2015-01-23 | Make the GameGlobalShaderConstantSetter use the settings callback (8% perf ↵ | gregorycu | |
improvement in game loop) Amend the settings callback to support userdata | |||
2014-12-12 | Settings: Fix invalid memory access when setting not found in working mem | kwolekr | |
2014-12-12 | Settings: Fail on invalid sequence and throw exception for LuaSettings | kwolekr | |
2014-12-11 | Settings: Sanitize value for multiline terminator tokens | kwolekr | |
2014-12-10 | Add support for lacunarity in legacy NoiseParams string format | kwolekr | |
2014-12-09 | Settings: Sanitize setting name everywhere, not just LuaSettings | kwolekr | |
2014-12-09 | Settings: Make setting entry group and values mutually exclusive | kwolekr | |
This greatly reduces the complexity of Settings code. Additionally, several memory leaks were fixed. | |||
2014-12-07 | Add flags and lacunarity as new noise parameters | kwolekr | |
Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups | |||
2014-12-06 | Close settings files and save them correctly | SmallJoker | |
2014-12-04 | Settings: Various setting group fixes and enhancements | kwolekr | |
- Remove blank setting values when setting has a group - Pair setting values with groups in file when possible - Preserve user-set whitespace in setting objects - Delete setting value when setting NoiseParams group - Delete overwritten groups outside of lock | |||
2014-12-02 | Settings: Fix getNoiseParamsFromValue() | kwolekr | |
2014-12-02 | Use setting groups for NoiseParams | kwolekr | |
Add format example to minetest.conf.example Add Settings::setU16() Throw exception on attempted access of NULL settings groups | |||
2014-12-01 | Fix settings callback "call" lost on rebase | sapier | |
2014-12-01 | Fix build | Craig Robbins | |
Note: this does not fix the warnings generated by clang | |||
2014-11-30 | LuaSettings: Sanitize setting name strings | kwolekr | |
2014-11-30 | settings: Add setting groups and multiline entries | kwolekr | |
2014-11-30 | Implement proper font handling | sapier | |
2014-11-08 | Stop inserting empty lines at end of minetest.conf file each time it is ↵ | Craig Robbins | |
rewritten See: https://github.com/minetest/minetest/issues/1790 | |||
2014-09-22 | Fix command line parsing | Kahrl | |
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379, e.g. minetest --worldname world would be parsed as minetest --worldname --worldname | |||
2014-09-21 | Split settings into seperate source and header files | ShadowNinja | |
This also cleans up settings a bit |