summaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAge
* 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
* Optimize string handling in path search (#8098)Jozef Behran2019-03-07
| | | | | | 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.
* Optimize subgames search a little bit (#8096)Jozef Behran2019-01-18
| | | | | 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.
* world.mt: Only accept true/false/nil values (#8055)SmallJoker2019-01-13
| | | | | This patch will make distinguishable mods in modpacks possible in the future `nil` checks are required to provide backwards-compatibility for fresh configured worlds
* Make sqlite3 the default auth backend (#8085)Paul Ouellette2019-01-10
|
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-06
| | | | * Deprecate modpack.txt and use modpack.conf instead
* Add protocol_version and supported package types to ContentDB urlsrubenwardy2018-07-29
|
* Update to new ContentDB APIrubenwardy2018-06-18
|
* Add updating to online content browserrubenwardy2018-05-16
|
* Add online content repositoryrubenwardy2018-04-19
Replaces mods and texture pack tabs with a single content tab