SuccessChanges

Summary

  1. Fix arrows being invisible when viewed from specific angles (details)
  2. Remove debug output (shame on me) (details)
  3. The camera entity is now thePlayer (details)
  4. The fake player now has the same entity id as the recording player as assigned by the server (details)
  5. Add option for showing chat messages (details)
  6. Sort assets by name in AssetManager and ObjectManager (details)
  7. Fail silent when language has no translations (details)
  8. Fix spectating being quit on world change / respawn (details)
Commit 6da06f10009c09bdcf0c2763cfa86c42910647d6 by Jonas
Fix arrows being invisible when viewed from specific angles
The file was addedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinRenderArrow.java
The file was modifiedsrc/main/resources/mixins.replaymod.json
Commit dcd4cbdfaaacdc76346f6c4fbd5a893a6461cfcc by Jonas
Remove debug output (shame on me)
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiTextArea.java
Commit d687748629903644f7fee5004b7c5afe8127a818 by Jonas
The camera entity is now thePlayer
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/entities/CameraEntity.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayHandler.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinPlayerControllerMP.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinEntityRenderer.java
The file was modifiedsrc/main/resources/mixins.replaymod.json
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinEntityPlayerSP.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/renderer/SpectatorRenderer.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/VideoRenderer.java
Commit d1e55266e2c36de23557354e2f19745de3e3d641 by Jonas
The fake player now has the same entity id as the recording player as assigned by the server
This fixes arrows bumping into recording player in replay
ReplaySender converts old replays on the fly
Do not insert PlayerListEntry as it's already contained in the replay
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/handlers/RecordingHandler.java
The file was modifiedsrc/main/resources/mixins.replaymod.json
The file was modifiedsrc/main/resources/META-INF/replaymod_at.cfg
The file was addedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinNetHandlerPlayClient.java
Commit cd19a768a1b0a71b697bc55c97be2c23cdbbb102 by Jonas
Add option for showing chat messages
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiReplaySettings.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/settings/ReplaySettings.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java
Commit 139553c15b55d3fc19057cf99cc82d7c5d7e4c63 by Jonas
Sort assets by name in AssetManager and ObjectManager
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/ReplayAsset.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiAssetManager.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiEntryList.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/ReplayImageAsset.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiObjectManager.java
Commit a9bb01be5bbe38ecaea217bda22667fc7d2bb84e by Jonas
Fail silent when language has no translations
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/localization/LocalizedResourcePack.java
Commit a3d3c2dddc66daaa1b6b27a9a4ab1d0b6306a106 by Jonas
Fix spectating being quit on world change / respawn
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplaySender.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/handlers/keyboard/KeyInputHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/events/handlers/TickAndRenderListener.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/entities/CameraEntity.java