Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
It is now set to text beside icons and many actions were moved to sub-menus.
|
|
|
|
|
|
It was ugly generated code with no rhyme or reason to it.
Now all the relevant code is grouped and language switching works a little better.
|
|
|
|
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...
|
|
|
|
Should respect theme colors now.
|
|
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.
|