Age | Commit message (Expand) | Author |
2020-02-17 | Settings: Fix game minetest.conf flags overriding defaults (#9404) | SmallJoker |
2020-01-25 | Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) (#... | SmallJoker |
2017-11-08 | Fix issue Minetest crash when custom font path is not exist | Muhammad Rifqi Priyo Susanto |
2017-08-19 | Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) | Loïc Blot |
2017-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot |
2017-07-18 | [CSM] Add flavour limits controlled by server (#5930) | Loïc Blot |
2017-06-21 | Cpp11 initializers: last src root changeset (#6022) | Loïc Blot |
2017-06-06 | Use C++11 mutexes only (remove compat code) (#5922) | Loïc Blot |
2017-06-04 | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot |
2017-04-21 | Fix various performance issues reported by cppcheck (#5628) | Loïc Blot |
2017-03-22 | Some performance optimizations (#5424) | Loïc Blot |
2016-10-05 | Replace various std::map with UNORDERED_MAP + various cleanups | Loic Blot |
2016-10-05 | Make some maps unordered to improve performance | Loic Blot |
2016-06-11 | Settings: Clean up settings changed callback code | kwolekr |
2015-08-23 | Clean up threading | ShadowNinja |
2015-07-09 | Settings: pass name to callbacks by reference | est31 |
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins |
2015-03-18 | Fix game minetest.conf default settings | est31 |
2015-01-25 | 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-23 | Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im... | gregorycu |
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-09 | Settings: Sanitize setting name everywhere, not just LuaSettings | kwolekr |
2014-12-09 | Settings: Make setting entry group and values mutually exclusive | kwolekr |
2014-12-04 | Settings: Various setting group fixes and enhancements | kwolekr |
2014-12-02 | Use setting groups for NoiseParams | kwolekr |
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-09-21 | 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-04-19 | Bunch of small fixes (coding style, very unlikely errors, warning messages) | sapier |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr |
2014-02-05 | Remove blank default values for emergequeue_limit_* settings | kwolekr |
2014-02-05 | Revert "Fix settings to honor numeric conversion errors" | kwolekr |
2014-02-04 | Fix settings to honor numeric conversion errors | sapier |
2014-02-03 | Settings: Add no-exception variants of each get method | kwolekr |
2013-12-01 | Cleanup jthread and fix win32 build | sapier |
2013-09-15 | Always use builtin JThread library | kwolekr |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-08-13 | Dont write directly to files but rather write and copy a tmp file | PilzAdam |
2013-05-19 | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr |
2013-03-16 | initial mapgen indev version with farscale feature and huge caves | proller |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |