Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-07 | Optimize 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-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-10 | Make sqlite3 the default auth backend (#8085) | Paul Ouellette | |
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 |