SuccessChanges

Summary

  1. Removed unneccessary import in GuiObjectManager (yay, no warnings!) (details)
  2. Only poll Mouse Wheel change if hovering over GuiDropdown/GuiEntryList to avoid multiple Elements clashing (details)
  3. Properly respect expanded state of GuiDropdown in its isHovering() method (details)
  4. Some general warning cleanup (details)
  5. Fixed NPE when trying to open a downloaded file with an empty replay_recordings folder (details)
  6. Fixed the probably most retarded thing one of us has ever done (and I think it wasn't me this time) - connecting Replays now works again (details)
  7. Gigantic warning cleanup (details)
Commit 635e821688d320b237d0946e1aba53bdb1a75d9b by CrushedPixel
Removed unneccessary import in GuiObjectManager (yay, no warnings!)
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiObjectManager.java
Commit e1d307cfcf57d4618344923869382bf55e5c1323 by CrushedPixel
Only poll Mouse Wheel change if hovering over GuiDropdown/GuiEntryList to avoid multiple Elements clashing
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiDropdown.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiEntryList.java
Commit 6d7946d8a7b1127e27ee7ef3ba02cf0c095802ec by CrushedPixel
Properly respect expanded state of GuiDropdown in its isHovering() method
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiDropdown.java
Commit e0259d0c5a561b1b8d2575320bf3532fde0a5a4c by CrushedPixel
Some general warning cleanup
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiAdvancedTextField.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiEntryList.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/replayeditor/GuiReplayEditor.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiDropdown.java
Commit 5eed7a82468d3e24bbd94c06560f71acc9a1c28c by CrushedPixel
Fixed NPE when trying to open a downloaded file with an empty replay_recordings folder
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiReplayInstanceChooser.java
Commit dd1aab16ef4da2723b64aa3b8e64915cc5f08a52 by CrushedPixel
Fixed the probably most retarded thing one of us has ever done (and I think it wasn't me this time) - connecting Replays now works again
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/replayeditor/GuiConnectPart.java
Commit 03aead65b6446e1ed28ff582ab76b2e56b4f4f98 by CrushedPixel
Gigantic warning cleanup
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/ReplayImageAsset.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiReplaySettings.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/registry/LightingHandler.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/assets/CustomObjectRepository.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/ComposedElement.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/overlay/GuiReplayOverlay.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/online/GuiReplayCenter.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/replayviewer/GuiRenameReplay.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiTextArea.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiObjectManager.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/renderer/SpectatorRenderer.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/recording/PacketListener.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/interpolation/GenericLinearInterpolation.java