SuccessChanges

Summary

  1. Fix infinite loop in exception handling (details)
  2. Add additional checks in PBO methods (details)
  3. Fix exceptions not being handled correctly when rendering from command line (details)
  4. Add PBO frame capturer for stereoscopic, cubic and equirectangular rendering (details)
Commit d7b8339f22c008b6d310dba6340c286a769e8faa by Jonas
Fix infinite loop in exception handling
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayHandler.java
Commit c3bc06cab079daf9011d44f5013202250c89cabf by Jonas
Add additional checks in PBO methods
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/opengl/PixelBufferObject.java
Commit 2a9cc745c0c22f4b558546a35a0985a2dbcba15d by Jonas
Fix exceptions not being handled correctly when rendering from command line
Fix export args and file not being set when rendering from command line
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/ReplayMod.java
The file was modifiedsrc/main/resources/META-INF/replaymod_at.cfg
Commit d61e82ef3bc694acc2056c8f70584cac288d866a by Jonas
Add PBO frame capturer for stereoscopic, cubic and equirectangular rendering
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/rendering/Pipelines.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/SimplePboOpenGlFrameCapturer.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/MultiFramePboOpenGlFrameCapturer.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/CubicPboOpenGlFrameCapturer.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/OpenGlFrameCapturer.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/StereoscopicPboOpenGlFrameCapturer.java