SuccessChanges

Summary

  1. Determine whether all chunks are loaded by RenderChunk.renderChunksUpdated being 0 (details)
  2. The xRes and yRes input fields in GuiRenderSettings now update each other for an 1:1 aspect ratio when using ODS rendering (details)
  3. GuiNumberInput's value Getters now always return a value between the minimum and maximum (if defined) (details)
Commit 8768f6e6414eb3b9cdaec51a329ed63828604f79 by CrushedPixel
Determine whether all chunks are loaded by RenderChunk.renderChunksUpdated being 0
Disable modifications to renderDispatcher's queueChunkUpdates if Shaders Mod is installed, as it caused MC to crash or deadlock
Removed some warnings caused by suboptimal catch clauses
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/renderer/ChunkLoadingRenderGlobal.java
Commit 468ca8c9138ef4433cfd61ec01528ed02c07892d by CrushedPixel
The xRes and yRes input fields in GuiRenderSettings now update each other for an 1:1 aspect ratio when using ODS rendering
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java
Commit 8be4faf90d2922e362f3390f3d6c9437024ca2f3 by CrushedPixel
GuiNumberInput's value Getters now always return a value between the minimum and maximum (if defined)
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiNumberInput.java