| Commit message (Expand) | Author | Age |
* | Settings: Purge getDefault, clean FontEngine | SmallJoker | 2021-01-29 |
* | Settings: Proper priority hierarchy | SmallJoker | 2021-01-29 |
* | Prevent games from setting secure settings (#10460) | rubenwardy | 2020-10-06 |
* | Settings: Remove unused functions | SmallJoker | 2020-10-01 |
* | Settings: Fix unittest memory leak, change input types | SmallJoker | 2020-09-22 |
* | Settings: Fix game minetest.conf flags overriding defaults (#9404) | SmallJoker | 2020-02-17 |
* | Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#... | SmallJoker | 2020-01-25 |
* | Fix issue Minetest crash when custom font path is not exist | Muhammad Rifqi Priyo Susanto | 2017-11-08 |
* | Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) | Loïc Blot | 2017-08-19 |
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
* | [CSM] Add flavour limits controlled by server (#5930) | Loïc Blot | 2017-07-18 |
* | Cpp11 initializers: last src root changeset (#6022) | Loïc Blot | 2017-06-21 |
* | Use C++11 mutexes only (remove compat code) (#5922) | Loïc Blot | 2017-06-06 |
* | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | 2017-06-04 |
* | Fix various performance issues reported by cppcheck (#5628) | Loïc Blot | 2017-04-21 |
* | Some performance optimizations (#5424) | Loïc Blot | 2017-03-22 |
* | Replace various std::map with UNORDERED_MAP + various cleanups | Loic Blot | 2016-10-05 |
* | Make some maps unordered to improve performance | Loic Blot | 2016-10-05 |
* | Settings: Clean up settings changed callback code | kwolekr | 2016-06-11 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Settings: pass name to callbacks by reference | est31 | 2015-07-09 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Fix game minetest.conf default settings | est31 | 2015-03-18 |
* | Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb... | gregorycu | 2015-01-25 |
* | Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%... | Craig Robbins | 2015-01-25 |
* | Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im... | gregorycu | 2015-01-23 |
* | Settings: Fail on invalid sequence and throw exception for LuaSettings | kwolekr | 2014-12-12 |
* | Settings: Sanitize value for multiline terminator tokens | kwolekr | 2014-12-11 |
* | Settings: Sanitize setting name everywhere, not just LuaSettings | kwolekr | 2014-12-09 |
* | Settings: Make setting entry group and values mutually exclusive | kwolekr | 2014-12-09 |
* | Settings: Various setting group fixes and enhancements | kwolekr | 2014-12-04 |
* | Use setting groups for NoiseParams | kwolekr | 2014-12-02 |
* | 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-30 |
* | Split settings into seperate source and header files | ShadowNinja | 2014-09-21 |
* | Fix Settings locking | ShadowNinja | 2014-09-21 |
* | Use const references for Settings methods | ShadowNinja | 2014-09-21 |
* | Make getters of the Settings class const | Craig Robbins | 2014-09-21 |
* | Bunch of small fixes (coding style, very unlikely errors, warning messages) | sapier | 2014-04-19 |
* | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | 2014-02-15 |
* | Make flag strings clear specified flag with 'no' prefix | kwolekr | 2014-02-08 |
* | Remove blank default values for emergequeue_limit_* settings | kwolekr | 2014-02-05 |
* | Revert "Fix settings to honor numeric conversion errors" | kwolekr | 2014-02-05 |
* | Fix settings to honor numeric conversion errors | sapier | 2014-02-04 |
* | Settings: Add no-exception variants of each get method | kwolekr | 2014-02-03 |
* | Cleanup jthread and fix win32 build | sapier | 2013-12-01 |
* | Always use builtin JThread library | kwolekr | 2013-09-15 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Dont write directly to files but rather write and copy a tmp file | PilzAdam | 2013-08-13 |