Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | remove public option | Joona | 2017-08-22 | -17/+1 |
| | ||||
* | NOISSUE use rows when uploading screenshots | Petr Mrázek | 2017-08-19 | -1/+1 |
| | | | | Using all indexes was quadrupling the uploaded items. | |||
* | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | 2017-08-07 | -27/+20 |
| | | | | | | 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. | |||
* | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | 2017-07-11 | -0/+6 |
| | ||||
* | NOISSUE fix jvisualvm website links | Petr Mrázek | 2017-07-07 | -1/+1 |
| | ||||
* | NOISSUE and even more warnings gone | Petr Mrázek | 2017-05-21 | -1/+0 |
| | ||||
* | GH-1886 warn users about proxy settings not applying to the game | Petr Mrázek | 2017-05-08 | -8/+21 |
| | ||||
* | NOISSUE herp derp custom icon theme support | Petr Mrázek | 2017-05-04 | -0/+12 |
| | | | | | | | * Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode. | |||
* | Revert "NOISSUE disable version customization until further notice" | Petr Mrázek | 2017-04-08 | -4/+1 |
| | | | | This reverts commit d864c95e2b5e172116370694d59a615a97cf390f. | |||
* | NOISSUE disable version customization until further notice | Petr Mrázek | 2017-04-07 | -1/+4 |
| | ||||
* | NOISSUE fix liteloader uid where it is hardcoded hardcoded | Petr Mrázek | 2017-04-07 | -2/+2 |
| | ||||
* | NOISSUE Make forge installable again | Petr Mrázek | 2017-04-07 | -2/+8 |
| | ||||
* | NOISSUE preview of LWJGL version changing | Petr Mrázek | 2017-04-07 | -16/+31 |
| | | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json. | |||
* | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | 2017-04-07 | -8/+8 |
| | | | | | | | | 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. | |||
* | NOISSUE reimplement package dependencies | Petr Mrázek | 2017-04-07 | -12/+13 |
| | | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -22/+3 |
| | ||||
* | NOISSUE hack it together enough to get launching back | Petr Mrázek | 2017-04-07 | -0/+1 |
| | | | | | Meta index will now always return valid objects. They just might never load if they don't exist on the server. | |||
* | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | 2017-04-07 | -28/+5 |
| | ||||
* | NOISSUE simplify. | Petr Mrázek | 2017-04-07 | -1/+1 |
| | ||||
* | NOISSUE remove liteloader and forge | Petr Mrázek | 2017-04-07 | -17/+16 |
| | ||||
* | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | 2017-04-07 | -2/+6 |
| | ||||
* | NOISSUE fix downloading of metadata files | Petr Mrázek | 2017-04-07 | -34/+34 |
| | ||||
* | NOISSUE Wonko is the new Meta | Petr Mrázek | 2017-04-07 | -45/+47 |
| | | | | And then Wonko was the Meta. | |||
* | NOISSUE set line limit and overflow behaviour even for hidden console | Petr Mrázek | 2017-02-08 | -13/+0 |
| | ||||
* | GH-1807 fix 'loggging' typo | Petr Mrázek | 2017-02-01 | -1/+1 |
| | ||||
* | GH-1798 Do not enable skin upload button without selected account. | Petr Mrázek | 2017-01-22 | -0/+1 |
| | ||||
* | NOISSUE set the instance settings page default tab back to the first | Petr Mrázek | 2017-01-21 | -2/+11 |
| | ||||
* | GH-1790 do not apply system theme on launch if it is selected | Petr Mrázek | 2017-01-18 | -1/+1 |
| | | | | | This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though. | |||
* | GH-1065 Normalize usage of directory vs folder | Tim Flynn | 2017-01-16 | -31/+13 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -33/+33 |
| | ||||
* | NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts page | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE even more java polishing | Petr Mrázek | 2017-01-07 | -5/+5 |
| | | | | | | * Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java | |||
* | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | 2017-01-01 | -25/+23 |
| | ||||
* | NOISSUE add button for opening the config folder from mods pages | Petr Mrázek | 2016-11-26 | -1/+22 |
| | ||||
* | NOISSUE fix text of log upload, do not open browser on screenshot upload | Petr Mrázek | 2016-11-26 | -7/+5 |
| | ||||
* | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | 2016-11-24 | -2/+85 |
| | ||||
* | NOISSUE fix translation listing in settings and translation loading | Petr Mrázek | 2016-11-23 | -9/+25 |
| | | | | It was impossible to select and load translations properly. | |||
* | GH-1731 more screenshot folder view hardening | Petr Mrázek | 2016-11-22 | -3/+14 |
| | ||||
* | GH-1731 Do not show screenshots model if it can't be set up properly | Petr Mrázek | 2016-11-21 | -1/+1 |
| | | | | Otherwise it would show all system drives instead of screenshots. | |||
* | GH-1445 update page list when version and log pages need it | Petr Mrázek | 2016-11-07 | -0/+10 |
| | ||||
* | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | 2016-11-04 | -2/+23 |
| | | | | false | |||
* | NOISSUE ifdef the hell out of MCEdit launch on Windows | Petr Mrázek | 2016-11-03 | -5/+18 |
| | | | | Setting the work directory was not enough. | |||
* | NOISSUE Set working directory for MCEdit on Windows | Petr Mrázek | 2016-11-03 | -0/+1 |
| | | | | It seems to require it, unlike the other versions. | |||
* | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | 2016-11-03 | -9/+45 |
| | ||||
* | NOISSUE fix reversed MCEdit check condition | Petr Mrázek | 2016-11-02 | -1/+1 |
| | | | | It was causing fake errors. | |||
* | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | 2016-11-02 | -51/+26 |
| | ||||
* | NOISSUE prefer shell script for running MCEdit on linux | Petr Mrázek | 2016-11-02 | -4/+4 |
| | ||||
* | GH-903 simple theme switching and dark theme | Petr Mrázek | 2016-10-21 | -4/+62 |
| | ||||
* | GH-1675 reimplement suspesion of log watch | Petr Mrázek | 2016-10-11 | -7/+1 |
| | ||||
* | NOISSUE use model/view for Minecraft log data | Petr Mrázek | 2016-08-19 | -172/+168 |
| |