Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2277
|
|
|
|
Hopefully this can serve as some sort of guideline for focusing
effort towards the right distro packages to make.
|
|
|
|
|
|
|
|
* Added install commands to the libraries instead of force installing files
* Most of the application cmake stuff moved to top level
* RPATH should now be set/cleared correctly
* Contains a fix for GH-1780
|
|
|
|
|
|
|
|
|
|
|
|
Minecraft versions
|
|
This affects classpath and java.library.path.
The catch is that if the strings cannot be expressed in system codepage
on Windows, it tries to use 8.3 paths.
|
|
|
|
Add 'noapplet' as a trait to do that.
|
|
|
|
All LGPL code is back in the customized quazip fork
|
|
It's not entirely clean yet.
|
|
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1
* Its build system has been entirely replaced to remove the existing issues with it
* It now has working unit tests
* No more patches needed
* It has a static linking exception in its license now, but we use it shared anyway
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was unlikely, now it's impossible.
|
|
|
|
|
|
|
|
Now it only checks OS kernel name/version.
User agent is 'MultiMC5/$version'.
Kernel info is passed through custom dimensions in analytics.
|
|
Hopefully the analytics thing will accept it this time.
|
|
|
|
|
|
|
|
* System, Java and CPU architecture (either 32 or 64).
* Java version.
* System memory size in MB.
* Java min/max heap size in MB.
|
|
* system memory size in bytes
* system architecture is 64bit?
* CPU architecture is 64bit?
|
|
|
|
|