Age | Commit message (Collapse) | Author |
|
This runs clang-tidy on some other files in launcher/net/.
This also makes use of some JSON wrappers in HttpMetaCache, instead of
using the Qt stuff directly.
Lastly, this removes useless null checks (crashes don't occur because of
this, but because of concurrent usage / free of the QByteArray pointer),
and fix a fixme in Download.h
|
|
Since now we're inheriting from Task, some signals can be reused.
|
|
This also reduces some code duplication by using some Task logic in
NetAction.
|
|
Merge stable into develop
|
|
|
|
|
|
|
|
Hide all tokens for non-Debug builds for log and logfiles
|
|
|
|
|
|
|
|
Co-authored-by: flow <thiagodonato300@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Fix nightly.link pr comment
|
|
Fix mnemonics that didn't parse
|
|
|
|
CI Speedup [1/3]: Use ccache to speed up CI builds
|
|
Hide all tokens for non-Debug builds for log and logfiles
|
|
add hide java wizard toggle
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage
|
|
Add PolyMC icon as instance icon
|
|
Refactor some parts of NewLaunch
|
|
Always build iconfix as static library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|