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-1053 move launch related things and rename them
Petr Mrázek
2015-07-10
-74
/
+76
*
GH-1034 do jar modding separate from update
Petr Mrázek
2015-07-10
-134
/
+206
*
GH-1053 cleanup
Petr Mrázek
2015-07-05
-10
/
+0
*
GH-1053 move launch process UI to a separate class
Petr Mrázek
2015-07-05
-89
/
+80
*
GH-1053 move instance update into the launch task (BaseLauncher)
Petr Mrázek
2015-07-04
-206
/
+270
*
SCRATCH squash MinecraftLauncher into BaseLauncher
Petr Mrázek
2015-06-30
-386
/
+305
*
SCRATCH fix BaseLauncher
Petr Mrázek
2015-06-30
-4
/
+19
*
GH-1053 base process and launch refactor, part 1
Petr Mrázek
2015-06-30
-579
/
+724
*
GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATH
Petr Mrázek
2015-06-12
-1
/
+14
*
GH-1009 use .sh instead of .pyc - .pyc doesn't work at all
Petr Mrázek
2015-06-11
-3
/
+3
*
GH-1009 add mcedit.pyc as a valid mcedit 'executable'
Petr Mrázek
2015-06-10
-3
/
+13
*
GH-1060 update tweaks
Petr Mrázek
2015-06-09
-5
/
+10
*
GH-1060 implement very basic updater (only linux and maybe osx right now)
Petr Mrázek
2015-06-09
-91
/
+14
*
GH-1060 remove some old updater bits and pieces
Petr Mrázek
2015-06-09
-47
/
+17
*
GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting
Petr Mrázek
2015-06-08
-4
/
+4
*
GH-1051 ignore CDPATH
Petr Mrázek
2015-06-06
-1
/
+2
*
NOISSUE Comment and bugfix the Resource system
Jan Dalheimer
2015-06-06
-81
/
+158
*
NOISSUE sanitize Json
Petr Mrázek
2015-06-06
-118
/
+130
*
NOISSUE remove StandardTask
Petr Mrázek
2015-06-06
-165
/
+0
*
NOISSUE document exceptions a bit more
Petr Mrázek
2015-06-06
-0
/
+17
*
NOISSUE use FS a bit more
Petr Mrázek
2015-06-06
-49
/
+24
*
NOISSUE Various changes from multiauth that are unrelated to it
Jan Dalheimer
2015-06-06
-319
/
+2398
*
GH-1031 include icon in exported instance if it is custom
Petr Mrázek
2015-06-01
-0
/
+21
*
GH-1016 print list of mods, coremods and jarmods
Petr Mrázek
2015-05-31
-6
/
+32
*
GH-1016 print mods, jar mods and core mods on start
Petr Mrázek
2015-05-31
-0
/
+15
*
GH-1015 catch exceptions when doing profile reapply
Petr Mrázek
2015-05-31
-16
/
+28
*
GH-1021 make builtin versions not customizable
Petr Mrázek
2015-05-31
-8
/
+34
*
GH-1020 use plain strings for library URLs
Petr Mrázek
2015-05-31
-7
/
+14
*
GH-1015 fix crash when version is incomplete and adding jar mods
Petr Mrázek
2015-05-29
-1
/
+8
*
GH-1011 fetch missing versions when customizing/reverting Minecraft patches
Petr Mrázek
2015-05-28
-11
/
+12
*
GH-967 make libraries handle their own path prefix
Petr Mrázek
2015-05-27
-29
/
+82
*
GH-997 fix saving of settings values with special characters
Petr Mrázek
2015-05-26
-1
/
+1
*
GH-1003 Fix settings dialog delays
Petr Mrázek
2015-05-26
-12
/
+13
*
GH-992 GH-997 Do not rewrite values when loading FTB packs
Petr Mrázek
2015-05-25
-1
/
+19
*
GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug prints
Petr Mrázek
2015-05-24
-5
/
+1
*
GH-991 implement wrapper commands
Petr Mrázek
2015-05-24
-2
/
+22
*
GH-992 Add a transaction/locking mechanism to settings objects
Petr Mrázek
2015-05-23
-34
/
+95
*
GH-977 Improve FTB loading and instance creation
Petr Mrázek
2015-05-22
-60
/
+73
*
GH-977 this isn't funny anymore...
Petr Mrázek
2015-05-22
-11
/
+10
*
GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real.
Petr Mrázek
2015-05-22
-36
/
+40
*
GH-977 possibly fix FTB on windows. Maybe. Partially.
Petr Mrázek
2015-05-21
-2
/
+10
*
GH-983 use 'minecraft.jar' for ancient jar-modded versions
Petr Mrázek
2015-05-21
-2
/
+8
*
GH-985 fix jar mods
Petr Mrázek
2015-05-21
-0
/
+2
*
GH-952 Hardcore version page tweakery
Petr Mrázek
2015-05-17
-80
/
+308
*
NOISSUE do not dump minecraft version files into the log
Petr Mrázek
2015-05-16
-1
/
+0
*
GH-958 print PID when starting Minecraft
Petr Mrázek
2015-05-16
-0
/
+3
*
GH-952 do not remove {version,custom}.json files, rename them
Petr Mrázek
2015-05-16
-7
/
+7
*
GH-952 flesh out {version,custom}.json upgrade step
Petr Mrázek
2015-05-15
-18
/
+50
*
NOISSUE only watch mod folders when the user is looking at them
Petr Mrázek
2015-05-11
-0
/
+1
*
NOISSUE Remove PermGemn warning ignoring
Petr Mrázek
2015-05-07
-6
/
+0
[prev]
[next]