Jonas Herzig
a45dda3169
Update reproducible builds plugin
2017-10-03 11:18:15 +02:00
Jonas Herzig
c18644a208
Use gradle-ecj-plugin to make reproducible builds JDK-independent
2017-09-03 21:32:55 +02:00
Jonas Herzig
5be2f36a78
Use gradle-reproducible-builds-plugin instead of configuring Gradle manually
2017-09-03 17:22:12 +02:00
Jonas Herzig
c21408a9d0
Rebase reprod changes on 1.8
2017-09-03 17:22:12 +02:00
Jonas Herzig
a976d8c58f
Whitelist forge json in proxy-witness
2017-09-02 19:25:29 +02:00
Jonas Herzig
a8f2c742e5
Remove ReplayStudio submodule and depend on it via maven instead
2017-09-02 19:25:28 +02:00
Jonas Herzig
25df4f181d
Whitelist mcp versions.json in proxy-witness
2017-09-02 19:25:28 +02:00
Jonas Herzig
8b86253103
Replace manually built shadow and gitpatcher plugins with upstream
2017-09-02 19:25:28 +02:00
Jonas Herzig
93b8e52e8b
Update checksums
2017-09-02 19:25:28 +02:00
Jonas Herzig
6ef61f0878
Manually build ReplayStudio dep
2017-09-02 19:25:28 +02:00
Jonas Herzig
c44de2b22a
Add http proxy for artifact verification, remove gradle-witness
2017-09-02 19:25:26 +02:00
Jonas Herzig
25823e1081
Patch FG to work with proxy-witness
2017-09-02 14:19:36 +02:00
Jonas Herzig
ad3ff3e8ef
Move gradle config for reproducible builds into init.gradle file
2017-09-02 14:19:36 +02:00
Jonas Herzig
95fc9a5248
Build FG SNAPSHOT deps manually
2017-09-02 14:19:36 +02:00
Jonas Herzig
acd03c0ee3
OSX has neither "xargs -r" nor "sha256sum"
2017-09-02 14:19:36 +02:00
Jonas Herzig
c561a3fa5a
Remove further sources of nondeterminism and update SNAPSHOT hashes
2017-09-02 14:15:51 +02:00
Jonas Herzig
ebbe363954
Allow for reproducible builds
...
REPRODUCIBLE_BUILD=1 ./gradlew clean :build
2017-09-02 14:15:42 +02:00
Jonas Herzig
41d2547f3c
Update translations
2017-08-26 13:33:30 +02:00
Jonas Herzig
00e999ffd2
Fix replay not being closed when opened via URI scheme handler ( fixes #92 )
2017-08-25 15:13:27 +02:00
Jonas Herzig
767ea292a7
Fix book gui not being suppressed during replay ( fixes #90 )
2017-08-25 15:01:06 +02:00
Jonas Herzig
5b04edbbd3
Hide ReplayMod app entry from menus on Linux
2017-08-24 20:56:03 +02:00
Jonas Herzig
6aff99d3ac
Fix livelock during netty write to embedded channel ( fixes #85 )
2017-08-23 22:14:08 +02:00
Jonas Herzig
703805f269
Fix infinite loop in mc.scheduledTasks ( fixes #86 )
2017-08-23 22:12:38 +02:00
Jonas Herzig
7a4440c4a8
Update ReplayStudio
...
44109f1 Recover from corrupted entity positions cache (fixes #73 )
2017-08-21 10:33:26 +02:00
Jonas Herzig
0b9c56cdfd
Fix resource packs not working after first time jumping back in time
2017-08-19 15:20:40 +02:00
Jonas Herzig
933ee5f866
[Compat] Fix camera entity with BetterSprinting prior to 2.0.0 ( fixes #78 )
2017-08-16 15:57:32 +02:00
Jonas Herzig
83b1090e42
Fix hotbar being visible while spectating player ( fixes #83 )
2017-08-16 13:00:49 +02:00
Jonas Herzig
5c73117e9f
[Compat] Fix invisible entities with Orange's 1.7 Animations ( fixes #78 )
2017-08-16 12:19:48 +02:00
Jonas Herzig
4704b2984e
Replace the RenderPlayer hook (used subclassing) with a mixin ( fixes #79 )
2017-08-14 10:55:09 +02:00
Jonas Herzig
0c226b0236
Fix path at end of replay resulting in constant reloading ( fixes #56 )
2017-08-13 12:53:44 +02:00
Jonas Herzig
1b9b13ee7f
Rename render success sound to all lowercase (required for 1.11) ( fixes #66 )
2017-08-13 12:14:12 +02:00
Jonas Herzig
c2000b3edc
Fix only front-facing chunks visible for ODS rendering ( fixes #67 )
2017-08-13 12:03:06 +02:00
Jonas Herzig
aafeecc670
Fix initial login gui not closing on success ( fixes #68 )
2017-08-12 14:27:54 +02:00
Jonas Herzig
9292add867
Use percent-encoding for replay file names ( fixes #71 )
2017-08-12 14:20:29 +02:00
Jonas Herzig
8499c0f154
Fix name of invis armor stand with CustomNameVisible not rendering ( fixes #72 )
2017-08-12 13:19:18 +02:00
Jonas Herzig
b9ea572e19
Try to handle invalid ffmpeg arguments more gracefully ( fixes #77 )
...
Instead of outright crashing, if the user has modified the ffmpeg arguments,
they are given the chance to re-try with the defaults.
2017-08-12 11:38:11 +02:00
Jonas Herzig
a2f8c88a3d
Fix compression packets being recorded ( fixes #80 )
2017-08-11 15:19:14 +02:00
Jonas Herzig
19629c32f0
Replace usages of System.out with logger
2017-08-11 15:10:30 +02:00
Jonas Herzig
fe1d9b828d
Stop Forge from allowing the mod to load on other MC versions ( fixes #82 )
2017-08-11 14:54:10 +02:00
Jonas Herzig
1a1e96c375
Fix server with RM installed refusing clients without RM ( fixes #76 )
2017-07-14 13:08:16 +02:00
Jonas Herzig
35eb9cad33
Replace usage of FMLLog with the mod logger
2017-07-14 13:08:12 +02:00
Jonas Herzig
91573d9487
Update jGui, ReplayStudio and Translations
...
jGui:
9e84e72 Fix inversion of empty selection
ReplayStudio:
ff12b1d Remove invalid filter from services files
c6a9325 Proper value wrapping in CatmullRomSplineInterpolator (fixes #8 GH)
2017-05-31 09:16:19 +02:00
Jonas Herzig
d71358bcba
Add confirmation dialog before overwriting path presets ( fixes #65 )
2017-05-21 19:34:46 +02:00
Jonas Herzig
1a55983986
Move addCallback method from integration test Utils to main Utils
2017-05-21 19:34:46 +02:00
Jonas Herzig
18c5bcd469
Be more cooperative with other mods on the ingame menu ( fixes #42 )
2017-05-21 18:59:29 +02:00
Jonas Herzig
c054fe83f6
Register keys for simplepathing only once ( fixes #63 )
2017-05-21 17:11:15 +02:00
Jonas Herzig
f13297c5a5
Fix default interpolator handling in keyframe gui and after loading ( fixes #64 )
2017-05-21 16:29:59 +02:00
Jonas Herzig
391f304c5f
Show error popup if entity tracker fails to load
2017-05-21 12:42:13 +02:00
Jonas Herzig
0e0eaaa9a7
Fix entity tracker being set even if it failed loading ( fixes #50 )
2017-05-21 12:27:20 +02:00
Jonas Herzig
a34bbbcd68
Fix NPE when spectating a player without a camera entity
2017-05-21 11:57:30 +02:00
Jonas Herzig
60879fbbed
Change local class to be an inner class because Srg2Source breaks with it
2017-04-21 17:24:43 +02:00
Jonas Herzig
dfafbecf35
Load translations from github repo, only reload language not all resource packs
2017-04-21 16:36:47 +02:00
Jonas Herzig
8a6ec5191b
Add missing tooltips to player overview and various missing chat messages
2017-04-21 16:36:47 +02:00
Jonas Herzig
5677fc54cb
Re-add warning to replay editor
2017-04-21 16:36:47 +02:00
Jonas Herzig
748a91e7b2
Fix missing tooltips on fav/like/dislike buttons in replay center
2017-04-21 16:36:47 +02:00
Jonas Herzig
ee24866f29
Fix upload replay button not being updated when name/tags change
2017-04-21 16:36:47 +02:00
Jonas Herzig
dba085c700
Move translations into separate repo
2017-04-21 16:36:47 +02:00
Jonas Herzig
3f0e3e725e
Fix NPE when receiving Replay|Restrict messages ( fixes #16 GH)
2017-04-21 13:38:08 +02:00
johni0702
40e1d850da
Fix crash when saving the last keyframe in the edit gui ( fixes #61 )
2017-04-14 17:31:16 +02:00
johni0702
03aada1f5f
Update Mixin to 0.6.8 ( fixes #9 GH)
2017-04-14 17:31:16 +02:00
johni0702
0c1dc658ad
Fix interpolator being lost when moving keyframe to the end ( fixes #62 )
2017-04-14 17:31:16 +02:00
johni0702
fcbbbc9ea1
Add integration test. Run with ./gradlew runIntegrationTest
2017-04-14 17:31:15 +02:00
johni0702
fe6ded0143
Fix movement of keyframe via GuiEditKeyframe not updating selected keyframe
...
Selecting a keyframe, double clicking it to open the gui, changing the
timestamp, saving and then clicking the Add/Remove Keyframe button used to
crash the client. This is fixed by updating the selection whenever the time is
changed.
2017-04-13 18:18:17 +02:00
johni0702
f58fa8f9c2
Fix Login GUI not respecting other GUIs opened on startup
...
Previously the Login GUI would simply replace the currently active GUI.
Now the currently active GUI is stored and then re-opened after login.
2017-04-13 18:12:07 +02:00
johni0702
4fc3a3166c
Fix OpenEye being installed into working dir instead of mcDataDir
2017-04-13 18:06:21 +02:00
johni0702
1ffeb010d5
Update jGui
2017-01-29 11:14:54 +01:00
johni0702
c122d30065
Merge branch '1.8-path-segments' into 1.8
2017-01-29 11:12:06 +01:00
johni0702
27fd25ae84
Fix crash when server responds with garbage to language query ( fixes #51 )
2017-01-28 13:18:36 +01:00
johni0702
db6b0ff5a6
Fix / by 0 when two spectator keyframes are closer than 50ms ( fixes #60 )
2017-01-28 13:12:28 +01:00
johni0702
d61d0ac670
Fix hand of invisible spectated player being visible ( fixes #59 )
2017-01-28 12:54:42 +01:00
johni0702
f7460f9bf5
Re-enable time path after path playback ( fixes #55 )
2017-01-28 11:46:11 +01:00
johni0702
bdbffd5c33
Add Catmull-Rom spline interpolator to simplepathing
2017-01-28 11:03:59 +01:00
johni0702
5cbfd2884e
Generate interpolator settings from InterpolatorType enum
2017-01-28 10:51:24 +01:00
johni0702
6095aef3d1
Fix loading and storing of default interpolator with settings
2017-01-28 10:33:45 +01:00
johni0702
64898ce288
Fix NPE when saving recorded resource pack
2017-01-24 13:08:55 +01:00
johni0702
70e3e54038
Fix AbstractMethodError caused by FG2.0 not supporting lambdas ( fixes #58 )
...
Lambdas are not properly re-obfuscated prior to FG2.2 causing said errors
when used. This is the only instance of such a lambda.
FG2.2 only supports MC 1.8.8 and up as such the lambda was replaced with
an anonymous inner class to solve the problem.
2017-01-24 13:07:50 +01:00
johni0702
3f2b3d62f7
Fix replacing source file in Replay Editor ( fixes #57 )
2017-01-24 09:43:14 +01:00
johni0702
d2def94fc1
Fix duration of replays corrupted because of JVM/OS crash
...
A JVM or OS crash can lead to incomplete packets at the end of a recording.
The duration of a corrupted replay file is not restored properly if that file
contains an incomplete packet. Furthermore, the entity tracker does not load
properly with such an incomplete packet. Both bugs are fixed with this commit.
To fix these bugs for replays that have already been recovered, simply open
them in the Replay Viewer, modify them somehow (save a new path) and force
the game to quit forcefully. The replays will be recovered the next time the
game starts and both bugs will be fixed.
2017-01-23 18:00:38 +01:00
johni0702
2c64030459
Refactor simple pathing timeline logic into dedicated class with unit tests
...
Fix logic for user-set interpolators
2017-01-21 13:30:47 +01:00
johni0702
4deb374a7f
Enable validation on focus change for all number input fields
2017-01-20 16:16:01 +01:00
johni0702
5302bcaed4
Fix id and text of Replay Editor button in docs
2017-01-20 16:02:42 +01:00
johni0702
057edccf26
Manually inject root cert for cross-signed LetsEncrypt cert in requests
...
JREs prior to 8u101 do not ship with the root certificate that cross-signed
the LetsEncrypt X3 CA used to sign server certificates.
As the standard native Minecraft launcher for Windows and OSX ship with an
older Java version, this commit imports the required root cert and uses it
wherever communication with the replaymod.com server is established.
Effectively reverts 682fb4b
2017-01-19 17:07:14 +01:00
johni0702
1c606874ff
Update ReplayStudio and jGui
...
ReplayStudio:
2344abe Fix OOM when saving large EntityPositionTrackers (fixes #46 )
jGui:
94e4b4c Fix render offset in text area and field being out of bounds after resize
2017-01-14 22:33:44 +01:00
johni0702
6f3ac71a8b
Add CustomMainMenu compatibility info to docs
2017-01-13 18:30:00 +01:00
johni0702
b0a1cdfce2
Search for ffmpeg executable in common locations to simplify setup
2017-01-02 14:22:47 +01:00
johni0702
1b099f9ef6
Add render queue
2016-12-31 16:29:17 +01:00
johni0702
03534c6515
Update docs
2016-12-30 14:29:07 +01:00
johni0702
4388d6977d
Only try to create the downloads folder if it does not yet exist
2016-12-30 12:11:53 +01:00
johni0702
7ad19aa025
Add mod version and accepted MC version directly to the @Mod annotation
2016-12-30 12:10:43 +01:00
johni0702
655bea0b2d
Replace @Mod.Instance with direct static references
2016-12-30 12:10:13 +01:00
johni0702
eb5ccb2fd5
Add Replay Editor (for now, trimming only)
2016-12-26 20:35:50 +01:00
johni0702
6498d625ad
Fix server game data snapshot being restored in singleplayer ( fixes #44 )
2016-12-24 11:22:01 +01:00
johni0702
2c898a8192
Prevent rendering without sufficient keyframes ( fixes #45 )
2016-12-24 01:44:51 +01:00
johni0702
5d520a5a3c
Fix deserialization of chroma key color ( fixes #43 )
2016-12-24 01:24:55 +01:00
johni0702
c681742a69
Use caching maven proxy for faster and more stable drone builds
2016-12-23 20:40:23 +01:00
johni0702
6163585fe5
Update ReplayStudio to fix dependencies
2016-12-16 20:48:43 +01:00
johni0702
fb39a06ad2
Add drone ci config
2016-12-10 15:39:58 +01:00
johni0702
1fef12d2bd
Include FML handshake in recording
2016-12-09 12:23:47 +01:00
johni0702
e86c66d874
Move README.md, LICENSE.md and user docs from master branch to 1.8
2016-12-09 12:10:48 +01:00
johni0702
5b3284f8f7
Update jGui and ReplayStudio ( fixes #33 )
2016-11-29 22:24:54 +01:00