SuccessChanges

Summary

  1. Fix GuiAdvancedButton drawing a Tooltip if the Hover Text String is empty (details)
  2. Filed GuiFileChooser opening an "Open" dialog when a "Save" dialog should be opened (details)
  3. Replaced lossless encoding with high quality ( -qp 1  instead of -qp 0 ) because (quote ffmpeg.org): Most non-FFmpeg based players will not be able to decode lossless (but YouTube can), so if compatibility is an issue you should not use lossless. (details)
Commit 5816ff1f80f253203a651c60b5bde2923a8b541a by CrushedPixel
Fix GuiAdvancedButton drawing a Tooltip if the Hover Text String is empty
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedButton.java
Commit 57100735a41e8e46b36d493b8f64d366b02c2cb9 by CrushedPixel
Filed GuiFileChooser opening an "Open" dialog when a "Save" dialog should be opened
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiFileChooser.java
Commit 7790aee3cbdf0340f2b06681f51ae0da62d26016 by CrushedPixel
Replaced lossless encoding with high quality ( -qp 1  instead of -qp 0 ) because (quote ffmpeg.org): Most non-FFmpeg based players will not be able to decode lossless (but YouTube can), so if compatibility is an issue you should not use lossless.
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/settings/EncodingPreset.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang