| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into feature/offline_mode
|
|
into feature/download_mods
|
|
|
|
|
|
|
|
|
|
Improve the About page
|
|
|
|
|
|
what is this?
|
|
|
|
|
|
|
|
|
|
Let's move off our custom QuaZip. In the olden times we needed the
custom version of QuaZip, as it was basically unmaintained and on
SourceForge (eww). But nowadays it's maintained and on GitHub. See
new GitHub page: https://github.com/stachenov/quazip
|
|
|
|
This also adds a link to the PolyMC Contributors page on Github.
|
|
GH-4044 Implemented copy screenshots to the clipboard
|
|
Co-Authored-By: Naomi Calabretta <tony0000.ac@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Improves #106. This more clearly marks the original MultiMC contributors,
and now correctly hides the "Build Platform" if this is set as empty. The
version label is now moved under the "PolyMC" title so it looks just a
little bit better (and matches other applications). The copyright on the
"About" page now correctly attributes the MultiMC contributors just like on
the "License" page.
|
|
|
|
Remove news
|
|
Closes #63
|
|
Full replacement of paste.ee
|
|
|
|
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp".
|
|
|
|
|
|
Declaring them as errors is just causing problems because Java
randomly prints garbage to STDOUT now.
|
|
|
|
|