Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | GH-1379 update nbt++ to allow renaming its library file | Petr Mrázek | |
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-11-27 | NOISSUE fix Windows kernel numbers and add unit test for them | Petr Mrázek | |
2016-11-26 | NOISSUE add ganalytics and LocalPeer licenses | Petr Mrázek | |
2016-11-26 | NOISSUE fix macOS build (stray assignment to removed variable) | Petr Mrázek | |
2016-11-26 | NOISSUE simplify system detection and user agent handling | Petr Mrázek | |
Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics. | |||
2016-11-25 | NOISSUE dumb down Windows version detection... | Petr Mrázek | |
Hopefully the analytics thing will accept it this time. | |||
2016-11-24 | NOISSUE fix build (OSVERSIONINFOW) | Petr Mrázek | |
2016-11-24 | NOISSUE Better Windows version detection and user agent | Petr Mrázek | |
2016-11-24 | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | |
2016-11-22 | NOISSUE send custom analytics values | Petr Mrázek | |
* System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB. | |||
2016-11-22 | NOISSUE add implementations of system query functions | Petr Mrázek | |
* system memory size in bytes * system architecture is 64bit? * CPU architecture is 64bit? | |||
2016-11-21 | NOISSUE implement analytics IP anonymization | Petr Mrázek | |
2016-11-21 | NOISSUE ifdef out unknown Apple system versions in analytics | Petr Mrázek | |
2016-11-21 | NOISSUE most basic analytics integration possible | Petr Mrázek | |
2016-11-21 | NOISSUE reformat and sanitize ganalytics | Petr Mrázek | |
2016-11-20 | NOISSUE import google analytics from third party | Petr Mrázek | |
See: https://github.com/HSAnet/qt-google-analytics Sadly, the API and its internals are not acceptable and it needs changes upstream likely wouldn't allow. | |||
2016-11-19 | GH-1726 better failure detection for updates | Petr Mrázek | |
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process. | |||
2016-10-30 | NOISSUE fix the build even more - win32 types are weird | Petr Mrázek | |
2016-10-30 | NOISSUE fix build some more - Windows | Petr Mrázek | |
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. | |||
2016-10-26 | Revert "NOISSUE nuke builtin Minecraft versions" | Petr Mrázek | |
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now. | |||
2016-08-01 | NOISSUE implement direct java launch | Petr Mrázek | |
Just running the Java process and giving it params on the command line | |||
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |