SuccessChanges

Summary

  1. Fix crash on exit of replay (no longer processing clicks mid-rendering) and OpenGL error warnings (details)
Commit b0f253538cd73b8c5f51cf14af6b5f68af99e19b by Jonas
Fix crash on exit of replay (no longer processing clicks mid-rendering) and OpenGL error warnings
Remove MCTimerHandler, instead always install the ReplayTimer
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayProcess.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/registry/LightingHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/ReplayMod.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/handlers/GuiEventHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/VideoRenderer.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/handlers/TickAndRenderListener.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/timer/ReplayTimer.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/timer/MCTimerHandler.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/video/ReplayTimer.java