FailedChanges

Summary

  1. Fix (character, portal, enchantment) animations during speed up / slowed (details)
  2. Force mouse to be visible during path playback even if game closes (details)
  3. Only allow a single keyframe to be selected Fix crash when adding (details)
  4. Properly texture position keyframe button for spectator keyframes (details)
  5. Add clear all keyframes key (details)
  6. Add synchronize time key (details)
  7. Fix button size of hotkey buttons (details)
  8. Add (unset) key binding for opening the ReplaySettings gui from within (details)
  9. Add path preview key binding (details)
  10. Add rotation key bindings (details)
  11. Move remaining mixins to replay module (details)
  12. Remove remaining old packages (details)
  13. Add linear interpolation to simplepathing (details)
  14. Emit RenderTickEvent during video rendering (details)
  15. Sort hotkey buttons alphabetically (details)
  16. Automatically update hotkey button labels when keybinding is changed (details)
  17. Add direct upload to YouTube support (details)
  18. Allow marker removal using the DELETE key (details)
  19. Made YouTube video upload asynchronous from the GUI (details)
  20. Properly save and replay FMLProxyPackets (details)
  21. Store networking mods in replay file and compare installed versions on (details)
  22. Unbind PBO after binding it for initial setup (details)
  23. Before direct YouTube upload, inject 360° Metadata in Equirectangular (details)
