Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | GH-2087 remove the revert to vanilla functionality, add file download button ↵ | Petr Mrázek | |
to version page | |||
2017-12-31 | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | |
2017-12-29 | NOISSUE add versioning to component metadata format and use it | Petr Mrázek | |
2017-12-29 | NOISSUE fix crash bug in version page of instances | Petr Mrázek | |
This was caused by generation of temporary component objects when no such thing should have been happening. | |||
2017-12-25 | NOISSUE fix typo when deleting log files | Petr Mrázek | |
"Do you really want to these files?" was missing "delete". | |||
2017-12-18 | NOISSUE preserve log page checkbox state when the instance window is closed | Petr Mrázek | |
Only for a single session, not between sessions. | |||
2017-12-14 | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | |
Badly connected signals/slots and similar things. | |||
2017-12-09 | NOISSUE when there is a version added already, preselect it in the version ↵ | Petr Mrázek | |
select dialog | |||
2017-12-05 | NOISSUE placeholder for proper 'change version' functionality | Petr Mrázek | |
When using this on forge or liteloader, it now uses the 'install' dialogs instead. This will have to be done properly using the component version metadata later. | |||
2017-12-03 | NOISSUE add flat icon theme by Michael | Petr Mrázek | |
It's the google icon font, all scalable and grey. | |||
2017-12-03 | GH-2050 fix cancel button in file browse dialogs filling text fields | Petr Mrázek | |
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-27 | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | |
2017-09-26 | NOISSUE Legacy migration success now closes the instance window | Petr Mrázek | |
2017-09-26 | NOISSUE add #testing discord channel link to Legacy instance migration page | Petr Mrázek | |
2017-09-26 | NOISSUE implement LEgacy instance migration | Petr Mrázek | |
2017-09-22 | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | |
2017-09-20 | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | |
2017-09-17 | NOISSUE Add back Legacy for migration purposes | 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-07 | NOISSUE fix hardcoded link color in other places | Petr Mrázek | |
2017-08-28 | NOISSUE simplify ProblemProvider | Petr Mrázek | |
2017-08-27 | NOISSUE Update Instance-Version Help Page | flcmc | |
2017-08-26 | NOISSUE select whole items in screenshot list | Petr Mrázek | |
Items = rows. It should work properly now. | |||
2017-08-22 | remove public option | 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-11 | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | |
2017-07-07 | NOISSUE fix jvisualvm website links | Petr Mrázek | |
2017-05-21 | NOISSUE and even more warnings gone | Petr Mrázek | |
2017-05-08 | GH-1886 warn users about proxy settings not applying to the game | Petr Mrázek | |
2017-05-04 | NOISSUE herp derp custom icon theme support | Petr Mrázek | |
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode. | |||
2017-04-08 | Revert "NOISSUE disable version customization until further notice" | Petr Mrázek | |
This reverts commit d864c95e2b5e172116370694d59a615a97cf390f. | |||
2017-04-07 | NOISSUE disable version customization until further notice | Petr Mrázek | |
2017-04-07 | NOISSUE fix liteloader uid where it is hardcoded hardcoded | Petr Mrázek | |
2017-04-07 | NOISSUE Make forge installable again | Petr Mrázek | |
2017-04-07 | NOISSUE preview of LWJGL version changing | Petr Mrázek | |
It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json. | |||
2017-04-07 | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | |
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server. | |||
2017-04-07 | NOISSUE reimplement package dependencies | Petr Mrázek | |
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
2017-04-07 | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | |
2017-04-07 | NOISSUE hack it together enough to get launching back | Petr Mrázek | |
Meta index will now always return valid objects. They just might never load if they don't exist on the server. | |||
2017-04-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE simplify. | Petr Mrázek | |
2017-04-07 | NOISSUE remove liteloader and forge | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-04-07 | NOISSUE fix downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE Wonko is the new Meta | Petr Mrázek | |
And then Wonko was the Meta. |