Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-18 | Optimize 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-13 | world.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-10 | Make sqlite3 the default auth backend (#8085) | Paul Ouellette | |
2019-01-06 | Deprecate modpack.txt and use modpack.conf instead (#7892) | rubenwardy | |
* Deprecate modpack.txt and use modpack.conf instead | |||
2018-07-29 | Add protocol_version and supported package types to ContentDB urls | rubenwardy | |
2018-06-18 | Update to new ContentDB API | rubenwardy | |
2018-05-16 | Add updating to online content browser | rubenwardy | |
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab |