summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft
Commit message (Collapse)AuthorAgeLines
* GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek2018-11-12-2/+21
| | | | | Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.
* NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek2018-11-12-1/+1
| | | | No more fallback for local libraries. They must be in the instance, always.
* GH-2384 Replace existing mod filesjanrupf2018-11-12-0/+2
|
* NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek2018-11-11-26/+26
|
* NOISSUE read local libraries only from the local locationPetr Mrázek2018-11-11-7/+1
| | | | This removes the fallback to global `libraries` folder for `local` libraries.
* NOISSUE take forge xz download url base from the metadata filePetr Mrázek2018-11-04-6/+6
| | | | Instead of hardcoding it.
* NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek2018-11-04-5/+5
|
* NOISSUE use https more widelyChris Lane2018-11-02-2/+2
|
* NOISSUE use https for downloading assetsPetr Mrázek2018-11-02-1/+1
|
* GH-2412: collect dead processes on linux properlyPetr Mrázek2018-10-31-37/+58
| | | | Issues were caused by use of `popen()` with no `pclose()` counterpart...
* NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek2018-07-31-7/+0
| | | | So simple. Better in every way.
* NOISSUE simplify.Petr Mrázek2018-07-28-3/+0
|
* NOISSUE fix build on macOS?Petr Mrázek2018-07-28-1/+1
|
* GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek2018-07-27-36/+44
| | | | importance
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-10364/+10364
|
* NOISSUE separate new mods model from the simple onePetr Mrázek2018-07-15-46/+563
| | | | It should list mods in various locations...
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-11/+11
|
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-81/+23
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-11/+11
| | | | Fixes #2277
* NOISSUE Fixed compilation error, but needs to be revisitedJanrupf2018-04-02-0/+2
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-14/+5
|
* NOISSUE preserve minecraft.jar while migrating Legacy instancesPetr Mrázek2018-03-23-3/+26
| | | | It can be manually modded. It must be preserved when it's the only jar around.
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-274/+0
|
* NOISSUE do not censor player name in logsPetr Mrázek2018-02-18-1/+0
|
* NOISSUE fix some warningsPetr Mrázek2018-02-11-0/+3
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-49/+49
|
* GH-2134 fix model selection when uploading a skinPetr Mrázek2018-02-10-2/+2
|
* NOISSUE When changing version of or installing a package, remove customized ↵Petr Mrázek2018-02-09-3/+8
| | | | version
* NOISSUE remove unneeded URL fixing code and fix up the exception thrown by ↵Petr Mrázek2018-01-29-4/+3
| | | | invalid Flame URLs
* NOISSUE fix bad redirect URLs provided by the curse CDNPetr Mrázek2018-01-21-2/+9
| | | | MultiMC now parses the HTTP Location header in a (more) tolerant mode.
* NOISSUE remove the jar-modded jar after the instance finishesPetr Mrázek2018-01-08-7/+26
|
* GH-2087 remove the revert to vanilla functionality, add file download button ↵Petr Mrázek2018-01-05-50/+2
| | | | to version page
* NOISSUE stop logging process environment and MC launch scriptPetr Mrázek2018-01-04-1/+1
|
* NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek2017-12-31-0/+30
|
* NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵Petr Mrázek2017-12-30-6/+0
| | | | minor Flame import problems
* NOISSUE add versioning to component metadata format and use itPetr Mrázek2017-12-29-31/+30
|
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-6/+6
| | | | Badly connected signals/slots and similar things.
* NOISSUE make MultiMC respond to account manipulation betterPetr Mrázek2017-12-03-15/+56
| | | | | | * Setting and resetting default account will update the account list properly * Removing the active account will now also reset it (previously, it would 'stay around') * The accounts model is no longer reset by every action
* NOISSUE fix wrong look of checkboxes in the account listPetr Mrázek2017-12-03-1/+1
|
* NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek2017-12-03-13/+26
|
* NOISSUE watch added Component for changes in order to trigger ComponentList ↵Petr Mrázek2017-12-03-0/+1
| | | | saves
* GH-1082 allow disabling componentsPetr Mrázek2017-12-03-9/+107
| | | | Currently only ones that are removable and aren't dep-only
* NOISSUE in offline mode, do not contact the auth server if there is a valid ↵Petr Mrázek2017-12-03-9/+18
| | | | account already
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-948/+2358
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-418/+486
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-101/+101
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* GH-2026 only run versions with FirstThreadOnMacOS trait on first threadPetr Mrázek2017-10-29-2/+6
|
* GH-2026 actually do the previous on macOS, not WindowsPetr Mrázek2017-10-28-1/+2
|
* GH-2026 start Minecraft on first thread on macOSPetr Mrázek2017-10-28-0/+5
| | | | This should fix issues with the 1.13 snapshots
* GH-2026 fix failing library test case for native librariesPetr Mrázek2017-10-28-3/+3
|