summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* GH-1016 print list of mods, coremods and jarmodsPetr Mrázek2015-05-31-6/+32
| | | | Includes a change to jar mods, where they gain an 'originalName' attribute used only for display
* GH-1016 print mods, jar mods and core mods on startPetr Mrázek2015-05-31-0/+15
| | | | Needs some work - jar mods just have the uuid name
* GH-1015 catch exceptions when doing profile reapplyPetr Mrázek2015-05-31-16/+28
| | | | This is a temporary solution.
* GH-1021 make builtin versions not customizablePetr Mrázek2015-05-31-8/+34
| | | | They use attributes not defined in the OneSix format.
* GH-1020 use plain strings for library URLsPetr Mrázek2015-05-31-7/+14
| | | | Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution
* GH-1015 fix crash when version is incomplete and adding jar modsPetr Mrázek2015-05-29-1/+8
|
* GH-1011 fetch missing versions when customizing/reverting Minecraft patchesPetr Mrázek2015-05-28-11/+12
|
* GH-967 make libraries handle their own path prefixPetr Mrázek2015-05-27-29/+82
| | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
* GH-997 fix saving of settings values with special charactersPetr Mrázek2015-05-26-1/+1
| | | | Values are now escaped properly
* GH-1003 Fix settings dialog delaysPetr Mrázek2015-05-26-12/+13
|
* GH-992 GH-997 Do not rewrite values when loading FTB packsPetr Mrázek2015-05-25-1/+19
| | | | | name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values
* GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug printsPetr Mrázek2015-05-24-5/+1
|
* GH-991 implement wrapper commandsPetr Mrázek2015-05-24-2/+22
|
* GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek2015-05-23-34/+95
| | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
* GH-977 Improve FTB loading and instance creationPetr Mrázek2015-05-22-60/+73
|
* GH-977 this isn't funny anymore...Petr Mrázek2015-05-22-11/+10
|
* GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real.Petr Mrázek2015-05-22-36/+40
|
* GH-977 possibly fix FTB on windows. Maybe. Partially.Petr Mrázek2015-05-21-2/+10
|
* GH-983 use 'minecraft.jar' for ancient jar-modded versionsPetr Mrázek2015-05-21-2/+8
| | | | Fixes NEI in MC 1.4.7 and probably other obscure issues
* GH-985 fix jar modsPetr Mrázek2015-05-21-0/+2
|
* GH-952 Hardcore version page tweakeryPetr Mrázek2015-05-17-80/+308
| | | | | | | Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized
* NOISSUE do not dump minecraft version files into the logPetr Mrázek2015-05-16-1/+0
|
* GH-958 print PID when starting MinecraftPetr Mrázek2015-05-16-0/+3
|
* GH-952 do not remove {version,custom}.json files, rename themPetr Mrázek2015-05-16-7/+7
|
* GH-952 flesh out {version,custom}.json upgrade stepPetr Mrázek2015-05-15-18/+50
|
* NOISSUE only watch mod folders when the user is looking at themPetr Mrázek2015-05-11-0/+1
|
* NOISSUE Remove PermGemn warning ignoringPetr Mrázek2015-05-07-6/+0
|
* NOISSUE more loggingPetr Mrázek2015-05-06-0/+3
|
* GH-942 fix vanilla version listPetr Mrázek2015-05-06-10/+17
| | | | | Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug
* Fixed some Forge typos in dialogs. Fixes #940Sky2015-05-05-4/+4
|
* GH-907 fix location/java override for java detectionPetr Mrázek2015-05-05-3/+30
|
* NOISSUE windows hates mePetr Mrázek2015-05-04-3/+3
|
* GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek2015-05-04-29/+273
|
* GH-933 map exit code -1 to 'crashed'Petr Mrázek2015-05-02-1/+4
|
* GH-922 improve version select dialogsPetr Mrázek2015-05-02-0/+9
|
* NOISSUE handle recommended versions betterPetr Mrázek2015-05-02-7/+39
| | | | | Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default
* NOISSUE do not propagate instance change events when nothing actually changedPetr Mrázek2015-05-02-0/+6
|
* NOISSUE fix build issuesPetr Mrázek2015-05-02-1/+1
| | | | Hopefully all
* GH-328 overhaul all relevant version listsPetr Mrázek2015-05-01-208/+217
|
* NOISSUE eliminate ProgressProviderPetr Mrázek2015-04-26-105/+69
|
* GH-849 Further NetJob related fixesPetr Mrázek2015-04-26-34/+31
|
* GH-849 Fix failure signals not getting delivered from NetJob properlyPetr Mrázek2015-04-26-33/+37
|
* GH-885 export dialog for filtering exported filesPetr Mrázek2015-04-19-11/+408
| | | | Includes implementation of a separator based prefix tree and some related bits
* GH-887 fix patch file removalPetr Mrázek2015-04-13-1/+20
|
* NOISSUE refactor and rearrange zip file utilsPetr Mrázek2015-04-13-183/+396
|
* GH-329 update description text in MainWindow when instance Minecraft version ↵Petr Mrázek2015-04-13-0/+1
| | | | changes
* NOISSUE use QObjectPtr for translations and screenshotsPetr Mrázek2015-04-13-3/+8
|
* NOISSUE fix legacy edit instancePetr Mrázek2015-04-13-33/+0
|
* NOISSUE do not fail when updates don't have MultiMC.app prefix on OSXPetr Mrázek2015-04-13-2/+1
|
* GH-228 do not recurse into reparse points when deleting instancesPetr Mrázek2015-04-13-2/+2
|