SuccessChanges

Summary

  1. Added hoverText and hoverTextColor fields to GuiAdvancedCheckBox to allow for info text to be rendered (details)
  2. Add metadata injection for 360 degree videos (mp4 format only) (details)
Commit 664e788f7bd0cfbc90526df9637c23425a6ab64c by Jonas
Added hoverText and hoverTextColor fields to GuiAdvancedCheckBox to allow for info text to be rendered
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedCheckBox.java
Commit 8bd051eb278631f5d076547182da49e134bf31dd by Jonas
Add metadata injection for 360 degree videos (mp4 format only)

Add com.googlecode.mp4parser:isoparser Library to build.gradle
Create inject360Metadata boolean setting in RenderOptions and added respective checkbox to GuiRenderSettings
Create MetadataInjector to inject 360 Degree Spherical Metadata into mp4 videos
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/VideoRenderer.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/settings/RenderOptions.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/video/metadata/MetadataInjector.java
The file was modifiedbuild.gradle