aboutsummaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
0 files changed, 0 insertions, 0 deletions
t/src/map.cpp?h=gpcf&id=37a05ec8d6cbf9ff4432225cffe78c16fdd0647d'>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 * Remove dead code (#10845)rubenwardy2021-01-22 | * Allow configuring block disk and net compression. Change default disk level.Lars2020-12-15 | * Avoid generating the same chunk more than once with multiple emerge threads.Lars2020-11-26 | * Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-05 | | | | | | | Run unused functions reported by cppcheck This change removes a few (but not all) unused functions. Some unused helper functions were not removed due to their complexity and potential of future use. * Revert "Verify database connection on interval (#9665)"rubenwardy2020-07-07 | | | | | | Fixes #10113 This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b. * Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)sfan52020-05-26 | | | | | Applies when a different: - falling liquid is neighboring - liquid is below * Cache liquid alternative IDs (#8053)Vitaliy2020-05-20 | * Add MetricsBackend with prometheus counter supportLoic Blot2020-04-29 | * Verify database connection on interval (#9665)Loïc Blot2020-04-15 | * Overall improvements to log messages (#9598)sfan52020-04-08 | | | | Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places. * Remove unnecessary checks before delete (#9500)