Petr Mrázek
15b7c3039a
GH-1060 update tweaks
...
* download to multimc folder hierarchy
* use rename, not copy
* keep backup after update
* clean previous backup before update
* it's not 'copy', it's 'replace'
2015-06-09 23:30:28 +02:00
Petr Mrázek
22c5ced5dc
GH-1060 add a lot of error checking and reporting to the inner updater
2015-06-09 20:58:19 +02:00
Petr Mrázek
64b70acac1
GH-1060 tweaks to new update mechanism - logging
2015-06-09 00:48:25 +02:00
Petr Mrázek
82e05661d2
GH-1060 implement very basic updater (only linux and maybe osx right now)
2015-06-09 00:03:42 +02:00
Petr Mrázek
166813cb91
GH-1060 remove some old updater bits and pieces
2015-06-09 00:03:42 +02:00
Petr Mrázek
38e42ad794
GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting
2015-06-08 23:54:30 +02:00
Petr Mrázek
6d7bff2476
GH-1060 remove updater code
2015-06-07 21:10:18 +02:00
Petr Mrázek
977e11ef8d
GH-1051 ignore CDPATH
2015-06-06 23:40:13 +02:00
Jan Dalheimer
634bdcdbcb
GH-1033 Set up travis for C++14 setup
...
No clang, no OSX, nothing
2015-06-06 23:27:58 +02:00
Jan Dalheimer
1e51b62c88
NOISSUE Comment and bugfix the Resource system
2015-06-06 21:23:05 +02:00
Petr Mrázek
24db645167
NOISSUE sanitize Json
...
Removes magical parameter madness.
All require* can throw
All ensure* need a default value and never throw
2015-06-06 21:23:05 +02:00
Petr Mrázek
dde35a0eb8
NOISSUE remove StandardTask
2015-06-06 21:23:05 +02:00
Petr Mrázek
57b75dfcf7
NOISSUE document exceptions a bit more
2015-06-06 21:23:05 +02:00
Petr Mrázek
06a67fbd38
NOISSUE use FS a bit more
2015-06-06 21:23:05 +02:00
Jan Dalheimer
3a8b238052
NOISSUE Various changes from multiauth that are unrelated to it
2015-06-06 21:23:05 +02:00
Petr Mrázek
161dc66c2c
GH-1052 try using c++1y on OSX
2015-06-06 21:00:37 +02:00
Petr Mrázek
678da0b639
GH-1052 switch over to C++14 everywhere
2015-06-06 19:56:51 +02:00
Jan Dalheimer
db69a3dacd
NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4
2015-06-06 15:10:19 +02:00
Petr Mrázek
47f919173e
NOISSUE begin working on 0.4.8 and update changelog
2015-06-02 01:11:31 +02:00
Alex
c1f7dda8fe
NOISSUE redo the launcher part
2015-06-02 00:11:09 +02:00
Petr Mrázek
678c4793f9
GH-980 finalize changelog
2015-06-01 01:29:09 +02:00
Petr Mrázek
405cea1778
GH-1031 include icon in exported instance if it is custom
2015-06-01 01:19:12 +02:00
Petr Mrázek
96c497f654
GH-980 more changelog tweakery
2015-06-01 00:18:52 +02:00
Petr Mrázek
10b3906b53
GH-980 Update changelog for 0.4.7
2015-06-01 00:12:46 +02:00
Petr Mrázek
6fd18a5cce
GH-1016 print list of mods, coremods and jarmods
...
Includes a change to jar mods, where they gain an 'originalName' attribute used only for display
2015-05-31 21:50:01 +02:00
Petr Mrázek
9920062003
GH-1016 print mods, jar mods and core mods on start
...
Needs some work - jar mods just have the uuid name
2015-05-31 21:50:01 +02:00
Petr Mrázek
99f248ecd4
GH-1015 catch exceptions when doing profile reapply
...
This is a temporary solution.
2015-05-31 20:00:15 +02:00
Petr Mrázek
b9e06b5da0
GH-1021 make builtin versions not customizable
...
They use attributes not defined in the OneSix format.
2015-05-31 19:24:39 +02:00
Petr Mrázek
ff64b6cf1d
GH-1020 use plain strings for library URLs
...
Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution
2015-05-31 17:51:20 +02:00
Petr Mrázek
84757f485b
GH-1015 fix crash when version is incomplete and adding jar mods
2015-05-29 08:32:05 +02:00
Petr Mrázek
b7f8241968
GH-994 hopefully fix issue with people still using jar mods
...
Added an 'add mods' button to the version page
Add jar mods now has a very angry nag dialog until it's used successfully
Buttons on version page are rearranged to deemphasize jar mods
2015-05-29 02:22:02 +02:00
Petr Mrázek
a98e1df10c
GH-1011 fetch missing versions when customizing/reverting Minecraft patches
2015-05-28 09:36:58 +02:00
Petr Mrázek
f9e186ab70
GH-967 make libraries handle their own path prefix
...
Makes it possible to mix libraries managed by FTB and MultiMC
Backport from unstable
2015-05-27 01:30:18 +02:00
Petr Mrázek
50a4a1e19e
NOISSUE use -fPIC builds when the system Qt is derpy
2015-05-26 22:38:01 +02:00
Petr Mrázek
2f087b55b9
GH-997 fix saving of settings values with special characters
...
Values are now escaped properly
2015-05-26 08:33:10 +02:00
Petr Mrázek
2dcedcfde3
GH-997 add unit test for ini file save/load passthrough
2015-05-26 08:29:43 +02:00
Petr Mrázek
c1c23e47a7
GH-1003 Fix settings dialog delays
2015-05-26 08:14:33 +02:00
Petr Mrázek
8fb5d4add3
GH-1003 add some save locking for dialog pages that deal with settings
2015-05-25 08:21:35 +02:00
Petr Mrázek
185ff238c2
GH-992 GH-997 Do not rewrite values when loading FTB packs
...
name, icon and notes won't be overwritten when loading FTB packs
this also eliminates the file saving delay from setting the values
2015-05-25 07:35:43 +02:00
Petr Mrázek
09673cc16e
GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug prints
2015-05-24 19:48:22 +02:00
Petr Mrázek
dfb0a3b724
GH-991 implement wrapper commands
2015-05-24 14:49:54 +02:00
Petr Mrázek
ce99fabe13
GH-992 Add a transaction/locking mechanism to settings objects
...
This can cut the FTB loading by ~66% - worth it, but not ideal.
Real solution will have to be implemented later.
2015-05-23 16:07:47 +02:00
Petr Mrázek
0e0ddf5494
GH-977 Improve FTB loading and instance creation
2015-05-22 23:06:51 +02:00
Petr Mrázek
12b9a90c4c
GH-980 update chengelog
2015-05-22 02:06:25 +02:00
Petr Mrázek
8715746774
GH-977 this isn't funny anymore...
2015-05-22 01:27:59 +02:00
Petr Mrázek
cfdfd0e811
GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real.
2015-05-22 01:08:37 +02:00
Petr Mrázek
81b37dae18
GH-977 possibly fix FTB on windows. Maybe. Partially.
2015-05-21 23:25:16 +02:00
Petr Mrázek
29ce36c7bc
GH-983 use 'minecraft.jar' for ancient jar-modded versions
...
Fixes NEI in MC 1.4.7 and probably other obscure issues
2015-05-21 22:38:31 +02:00
Petr Mrázek
22a0294a33
GH-985 fix jar mods
2015-05-21 20:47:47 +02:00
Petr Mrázek
5334d88c1d
GH-970 fix help page links some more
2015-05-21 20:33:15 +02:00