index
:
MultiMC
develop
tom
Minecraft modpack tooling with Google spyware removed
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
logic
Commit message (
Expand
)
Author
Age
Lines
*
GH-1404 allow deleting groups and creating instances in groups directly using...
Petr Mrázek
2016-04-11
-8
/
+45
*
NOISSUE fix some forge version processing issues
Petr Mrázek
2016-04-03
-2
/
+9
*
NOISSUE write +libraries instead of libraries to stay compatible
Petr Mrázek
2016-04-03
-1
/
+1
*
NOISSUE Quick fix for icons being required
Alexia
2016-03-28
-1
/
+11
*
NOISSUE fix bug in unpacking of forge pack200 jar files
Petr Mrázek
2016-03-28
-10
/
+23
*
NOISSUE finalize support for new mojang version format
Petr Mrázek
2016-03-27
-585
/
+459
*
NOISSUE use new mojang assets locations
Petr Mrázek
2016-03-26
-60
/
+104
*
NOISSUE use unique_ptr for cached download's QSaveFile
Petr Mrázek
2016-03-26
-1
/
+1
*
NOISSUE remove unused 'INetworkValidator'
Petr Mrázek
2016-03-26
-39
/
+2
*
NOISSUE do not write 'time' and 'releaseTime' when they are null
Petr Mrázek
2016-03-26
-2
/
+8
*
NOISSUE share logic for new attributes between mojang and onesix format
Petr Mrázek
2016-03-26
-176
/
+126
*
NOISSUE stop update task when it can't read version files
Petr Mrázek
2016-03-26
-0
/
+1
*
NOISSUE Use patch problems and problem levels instead of exceptions for minec...
Petr Mrázek
2016-03-26
-145
/
+163
*
NOISSUE stop referring to the minecraft profile as 'version'
Petr Mrázek
2016-03-26
-62
/
+64
*
NOISSUE clean up forge installer
Petr Mrázek
2016-03-26
-152
/
+111
*
NOISSUE resolve library activeness during application to profile
Petr Mrázek
2016-03-26
-87
/
+51
*
NOISSUE continue version file format refactors
Petr Mrázek
2016-03-26
-393
/
+401
*
NOISSUE hide mojang structs inside the mojang format entirely
Petr Mrázek
2016-03-07
-241
/
+144
*
NOISSUE make new Mojang version format pass through MultiMC structures
Petr Mrázek
2016-03-07
-150
/
+490
*
NOISSUE Fix bad unit test data path and usage of std::abs
Petr Mrázek
2016-03-03
-0
/
+1
*
NOISSUE add basic unit tests for MojangVersionFormat reading/writing
Petr Mrázek
2016-03-03
-4
/
+12
*
NOISSUE eliminate timestamp strings
Petr Mrázek
2016-03-02
-81
/
+51
*
SCRATCH some version file member variables commented
Petr Mrázek
2016-03-01
-18
/
+58
*
GH-1502 move launch script generation to the Minecraft launch step
Petr Mrázek
2016-02-28
-26
/
+46
*
NOISSUE even more version file refactors
Petr Mrázek
2016-02-28
-216
/
+290
*
NOISSUE move version file reading and writing to dedicated namespaces
Petr Mrázek
2016-02-27
-308
/
+328
*
NOISSUE move files into paths that make more sense
Petr Mrázek
2016-02-27
-112
/
+118
*
NOISSUE remove OneSixLibrary
Petr Mrázek
2016-02-26
-134
/
+55
*
NOISSUE remove old unused version file features
Petr Mrázek
2016-02-25
-288
/
+36
*
NOISSUE fix a benign leak in FTB implementation
Petr Mrázek
2016-02-25
-2
/
+2
*
GH-1453 handle certain version loading corner cases better, clean up FTB
Petr Mrázek
2016-02-21
-88
/
+38
*
GH-1453 report version file problems in the version page
Petr Mrázek
2016-02-21
-21
/
+184
*
GH-1453 separate out Mojang version reading, use version file URLs
Petr Mrázek
2016-02-17
-61
/
+119
*
GH-1453 React to the minimum version change - 18
Petr Mrázek
2016-02-13
-1
/
+1
*
NOISSUE remove dead code from MC version list
Petr Mrázek
2016-02-13
-9
/
+0
*
GH-1483 Use the new version index URL
Petr Mrázek
2016-02-13
-2
/
+1
*
GH-1411 fail if pre-launch and post-exit commands return non-zero values
Petr Mrázek
2016-01-20
-7
/
+34
*
GH-1379 fix build on win32
Petr Mrázek
2016-01-07
-0
/
+4
*
GH-1379 fix build with Qt 5.2.1 on ubuntu64
Petr Mrázek
2016-01-07
-1
/
+11
*
NOISSUE Add more qt versions to travis
Jan Dalheimer
2016-01-06
-1
/
+1
*
GH-1389 wrap QDesktopServices and QProcess::startDetached
Petr Mrázek
2016-01-05
-26
/
+194
*
GH-1365 fix java detection build on windows
Petr Mrázek
2016-01-02
-0
/
+1
*
GH-1365 fix java detection OS ifdefs
Petr Mrázek
2016-01-02
-3
/
+3
*
GH-1365 rework java version parsing and sorting
Petr Mrázek
2016-01-02
-120
/
+271
*
NOISSUE export more stuff from Json
Petr Mrázek
2015-12-28
-13
/
+13
*
GH-1360 add basic changelog based on github API, fix update dialog buttons
Petr Mrázek
2015-12-28
-4
/
+4
*
GH-1308 remove use of static data (translations) and root (notifications.json...
Petr Mrázek
2015-12-27
-4
/
+4
*
GH-1178 sanitize mod paths while installing folder mods
Petr Mrázek
2015-12-26
-8
/
+13
*
GH-1178 add failing test
Petr Mrázek
2015-12-26
-1
/
+0
*
NOISSUE add a basic test for FS::copy
Petr Mrázek
2015-12-26
-1
/
+1
[next]