aboutsummaryrefslogtreecommitdiff
path: root/src/content
AgeCommit message (Collapse)Author
2020-04-08Overall improvements to log messages (#9598)sfan5
Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places.
2020-02-17Settings: Fix game minetest.conf flags overriding defaults (#9404)SmallJoker
The game minetest.conf flags directly overwrote the global minetest.conf default values, resulting in unwanted erased mapgen flags. * Fix set_mapgen_setting
2019-03-07Optimize string handling in path search (#8098)Jozef Behran
Use "append" method to construct the various game paths instead of wasteful string concatenation. Additionally, use a temporary to extract and reuse a result of a few common subexpressions to further reduce the overhead.
2019-01-18Optimize subgames search a little bit (#8096)Jozef Behran
Reserve space for the list of games in findWorldSubgame. The performance gain is pretty much negligible but this change also gets rid of a performance warning by CLANG TIDY.
2019-01-13world.mt: Only accept true/false/nil values (#8055)SmallJoker
This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
2019-01-10Make sqlite3 the default auth backend (#8085)Paul Ouellette
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
* Deprecate modpack.txt and use modpack.conf instead
2018-07-29Add protocol_version and supported package types to ContentDB urlsrubenwardy
2018-06-18Update to new ContentDB APIrubenwardy
2018-05-16Add updating to online content browserrubenwardy
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab