00e5968bd2
NOISSUE Add a skeleton of the wonko system
2016-04-30 23:59:23 +02:00
5ae3b2c114
NOISSUE nuke builtin Minecraft versions
...
Use upstream Mojang versions.
2016-04-30 23:59:03 +02:00
4392abfb8d
GH-1556 disable export for tracked FTB instances
2016-04-28 00:04:37 +02:00
432ec74174
GH-1404 allow deleting groups and creating instances in groups directly using context menu
2016-04-11 01:30:50 +02:00
b29ef49415
NOISSUE fix some forge version processing issues
2016-04-03 22:17:06 +02:00
f184eff71a
NOISSUE write +libraries instead of libraries to stay compatible
2016-04-03 21:53:46 +02:00
ea685651a1
NOISSUE Quick fix for icons being required
2016-03-28 16:45:52 -04:00
53b4bd019f
NOISSUE fix bug in unpacking of forge pack200 jar files
...
This caused failed downloads and broken files to be used.
2016-03-28 20:52:14 +02:00
f032e32133
NOISSUE finalize support for new mojang version format
2016-03-27 22:35:06 +02:00
d587720010
NOISSUE use new mojang assets locations
2016-03-26 17:05:27 +01:00
2929ca7413
NOISSUE use unique_ptr for cached download's QSaveFile
2016-03-26 17:05:27 +01:00
ff8f495d44
NOISSUE remove unused 'INetworkValidator'
2016-03-26 17:05:27 +01:00
f56983e5ca
NOISSUE do not write 'time' and 'releaseTime' when they are null
2016-03-26 17:05:27 +01:00
ec6204e447
NOISSUE share logic for new attributes between mojang and onesix format
2016-03-26 17:05:27 +01:00
9e3534f2f6
NOISSUE stop update task when it can't read version files
2016-03-26 17:05:27 +01:00
b7d8e512f4
NOISSUE Use patch problems and problem levels instead of exceptions for minecraft profiles.
2016-03-26 17:05:27 +01:00
fb9dfcb951
NOISSUE stop referring to the minecraft profile as 'version'
2016-03-26 17:05:27 +01:00
010e07eb45
NOISSUE clean up forge installer
2016-03-26 17:05:27 +01:00
576d808d71
NOISSUE resolve library activeness during application to profile
2016-03-26 17:05:27 +01:00
02c1df2c3c
NOISSUE continue version file format refactors
2016-03-26 17:05:27 +01:00
ead4c17d0a
NOISSUE hide mojang structs inside the mojang format entirely
2016-03-07 22:26:44 +01:00
d4eacb56b3
NOISSUE make new Mojang version format pass through MultiMC structures
...
Not yet used effectively, but it is read and written properly
2016-03-07 02:03:36 +01:00
2e4fa7ec13
NOISSUE Fix bad unit test data path and usage of std::abs
2016-03-03 02:13:07 +01:00
94d4684809
NOISSUE add basic unit tests for MojangVersionFormat reading/writing
...
will have to make them pass now
2016-03-03 01:40:12 +01:00
b54839b897
NOISSUE eliminate timestamp strings
2016-03-02 09:16:58 +01:00
80b81c2c1e
SCRATCH some version file member variables commented
2016-03-01 09:47:12 +01:00
1a9793197f
GH-1502 move launch script generation to the Minecraft launch step
2016-02-28 19:33:05 +01:00
9497b7e96c
NOISSUE even more version file refactors
...
There is no end to them in sight
2016-02-28 19:01:54 +01:00
a0b47aee5b
NOISSUE move version file reading and writing to dedicated namespaces
2016-02-27 22:02:56 +01:00
17ad1e64f8
NOISSUE move files into paths that make more sense
2016-02-27 19:58:40 +01:00
71e4b147ec
NOISSUE remove OneSixLibrary
2016-02-26 02:04:21 +01:00
f6b2ccb110
NOISSUE remove old unused version file features
2016-02-25 00:29:50 +01:00
c943019ab5
NOISSUE fix a benign leak in FTB implementation
2016-02-25 00:29:08 +01:00
401d5b698f
GH-1453 handle certain version loading corner cases better, clean up FTB
2016-02-21 05:51:36 +01:00
1a0bbdd9ac
GH-1453 report version file problems in the version page
2016-02-21 01:44:27 +01:00
163a3095b1
GH-1453 separate out Mojang version reading, use version file URLs
2016-02-17 08:23:57 +01:00
a20e2590da
GH-1453 React to the minimum version change - 18
2016-02-13 17:34:27 +01:00
1978078662
NOISSUE remove dead code from MC version list
2016-02-13 17:32:14 +01:00
ea08ede4c3
GH-1483 Use the new version index URL
2016-02-13 16:41:26 +01:00
5ecaed21b5
GH-1411 fail if pre-launch and post-exit commands return non-zero values
2016-01-20 03:23:19 +01:00
d8b1ae38fb
GH-1379 fix build on win32
2016-01-07 06:47:07 +01:00
59e6b4ed55
GH-1379 fix build with Qt 5.2.1 on ubuntu64
2016-01-07 06:40:26 +01:00
34bf4ccdc7
NOISSUE Add more qt versions to travis
...
5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made
to pass they should be removed from this list, if not they should be removed
entirely.
2016-01-06 10:33:47 +01:00
4d0caf6254
GH-1389 wrap QDesktopServices and QProcess::startDetached
...
Essentially do not pass some environment variables to subprocesses:
* LD_PRELOAD
* LD_LIBRARY_PATH
* LD_DEBUG
* QT_PLUGIN_PATH
* QT_FONTPATH
2016-01-05 07:32:52 +01:00
da2af5e449
GH-1365 fix java detection build on windows
2016-01-02 01:16:44 +01:00
1363b1d364
GH-1365 fix java detection OS ifdefs
2016-01-02 01:13:42 +01:00
a008efd24e
GH-1365 rework java version parsing and sorting
2016-01-02 00:35:54 +01:00
bd2843952a
NOISSUE export more stuff from Json
2015-12-28 05:47:11 +01:00
5402acb3c6
GH-1360 add basic changelog based on github API, fix update dialog buttons
2015-12-28 05:36:17 +01:00
e8063d193d
GH-1308 remove use of static data (translations) and root (notifications.json) paths.
2015-12-27 03:34:03 +01:00