Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Optimize subgames search a little bit (#8096) | Jozef Behran | 2019-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) | SmallJoker | 2019-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 Ouellette | 2019-01-10 |
| | |||
* | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | 2019-01-06 |
| | | | | * Deprecate modpack.txt and use modpack.conf instead | ||
* | Add protocol_version and supported package types to ContentDB urls | rubenwardy | 2018-07-29 |
| | |||
* | Update to new ContentDB API | rubenwardy | 2018-06-18 |
| | |||
* | Add updating to online content browser | rubenwardy | 2018-05-16 |
| | |||
* | Add online content repository | rubenwardy | 2018-04-19 |
Replaces mods and texture pack tabs with a single content tab |