Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-25 | NOISSUE ignore the 'Example Mod' mod name, use filename instead | Petr Mrázek | |
2017-09-25 | GH-2000 translate 'required' from Flame pack manifests to '.disabled' | Petr Mrázek | |
2017-09-22 | NOISSUE make instance traits() const | Petr Mrázek | |
2017-09-22 | NOISSUE remove some dead code from MinecraftInstance (moved elsewhere) | Petr Mrázek | |
2017-09-22 | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | |
2017-09-20 | NOISSUE prefer to use '.minecraft' instead of 'minecraft' folder | Petr Mrázek | |
2017-09-20 | NOISSUE set haspaid parameter to true when launching old versions | Petr Mrázek | |
2017-09-20 | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-17 | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | |
2017-09-10 | NOISSUE clean up moc warnings | Petr Mrázek | |
2017-09-10 | NOISSUE put back missing OneSix upgrade logic | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |
2017-09-09 | NOISSUE remove FTB integration | Petr Mrázek | |
2017-09-08 | NOISSUE add support for Flame packs with resource packs | Petr Mrázek | |
And a bunch of undefined things we don't handle intentionally just yet... | |||
2017-09-07 | NOISSUE fix hardcoded link color in other places | Petr Mrázek | |
2017-09-07 | NOISSUE fix hardcoded link color in about dialog | Petr Mrázek | |
Should respect theme colors now. | |||
2017-09-05 | NOISSUE retry committing instances if it fails a few times | Petr Mrázek | |
This should fix issues with antivirus locking files/folders on Windows. | |||
2017-09-04 | NOISSUE refactor pack import (extraction and paths) | Petr Mrázek | |
It now: * Doesn't extract until it knows the content format is good. * Extracts in a predictable location, not requiring to use a second path for the actual pack root. | |||
2017-09-02 | GH-1971 do not check filesystem boundaries when committing instances | Petr Mrázek | |
The check wasn't very good and was breaking because it assumed uniform paths. | |||
2017-09-02 | NOISSUE handle error 201 in Auth code | Petr Mrázek | |
This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure. | |||
2017-08-28 | NOISSUE simplify ProblemProvider | Petr Mrázek | |
2017-08-27 | NOISSUE Update Instance-Version Help Page | flcmc | |
2017-08-27 | NOISSUE update te logo in the README | Petr Mrázek | |
2017-08-27 | NOISSUE update README to reference workflowy and discord | Petr Mrázek | |
2017-08-26 | NOISSUE select whole items in screenshot list | Petr Mrázek | |
Items = rows. It should work properly now. | |||
2017-08-22 | NOISSUE implement more error handling | Joona | |
2017-08-22 | NOISSUE remove debug statement | Joona | |
2017-08-22 | NOISSUE Add GPU vendor and driver version | Joona | |
2017-08-22 | CPU and GPU model on Linux | Joona | |
2017-08-22 | move env cleaning and clean before java test | Joona | |
2017-08-22 | forgot to remove debug statement | Joona | |
2017-08-22 | remove public option | Joona | |
2017-08-22 | switch to new paste.ee API | Joona | |
2017-08-19 | NOISSUE use rows when uploading screenshots | Petr Mrázek | |
Using all indexes was quadrupling the uploaded items. | |||
2017-08-07 | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | |
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people. | |||
2017-07-29 | NOISSUE add JDK build dependency on Windows into BUILD.md | Petr Mrázek | |
2017-07-29 | NOISSUE update build instructions | Petr Mrázek | |
It needs more. It needs a cleanup. And it needs someone to go and actually test that it works. | |||
2017-07-21 | GH-1929 do not allow non-current update task to affect the update process | Petr Mrázek | |
Errors are handled by setting a flag and failing on the next call to next() | |||
2017-07-14 | NOISSUE allow running legacy without the applet wrapper | Petr Mrázek | |
Add 'noapplet' as a trait to do that. | |||
2017-07-11 | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | |
2017-07-07 | GH-1927 fix potential issue with FMLLibrariesTask succeeding twice. | Petr Mrázek | |
2017-07-07 | GH-1927 Add more specific task status logging | Petr Mrázek | |
* Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases. | |||
2017-07-07 | NOISSUE remove verbose dl progress logging | Petr Mrázek | |
2017-07-07 | NOISSUE fix jvisualvm website links | Petr Mrázek | |
2017-07-06 | NOISSUE fix jumpy download progress bars | Petr Mrázek | |
They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes. | |||
2017-07-06 | NOISSUE remove obsolete declaration for logger shutdown | Petr Mrázek | |
2017-07-06 | NOISSUE fix startup issues caused by code reorganization | Petr Mrázek | |
2017-07-05 | NOISSUE attept to detach from console on Windows | Petr Mrázek | |
This only applies to MultiMC started from a console. |