Jonas Herzig
c4d2be9e89
Make thread requirements of ReplayHandler#setup explicit and fix illegal usage
2019-07-08 09:53:47 +02:00
Jonas Herzig
9320bd931b
Fix container GUIs opening in 1.14+
...
Not sure why MC has yet another packet for those now but tbh idc.
2019-06-28 15:29:40 +02:00
Jonas Herzig
214da6ba59
Update to MC 1.14.3
2019-06-24 18:36:12 +02:00
Jonas Herzig
af55951f42
Introduce minimal mode (allows RM to run on unsupported MC versions)
...
by disabling various version-specific features (i.e. everything which
requires the ReplayStudio).
2019-06-20 18:44:10 +02:00
Jonas Herzig
d15fa6a3f9
Fix notice screen back buttons not being hooked up
2019-06-14 22:09:56 +02:00
Jonas Herzig
047f216f73
[1.7.10] Fix event handler visibility
2019-06-14 14:04:52 +02:00
Jonas Herzig
d89655e69a
Remove some more preprocessor statements in favor of remap
2019-05-28 11:25:46 +02:00
Jonas Herzig
e5ee6a3d94
Update to MC 1.14.1
...
The ReplayStudio update also fixes an issue with reading the
PlayerListEntryPacket leading to NPEs during Quick Mode.
2019-05-20 14:59:31 +02:00
Jonas Herzig
7cbf7f7c94
Switch core to 1.14 (generated via ./gradlew :1.14:setCoreVersion)
2019-05-10 14:09:22 +02:00
Jonas Herzig
220b22869a
Fix replay initialization with login phase on 1.11.2 and below
...
While this commit also considerably simplifies/cleans the setup
method, the actual fix is that the networkManager is now added
to the channel pipeline with under the "packet_handler" key,
whereas before it was unnamed causing issues when transitioning
to the play state.
2019-05-04 19:22:41 +02:00
Jonas Herzig
3d009e45c7
Update to MC 1.14 / Fabric
2019-05-04 15:27:03 +02:00
Jonas Herzig
17fe5b345f
Replace all ATs with Mixin on 1.13+ in preparation for Fabric
2019-04-26 12:04:33 +02:00
Jonas Herzig
2ee91515f7
Make use of the source remapping feature of The Preprocessor plugin
2019-04-24 15:38:34 +02:00
Jonas Herzig
9d315134fc
Fix packet re-encoding in pre-1.13 versions
2019-03-11 18:16:23 +01:00
Jonas Herzig
0f3a6253e0
Complete all currently actionable 1.13.2 FIXMEs
2019-03-11 15:13:31 +01:00
Jonas Herzig
f8fc3462e8
Get recording and replay working
2019-03-10 14:15:14 +01:00
Jonas Herzig
8705bbad9a
Re-enable and fix building for older MC versions
2019-03-09 13:08:47 +01:00
Jonas Herzig
c1fefdeb3c
Get core, recording and replay modules compiling on 1.13.2
2019-03-01 17:22:50 +01:00
Jonas Herzig
1e584769af
Misc 1.13 progress
2019-03-01 17:22:50 +01:00
Jonas Herzig
1470123ec9
Get replay module compiling on 1.13
2019-03-01 17:22:50 +01:00
Jonas Herzig
73c52b5cf0
Backport quick mode to 1.9.4+ and disable below
2018-08-22 17:40:57 +02:00
Jonas Herzig
edc54ce6d4
Add quick replay mode
...
Allows very quick forwards and backwards jumping at the cost of only
replaying entity positions and block updates.
Still needs to be backported from 1.12.2 and contains FIXMEs
2018-07-18 21:55:03 +02:00