- "Game Mods: Checking all installed mods for updates" is already done
You're right, of course, the automatic check for available updates is already implemented, that's nice!
There is no "upgrade all mods" button, though, which was the second part of this feature request. I renamed the feature request to "Game Mods: Automatically check all mods for updates + upgrade" to make this more visible.
- "FTP server should become unavailable during games" should really be fixed.
The latter is a false report, my test setup was flawed. I've removed both off the list above.
- Our fonts still look pale compared to the legacy fonts because they are somehow a bit transparent. This makes them harder to read :/ . Maybe this can be improved somehow
I'm not sure which of the
FTGL methods we currently use. I assume it's one of the textured fonts (GLTextureFont or GLBufferFont) variants, both of which use anti-aliasing. The old font system did not use anti-aliasing. I assume this makes titi consider them pale. Personally I like anti-aliasing, but one could try GLBitmapFont or GLExtrudeFont methods to see whether those are closer to what it used to be like. Another option might be to add extrusion to the font we are using now (like you can have it on the in-game chat already), or use bold cuts, or just a monotyped font as ugly as the old one.
For example,
The lazy dog jumps over the quick brown fox.may seem more readable than
The lazy dog jumps over the quick brown fox.To me it's actually the other way around, but YMMV.