Skip to content

v0.3.0

Choose a tag to compare

@demiurgeQuantified demiurgeQuantified released this 11 Dec 12:37
· 6 commits to develop since this release
  • Change to decompile the new projectzomboid.jar to 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-pattern argument 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 the zombie package.
  • Now uses the game's JRE as decompilation context instead of the JRE doing the decompiling.
  • Removed the timestamp from the banner.
  • --jar-game now 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.