Age | Commit message (Collapse) | Author |
|
saves
|
|
Currently only ones that are removable and aren't dep-only
|
|
account already
|
|
This resolves some issues with the instance export dialog when the instances folder
path contains '..' and '.', or involves symlinks.
|
|
|
|
|
|
|
|
It is realistically a list of components. The fact that it also holds the final
launch parameters is a design bug.
|
|
|
|
|
|
|
|
|
|
|
|
This should fix issues with the 1.13 snapshots
|
|
|
|
If a single library had both native and java jars, they would randomly get confused.
|
|
|
|
|
|
Patch application will either add tweakers, or move them
to the end if they are already present.
This allows fixing up tweaker order in subsequent version patches.
|
|
|
|
Minecraft versions
|
|
|
|
|
|
Coding blind. Much !!FUN!!.
|
|
This affects classpath and java.library.path.
The catch is that if the strings cannot be expressed in system codepage
on Windows, it tries to use 8.3 paths.
|
|
|
|
|
|
|
|
This prevents treating the instance as a Flame pack later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And a bunch of undefined things we don't handle intentionally just yet...
|
|
This should fix issues with antivirus locking files/folders on Windows.
|
|
It now:
* Doesn't extract until it knows the content format is good.
* Extracts in a predictable location, not requiring to use a second path for the actual pack root.
|
|
The check wasn't very good and was breaking because it assumed uniform paths.
|
|
This is something I ran into when one of my accounts stopped working.
The auth token probably expired.
This should now be handled as a normal auth error, not a network failure.
|
|
|
|
|
|
|