Commit 0691ef988666908dee60571962f298cd2a296f58 by Jonas
Fix (character, portal, enchantment) animations during speed up / slowed
down path playback and rendering
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinTileEntityEndPortalRenderer.java
The file was modifiedsrc/main/resources/mixins.replaymod.json
The file was modifiedsrc/main/java/com/replaymod/render/rendering/VideoRenderer.java
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinRenderItem.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinRenderItem.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/timer/EnchantmentTimer.java
The file was removedsrc/main/java/com/replaymod/render/hooks/RenderReplayTimer.java
The file was modifiedsrc/main/java/com/replaymod/pathing/player/AbstractTimelinePlayer.java
The file was modifiedsrc/main/java/com/replaymod/pathing/player/RealtimeTimelinePlayer.java
The file was addedsrc/main/java/com/replaymod/pathing/player/ReplayTimer.java
The file was modifiedsrc/main/resources/mixins.replay.replaymod.json
The file was modifiedsrc/main/java/com/replaymod/replay/ReplaySender.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinTileEntityEndPortalRenderer.java
Commit cd1a53531b24ef3ff1a23f8b3a2b49ee3dc1b5a4 by Jonas
Force mouse to be visible during path playback even if game closes
overlay gui
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
Commit 50ba370c1c8b388d52a779575b6789d52d729ead by Jonas
Only allow a single keyframe to be selected Fix crash when adding
keyframe exactly on top of another
The file was modifiedsrc/main/java/com/replaymod/simplepathing/preview/PathPreviewRenderer.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/ReplayModSimplePathing.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiKeyframeTimeline.java
Commit eb54d9abf387d596d7302756ac3da8d0ac0b4e8e by Jonas
Properly texture position keyframe button for spectator keyframes
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
Commit 23bf44f9fbba3fcb559b0e190a361e4c486cf41b by Jonas
Add clear all keyframes key
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
Commit 5f1b61052882c901133eee5882562e5a87c11506 by Jonas
Add synchronize time key
The file was modifiedsrc/main/java/com/replaymod/replay/gui/overlay/GuiReplayOverlay.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
Commit 80ad8742529d18c04d8dcb666baacc394a5de9bf by Jonas
Fix button size of hotkey buttons
The file was modifiedsrc/main/java/com/replaymod/extras/HotkeyButtons.java
Commit be8761f73e4f8b342011a91af7758f7f75b84ba1 by Jonas
Add (unset) key binding for opening the ReplaySettings gui from within
the game
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was modifiedsrc/main/java/com/replaymod/core/ReplayMod.java
Commit 26f2e76b9d7dbdb9465b368920bc844be81e8ddb by Jonas
Add path preview key binding
The file was modifiedsrc/main/java/com/replaymod/simplepathing/preview/PathPreview.java
Commit 31eed8801a5f4175c5c2af17785334088d82463c by Jonas
Add rotation key bindings
The file was modifiedsrc/main/java/com/replaymod/replay/camera/CameraEntity.java
The file was modifiedsrc/main/java/com/replaymod/replay/ReplayModReplay.java
The file was modifiedsrc/main/java/com/replaymod/core/utils/Utils.java
Commit 4de933516e1fff40215c21549eb8c17dec935df8 by Jonas
Move remaining mixins to replay module
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinViewFrustum.java
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinViewFrustum.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinRenderArrow.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinRenderManager.java
The file was modifiedsrc/main/resources/mixins.replay.replaymod.json
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinMinecraft.java
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinRenderArrow.java
The file was removedsrc/main/resources/mixins.replaymod.json
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinGuiSpectator.java
The file was modifiedsrc/main/java/com/replaymod/core/LoadingPlugin.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinGuiSpectator.java
The file was addedsrc/main/java/com/replaymod/replay/mixin/MixinRenderManager.java
Commit dca1131d49f787f9dd3aa055d044ff54c9c2ad76 by Jonas
Remove remaining old packages
The file was removedsrc/main/java/eu/crushedpixel/replaymod/utils/StringUtils.java
The file was modifiedsrc/main/java/com/replaymod/render/VideoWriter.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedCheckBox.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiSettingsOnOffButton.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiNumberInput.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiOutsideClickableElement.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/listeners/ProgressUpdateListener.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiFileChooser.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiTextArea.java
The file was modifiedsrc/main/java/com/replaymod/core/ReplayMod.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiColorPicker.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiElement.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/listeners/NumberValueChangeListener.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiOnOffButton.java
The file was modifiedsrc/main/java/com/replaymod/online/gui/GuiReplayDownloading.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiOverlayElement.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiArrowButton.java
The file was modifiedbuild.gradle
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiNumberInputWithText.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiReplayListExtended.java
The file was modifiedsrc/main/java/com/replaymod/extras/VersionChecker.java
The file was modifiedsrc/main/java/com/replaymod/replay/ReplayHandler.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/utils/TooltipRenderer.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedButton.java
The file was modifiedsrc/main/java/com/replaymod/online/api/ApiClient.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/utils/MouseUtils.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiTexturedButton.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/ComposedElement.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiConstants.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/listeners/SelectionListener.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiLoadingListEntry.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedTextField.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiString.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/DelegatingElement.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/listeners/CheckBoxListener.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiScrollbar.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiProgressBar.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/listeners/FileChooseListener.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiToggleButton.java
The file was modifiedsrc/main/java/com/replaymod/online/gui/GuiLoginPrompt.java
Commit ef00c450686ee074f170ececf3c2fd83bedfbed4 by Jonas
Add linear interpolation to simplepathing
The file was modifiedsrc/main/java/com/replaymod/simplepathing/Setting.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/ReplayModSimplePathing.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
Commit 5aed53a31d593cfa2fc91f61e77d334aa9bf48f5 by Jonas
Emit RenderTickEvent during video rendering
Fixes FullBrightness not working in video rendering
The file was modifiedsrc/main/java/com/replaymod/render/hooks/EntityRendererHandler.java
Commit f0a91f25112b08c4638c0f09dac87d9bd9ec6e3d by Jonas
Sort hotkey buttons alphabetically
The file was modifiedsrc/main/java/com/replaymod/extras/HotkeyButtons.java
Commit 335d5ba790beba195821a48b4a293cb2adec2b95 by Jonas
Automatically update hotkey button labels when keybinding is changed
The file was modifiedsrc/main/java/com/replaymod/extras/HotkeyButtons.java
Commit e2bf7503b6ccf1f2a0dbf789d35b448ed643aca8 by Jonas
Add direct upload to YouTube support
The file was addedsrc/main/java/com/replaymod/render/gui/GuiRenderingDone.java
The file was modifiedsrc/main/java/com/replaymod/render/VideoWriter.java
The file was modifiedsrc/main/java/com/replaymod/extras/ReplayModExtras.java
The file was modifiedsrc/main/java/com/replaymod/render/Setting.java
The file was modifiedsrc/main/java/com/replaymod/render/rendering/VideoRenderer.java
The file was modifiedbuild.gradle
The file was addedsrc/main/java/com/replaymod/extras/youtube/VideoVisibility.java
The file was addedsrc/main/java/com/replaymod/extras/youtube/GuiYoutubeUpload.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was addedsrc/main/java/com/replaymod/extras/youtube/YoutubeUploader.java
The file was addedsrc/main/java/com/replaymod/extras/youtube/YoutubeUpload.java
Commit 39834ce6b42ebb1babbd7771b34da74d8ed00c0c by Jonas
Allow marker removal using the DELETE key
The file was modifiedsrc/main/java/com/replaymod/replay/gui/overlay/GuiMarkerTimeline.java
The file was modifiedsrc/main/java/com/replaymod/replay/ReplayModReplay.java
Commit 2a73faed6cebdfd57cbd8a2d03d2add1740856de by Jonas
Made YouTube video upload asynchronous from the GUI
The file was modifiedsrc/main/java/com/replaymod/extras/youtube/YoutubeUploader.java
The file was modifiedsrc/main/java/com/replaymod/extras/youtube/GuiYoutubeUpload.java
Commit 79bc6a8a7b86ddf1ae7e9a7069130543845e9323 by Jonas
Properly save and replay FMLProxyPackets
During recording FMLProxyPackets are converted to S3FPacketCustomPayload
During playback the normal Forge network stack is used to handle these
packets
The file was modifiedsrc/main/java/com/replaymod/replay/ReplayHandler.java
The file was modifiedsrc/main/java/com/replaymod/recording/packet/PacketListener.java
The file was modifiedsrc/main/java/com/replaymod/recording/handler/ConnectionEventHandler.java
Commit a6bee7c223b031ce64b47c64d59fa552f7cd3bb4 by Jonas
Store networking mods in replay file and compare installed versions on
replay
The file was addedsrc/main/java/com/replaymod/core/utils/ModCompat.java
The file was addedsrc/main/java/com/replaymod/replay/gui/screen/GuiModCompatWarning.java
The file was modifiedsrc/main/java/com/replaymod/replay/ReplayModReplay.java
The file was modifiedReplayStudio
The file was modifiedsrc/main/java/com/replaymod/recording/handler/ConnectionEventHandler.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
Commit 46467dc8617025d7c87a02eec50197f1d6a42002 by Jonas
Unbind PBO after binding it for initial setup
The file was modifiedsrc/main/java/com/replaymod/render/utils/PixelBufferObject.java
Commit 37753a8c91e8a9f7454b89b1c6c811f5a51d2739 by Jonas
Before direct YouTube upload, inject 360° Metadata in Equirectangular
Videos if it hasn't been done already
The file was modifiedsrc/main/java/com/replaymod/extras/youtube/YoutubeUploader.java