SuccessChanges

Summary

  1. The Replay Viewer now loads its entries asynchronously to prevent Minecraft from freezing whenever the Replay Viewer is opened (details)
  2. Set maximum username length to 16 (details)
  3. Fix relative coordinates being taken as absolute (details)
Commit 99718a13163d0374f3125f11d0a0115846369697 by CrushedPixel
The Replay Viewer now loads its entries asynchronously to prevent Minecraft from freezing whenever the Replay Viewer is opened
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiUploadFile.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiReplayCenter.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiLoadingListEntry.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/replayviewer/GuiReplayViewer.java
Commit 466727e28547664e51a1656be7421d2743780270 by CrushedPixel
Set maximum username length to 16
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiRegister.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiLoginPrompt.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
Commit 146aa40bd4c0ba5d1df8d772f4c23d59e8a9622b by Jonas
Fix relative coordinates being taken as absolute
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java