Space Walker

Results 37 issues of Space Walker

The current search dialog allows searching through the entire jar, but sometimes I'm looking for a specific method in the current file. The search dialog or even the ctrl+f search...

enhancement
user interface

## Vineflower version 1.10.1, 1.11.1 ## Describe the bug Sometimes the declaration for a local variable is missing. ## Additional information This affects old Minecraft versions. For example, class `abe`...

Type: Bug
Priority: Medium
Subsystem: Variables

The `isMinecraftClass` check does not consider classes in the `com.mojang.rubydung` package (pre-classic) or the `com.mojang.minecraft` package (classic). This PR adds those checks.

In pre-classic versions the `com/mojang/rubydung/RubyDung` class contains the main method.

Currently in McVersionLookup, it checks if the version string starts with `c0.` and removes the leading `c` character. This leads to invalid semver as a version like `c0.0.11a` ends up...

Older Minecraft clients and servers shaded libraries into the jar. I want to provide newer versions of these libraries, but due to inconsistent class loading order, the game inevitably crashes...

Starting with 13w16a, Minecraft uses JOpt Simple to parse the launch args. Unfortunately, it does not enable `allowsUnrecognizedOptions` until 13w23b. As a result, all versions between 13w16a and 13w23a crash...

I've gotten several complaints the current layout is confusing. The presence of the "Built-In" tab is confusing because none of the entries in it are editable but it is the...

enhancement