SuccessChanges

Summary

  1. Manually unescape HTML Quote entities to be escaped quotes in the JSON to prevent MalformedJSONExceptions in the GsonApiClient (details)
  2. Custom Objects are now being saved with Path Presets instead of globally (details)
Commit c95c2f0e4c4378cb8839a251f43a642668b66e1f by CrushedPixel
Manually unescape HTML Quote entities to be escaped quotes in the JSON to prevent MalformedJSONExceptions in the GsonApiClient
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/api/GsonApiClient.java
Commit f2752f27901c880c4e26c397f09dfff8d2f97e6d by CrushedPixel
Custom Objects are now being saved with Path Presets instead of globally
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiObjectManager.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/utils/ReplayFile.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/AssetRepository.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/holders/KeyframeSet.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiKeyframeRepository.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/CustomImageObject.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/studio/StudioImplementation.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/utils/LegacyKeyframeSetAdapter.java