FailedChanges

Summary

  1. Fix jGui textures in development environment (details)
  2. Remove old GUI API texture (details)
  3. Update Gradle to 2.11 (details)
  4. First print exception to console, then to chat (in case this fails) (details)
  5. Use ingameGUI directly to print messages to chat (details)
  6. Fix missing overlay after closing PlayerOverviewGui (details)
  7. Use utility method for linking input fields (details)
  8. Add common pathing code and SimplePathing module (details)
  9. Split time and position path (details)
  10. Pressing shift when playing path ignores time keyframes (details)
Commit 5fda6bdf3a695f49808891b39be9348115dbc025 by Jonas
Fix jGui textures in development environment
The file was modifiedbuild.gradle
Commit fc1ece0f03f687eefd5fca6884fdde2a6fde045d by Jonas
Remove old GUI API texture
The file was removedsrc/main/resources/assets/guiapi/gui.png
Commit 73ee7fd86d52840380b0139513bcbc922f0211d2 by Jonas
Update Gradle to 2.11
Update ForgeGradle to 2.0-SNAPSHOT
Use MixinGradle (0.3-SNAPSHOT)
Target latest 1.8 Forge Recommended Build (1563)
Cleanup build.gradle
The file was modifiedbuild.gradle
The file was modifiedjGui
The file was modifiedgradle/wrapper/gradle-wrapper.properties
Commit 93585a2a30336fec243d378ffc9b2a14066d2714 by Jonas
First print exception to console, then to chat (in case this fails)
The file was modifiedsrc/main/java/com/replaymod/recording/handler/ConnectionEventHandler.java
Commit b3c24ff72fe8a4ea5c6f29e0ade44c635ab4d067 by Jonas
Use ingameGUI directly to print messages to chat
The file was modifiedsrc/main/java/com/replaymod/core/ReplayMod.java
Commit 5be1e2d8b68df693858f6899228d853da184f11f by Jonas
Fix missing overlay after closing PlayerOverviewGui
The file was modifiedsrc/main/java/com/replaymod/extras/playeroverview/PlayerOverviewGui.java
Commit cf9879b1987c08ecaba0d771af243aa531b4824b by Jonas
Use utility method for linking input fields
The file was modifiedsrc/main/java/com/replaymod/online/gui/GuiLoginPrompt.java
The file was modifiedjGui
The file was modifiedsrc/main/java/com/replaymod/online/gui/GuiRegister.java
Commit 626429a7806cf508baef4b079648fdb86dc196bf by Jonas
Add common pathing code and SimplePathing module
The file was modifiedsrc/main/java/com/replaymod/replay/ReplaySender.java
The file was addedsrc/main/java/com/replaymod/simplepathing/ReplayModSimplePathing.java
The file was addedsrc/main/java/com/replaymod/pathing/change/UpdateKeyframeProperties.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiObjectManager.java
The file was addedsrc/main/java/com/replaymod/pathing/serialize/LegacyKeyframeSetAdapter.java
The file was addedsrc/main/java/com/replaymod/pathing/change/RemovePath.java
The file was addedsrc/main/java/com/replaymod/pathing/impl/PathImpl.java
The file was addedsrc/main/java/com/replaymod/pathing/impl/KeyframeImpl.java
The file was addedsrc/main/java/com/replaymod/pathing/change/AddKeyframe.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/renderer/PathPreviewRenderer.java
The file was addedsrc/main/java/com/replaymod/pathing/property/Property.java
The file was addedsrc/main/java/com/replaymod/pathing/interpolation/InterpolationParameters.java
The file was removedsrc/main/java/eu/crushedpixel/replaymod/utils/LegacyKeyframeSetAdapter.java
The file was addedsrc/main/java/com/replaymod/pathing/change/RemoveKeyframe.java
The file was addedsrc/main/java/com/replaymod/simplepathing/Setting.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/studio/StudioImplementation.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/replay/ReplayHandler.java
The file was addedsrc/main/java/com/replaymod/pathing/properties/CameraProperties.java
The file was addedsrc/main/java/com/replaymod/pathing/interpolation/Interpolator.java
The file was addedsrc/main/java/com/replaymod/pathing/serialize/TimelineSerialization.java
The file was addedsrc/main/java/com/replaymod/pathing/properties/PropertyParts.java
The file was addedsrc/main/java/com/replaymod/pathing/player/AbstractTimelinePlayer.java
The file was addedsrc/main/java/com/replaymod/pathing/change/AddPath.java
The file was addedsrc/main/java/com/replaymod/pathing/serialize/LegacyTimelineConverter.java
The file was addedsrc/main/java/com/replaymod/pathing/properties/TimestampProperty.java
The file was addedsrc/main/java/com/replaymod/pathing/change/CombinedChange.java
The file was addedsrc/main/java/com/replaymod/pathing/gui/GuiKeyframeRepository.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/timelines/GuiKeyframeTimeline.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/interpolation/SpectatorDataInterpolation.java
The file was addedsrc/main/java/com/replaymod/pathing/path/PathSegment.java
The file was addedsrc/main/java/com/replaymod/pathing/path/Keyframe.java
The file was addedsrc/main/java/com/replaymod/pathing/interpolation/AbstractInterpolator.java
The file was addedsrc/main/java/com/replaymod/pathing/change/Change.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/interpolation/AdvancedPositionKeyframeList.java
The file was addedsrc/main/java/com/replaymod/pathing/impl/TimelineImpl.java
The file was addedsrc/main/java/com/replaymod/pathing/property/AbstractPropertyPart.java
The file was addedsrc/main/java/com/replaymod/pathing/path/Path.java
The file was addedsrc/main/java/com/replaymod/pathing/impl/PathSegmentImpl.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiEditKeyframe.java
The file was addedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
The file was addedsrc/main/java/com/replaymod/pathing/path/Timeline.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/registry/KeybindRegistry.java
The file was addedsrc/main/java/com/replaymod/pathing/property/PropertyGroup.java
The file was addedsrc/main/java/com/replaymod/pathing/interpolation/LinearInterpolator.java
The file was addedsrc/main/java/com/replaymod/pathing/property/PropertyPart.java
The file was modifiedsrc/main/resources/assets/replaymod/lang/en_US.lang
The file was addedsrc/main/java/com/replaymod/pathing/player/RealtimeTimelinePlayer.java
The file was addedsrc/main/java/com/replaymod/pathing/PathingRegistry.java
The file was addedsrc/main/java/com/replaymod/pathing/property/AbstractPropertyGroup.java
The file was modifiedsrc/main/resources/mcmod.info
The file was addedsrc/main/java/com/replaymod/pathing/property/AbstractProperty.java
The file was addedsrc/main/java/com/replaymod/simplepathing/gui/GuiKeyframeTimeline.java
Commit 45c411fd909e924be0629847f2a530c656859512 by Jonas
Split time and position path
The file was modifiedsrc/main/java/com/replaymod/simplepathing/ReplayModSimplePathing.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiKeyframeTimeline.java
The file was modifiedsrc/main/java/com/replaymod/pathing/serialize/LegacyTimelineConverter.java
Commit 501b10406c96e196b78ec531d68262f7793f3d74 by Jonas
Pressing shift when playing path ignores time keyframes
The file was modifiedsrc/main/java/com/replaymod/simplepathing/gui/GuiPathing.java
The file was modifiedsrc/main/java/com/replaymod/pathing/impl/TimelineImpl.java
The file was modifiedsrc/main/java/com/replaymod/pathing/impl/PathImpl.java
The file was modifiedsrc/main/java/com/replaymod/pathing/path/Path.java