v0.3.0
·
6 commits
to develop
since this release
- Change to decompile the new
projectzomboid.jarto decompile 42.13.0 properly, support for pre-42.13.0 versions has been dropped. The README notes the last version to support older versions. - Now uses variable names from the LocalVariableTable when they are present (42.13.0 includes these). This means you will see variable names inside most methods.
- Now takes a
--class-patternargument to determine which packages to decompile. This is because dependencies and TIS code are no longer separated and decompiling the entire thing takes way too long. The default is to decompile only thezombiepackage. - Now uses the game's JRE as decompilation context instead of the JRE doing the decompiling.
- Removed the timestamp from the banner.
--jar-gamenow defaults to false as it's kind of pointless when the game is already jarred.- Removed the copy dependencies option as it no longer makes sense.
- Updated Vineflower.
- Fixed a case where the name of a parameter in the Javadoc did not match the actual name.