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-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
*
GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC bin...
Petr Mrázek
2015-12-18
-1
/
+19
*
GH-1338: mark asset index as stale during instance update
Petr Mrázek
2015-11-19
-0
/
+1
*
NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr...
Petr Mrázek
2015-10-20
-10
/
+27
*
NOISSUE fix non-zero exit code from minecraft not being a 'crash'
Petr Mrázek
2015-10-18
-2
/
+11
*
GH-1275 create server-resource-packs folder on launch
Petr Mrázek
2015-10-12
-0
/
+6
*
NOISSUE make the compiler more evil
Petr Mrázek
2015-10-11
-2
/
+5
*
GH-93 add an option to not copy saves on instance copy
Petr Mrázek
2015-10-10
-59
/
+137
*
GH-1268 ... and catch the inevitable errors
Petr Mrázek
2015-10-05
-1
/
+8
*
GH-1268 simplify and fix instance group file IO
Petr Mrázek
2015-10-05
-23
/
+9
*
NOISSUE missed a few places...
Petr Mrázek
2015-10-05
-3
/
+3
*
NOISSUE dissolve util library
Petr Mrázek
2015-10-05
-171
/
+1603
*
GH-719 implement paste.ee API keys
Petr Mrázek
2015-10-02
-14
/
+32
*
GH-729 use mod mmc_id as name when name is empty
Petr Mrázek
2015-09-30
-0
/
+4
*
GH-1262 fix relative paths for java binaries
Petr Mrázek
2015-09-30
-2
/
+4
*
GH-253 implement launching instances from command line
Petr Mrázek
2015-09-30
-13
/
+6
*
GH-1072 use crafatar for grabbing the user skin
Petr Mrázek
2015-09-28
-3
/
+4
*
NOISSUE clean up some old cmake messes
Petr Mrázek
2015-09-28
-26
/
+8
*
GH-1072 split resource system to UI and logic parts
Petr Mrázek
2015-09-26
-201
/
+27
*
NOISSUE fix all clang warnings
Petr Mrázek
2015-09-26
-80
/
+80
*
GH-1238 re-integrate nbt library
Petr Mrázek
2015-09-23
-0
/
+4
*
GH-1217 reset time played on zip pack import
Petr Mrázek
2015-09-22
-2
/
+8
*
GH-1217 add simple instance play time tracking
Petr Mrázek
2015-09-22
-49
/
+101
*
GH-1121 select instance after creating it
Petr Mrázek
2015-09-16
-1
/
+2
*
GH-1227 add world copy and rename
Petr Mrázek
2015-09-14
-45
/
+160
*
GH-1227 renam GZip functions to not collide with zlib macros
Petr Mrázek
2015-09-14
-5
/
+5
*
GH-1227 add GZip compress function and a unit test fo GZip
Petr Mrázek
2015-09-14
-14
/
+63
*
GH-1227 allow structured world zip import and drag and drop out of MultiMC
Petr Mrázek
2015-09-13
-38
/
+256
*
GH-1227 fix zlib nonsense on Windows
Petr Mrázek
2015-09-10
-7
/
+3
*
GH-1227: World import using drag and drop - zip files and folders
Petr Mrázek
2015-09-09
-83
/
+247
*
GH-1233 do not load worlds when not needed
Petr Mrázek
2015-09-08
-2
/
+0
[next]