Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revamp project to run with pz 41.71 #36

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mlem
Copy link

@mlem mlem commented Jun 21, 2022

  • remove errorprone for now
  • bump java version to 17
  • add a contribute file, to describe how to get started when contributing
  • bump gradle wrapper to 7.2
  • fix java and zomboid version related problems
  • change run configuration to use java 17 zulu
  • there seems to be a problem with fmod, skipping hook
    OnLoadSoundBanksHook integration if target null
  • checking for java 17 in run scripts
  • ignoring jdk.internal.reflect. package on class loading
  • fix broken test, urls couldn't be parsed like this anymore
  • refactor Asm Code to work with java 17
  • remove unnecessary dependency from gralde build
  • add instructions before first node instead of before
    first label node
  • revert an unnecessary change
  • fix OnLoadSoundBanksHook
    the java code has changed in the init method, so I've
    changed the pattern of this method
  • update version numbers

Martin Lemanski added 4 commits June 21, 2022 16:59
* remove errorprone for now
* bump java version to 17
* add a contribute file, to describe how to get started when contributing
* bump gradle wrapper to 7.2
* fix java and zomboid version related problems
* change run configuration to use java 17 zulu
* there seems to be a problem with fmod, skipping hook
  OnLoadSoundBanksHook integration if target null
* checking for java 17 in run scripts
* ignoring jdk.internal.reflect. package on class loading
* fix broken test, urls couldn't be parsed like this anymore
* refactor Asm Code to work with java 17
* remove unnecessary dependency from gralde build
* add instructions before first node instead of before
  first label node
* revert an unnecessary change
* fix OnLoadSoundBanksHook
  the java code has changed in the init method, so I've
  changed the pattern of this method
* update version numbers
update events to match the correct data types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant