aboutsummaryrefslogtreecommitdiff
path: root/util
ModeNameSize
-rw-r--r--colors.txt1235logplain
-rwxr-xr-xgenmap.py6171logplain
-rw-r--r--minetestmapper.py16671logplain
-rw-r--r--pnoise.py3439logplain
-rwxr-xr-xsectors2sqlite.py2825logplain
-rwxr-xr-xupdatepo.sh1979logplain
d---------wireshark40logplain
n> | | The reason for the bug was an u16 overflow, thus failing the assert. This only happened in Debug build but not in Release builds. * Rework Settings to support arbitrary hierarchies (#11352)sfan52021-06-23 | * Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-05 | * Settings: Purge getDefault, clean FontEngineSmallJoker2021-01-29 | * Settings: Proper priority hierarchySmallJoker2021-01-29 | | | | | | | | | | | Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects * Prevent games from setting secure settings (#10460)rubenwardy2020-10-06 | * Settings: Remove unused functionsSmallJoker2020-10-01 | | | | Make Settings-internal functions private * Settings: Fix unittest memory leak, change input typesSmallJoker2020-09-22 | * Settings: Fix crash on exit due to group double-freeSmallJoker2020-09-21 | * Settings: Fix game minetest.conf flags overriding defaults (#9404)SmallJoker2020-02-17 | | | | | | The game minetest.conf flags directly overwrote the global minetest.conf default values, resulting in unwanted erased mapgen flags. * Fix set_mapgen_setting * Settings: Add get_flags API for mapgen flags (mg_flags, mgv6_spflags, ...) ↵SmallJoker2020-01-25 | | | | | | | | | | | (#9284) Unified flags handling in C++ and Lua Settings API -> Reading only, for now. Writing can be implemented later, if needed. API function to read the currently active flags -> was impossible from Lua Co-authored-by: Wuzzy <wuzzy2@mail.ru> * Settings: Prevent mutex deadlock in remove() (#7803)SmallJoker2019-09-18 |