FailedChanges

Summary

  1. Updated build.gradle to use local distributions of Replay Studio instead of mvn repo (which didn't work on Mac) (details)
  2. Updated build.gradle to use local distributions of Replay Studio instead of mvn repo (which didn't work on Mac) (details)
  3. Made Screenshots save as soon as the file is ready to allow compatibility with non-unix file systems (details)
Commit 2be8e4cb6b97d62b8f344de98845a46f3ec825a6 by crushedpixelmaps
Updated build.gradle to use local distributions of Replay Studio instead of mvn repo (which didn't work on Mac)

Edited gradle-wrapper.properties to fix server-side gradle bug
The file was modifiedbuild.gradle
The file was modifiedgradle/wrapper/gradle-wrapper.properties
Commit df183cd5a6278bca26fb790f8fda591f5dd4746d by crushedpixelmaps
Updated build.gradle to use local distributions of Replay Studio instead of mvn repo (which didn't work on Mac)
Made Screenshots work on Windows File Systems (only worked on UNIX before)
Dried Screenshot ZIP Code
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/utils/ReplayFileIO.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/KeyInputHandler.java
The file was modifiedbuild.gradle
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/ReplayScreenshot.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/recording/ConnectionEventHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/TickAndRenderListener.java
Commit ce6df4b9be8ac498b077983b10048db3aba624ff by crushedpixelmaps
Made Screenshots save as soon as the file is ready to allow compatibility with non-unix file systems
Seriously Windows, why do you have to lock the file?
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/ReplayMod.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/utils/ReplayFileIO.java