Jonas Herzig
de0f40f4dd
[1.14] Allow opening of replay settings via ModMenu
2019-06-20 18:44:38 +02:00
Jonas Herzig
5305352b77
[1.14] Mark mod as client-side-only in ModMenu
2019-06-20 18:44:26 +02:00
Jonas Herzig
44a70c8ecf
[1.14] Fix invalid mod icon (icons on fabric must be square)
2019-06-20 18:44:26 +02:00
Jonas Herzig
481b7b4c9d
[1.14] Fix ModMenu buttons clashing with RM buttons on main menu
2019-06-20 18:44:10 +02:00
Jonas Herzig
b7136e6d70
[1.14] Fix camera entity after restarting replay (same as 1eafc3f)
2019-06-20 18:44:10 +02:00
Jonas Herzig
70acd79431
Allow continued use of most of pathing even if entity tracker fails
...
The failing entity tracker really only breaks spectator keyframes.
This is also very desirable for minimal mode where entity tracker
failure is highly likely.
2019-06-20 18:44:10 +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
357501e5db
Qualify some (remapped) field references which the preprocesser ignored
...
The preprocessor should have complained about these but it didn't for
some reason. This commit isn't fixing any imminent bug, it's just
precautionary (and required to compile once the preprocessor is fixed).
2019-06-17 12:04:51 +02:00
Jonas Herzig
679e4805a0
Fix error popup in replay editor being off-screen
2019-06-17 12:01:39 +02:00
Jonas Herzig
e59b5db859
Fix the replay editor now showing non-IO exceptions during processing
...
Instead it just froze which is unhelpful if people don't look at the log.
2019-06-17 11:52:47 +02:00
Jonas Herzig
d417c58d00
Pre-release 1 of 2.2.0
2019-06-14 22:35:44 +02:00
Jonas Herzig
bf2d72976c
Fix rendering with OF F1_pre13 (via OptiFabric) installed
...
Note that to run it in dev env, one must switch back fabric-api to 0.2.
2019-06-14 22:16:18 +02:00
Jonas Herzig
d02b239e74
Fix incorrect RM config location
...
While I might wish it was `configs`, the world (forge) has settled on
`config`.
2019-06-14 22:09:56 +02:00
Jonas Herzig
73723ed9e2
Guard against broken render settings file
2019-06-14 22:09:56 +02:00
Jonas Herzig
8112c852ef
[1.14] Fix NPE in FullBrightness
...
Turns out fabric's init runs earlier than forge so mc.options is still
null.
Instead we just store mc and access the options when needed (thanks to
the preprocessor that's even shorter than before).
2019-06-14 22:09:56 +02:00
Jonas Herzig
a76268138a
[1.14] Fix recording player's hand not swinging
2019-06-14 22:09:56 +02:00
Jonas Herzig
1eafc3fadf
[1.14] Fix closing of replay not actually fully shutting down the world
2019-06-14 22:09:56 +02:00
Jonas Herzig
4dd02f8299
[1.14] Fix recording not always being stopped
2019-06-14 22:09:56 +02:00
Jonas Herzig
d15fa6a3f9
Fix notice screen back buttons not being hooked up
2019-06-14 22:09:56 +02:00
Jonas Herzig
a840cadfb7
Fix camera event handler staying registered leading to lack of HUD
...
When unloading the camera without killing it first (e.g. jumping back
in time), the event handler wouldn't ever get unregistered.
2019-06-14 22:09:56 +02:00
Jonas Herzig
2a08c11598
[1.7.10] Fix dead lock and NPE when jumping backwards in replays
...
The deadlock is a regression due to login phase inclusion.
Not sure about the NPE, it might have always existed.
2019-06-14 22:09:56 +02:00
Jonas Herzig
c72392fb62
Fix various NPE while in replay on 1.8.9 or below
...
Nulling the world and calling runTick proved to be too volatile, so
instead let's try performing an early return from runTick via mixin.
2019-06-14 14:49:54 +02:00
Jonas Herzig
560982a14a
Fix NPE when replay is closed but camera entity is still being rendered
2019-06-14 14:09:42 +02:00
Jonas Herzig
047f216f73
[1.7.10] Fix event handler visibility
2019-06-14 14:04:52 +02:00
Jonas Herzig
898e29d7a1
[1.7.10] Fix crash when opening replay
...
Looks to be two regressions, one due to login phase inclusion and one
due to simplification of InputReplayTimer.
2019-06-14 13:35:53 +02:00
Jonas Herzig
208b9c1b60
Update to MC 1.14.2
2019-05-28 11:55:58 +02:00
Jonas Herzig
d89655e69a
Remove some more preprocessor statements in favor of remap
2019-05-28 11:25:46 +02:00
Jonas Herzig
f3acf8cde7
Fix realms icon offsets in main menu on 1.14+
2019-05-25 20:07:27 +02:00
Jonas Herzig
e7d96fca2a
Fix lack of hand when spectating player in replay on 1.13+
2019-05-25 19:45:53 +02:00
Jonas Herzig
cfdc4b9713
Remove workaround for super-super-class remapping bug
2019-05-25 18:57:32 +02:00
Jonas Herzig
26d8c97136
Switch to custom FG fork for Gradle 5 compatibility
...
Also drop MixinGradle since it supports neither Gradle 5 nor FG1 nor FG3
2019-05-24 16:26:01 +02:00
Jonas Herzig
a57ce21ebb
Update Gradle Wrapper to 5.4.1
2019-05-24 16:26:01 +02:00
Jonas Herzig
5f57f3a1e2
Fix incompatible OpenNBT version on 1.12.2 and below
2019-05-24 16:25:24 +02:00
Jonas Herzig
62c673f4bc
Update jGui to fix NPE in file chooser gui on windows
...
Regression introduced in 213ac13627178f49ce9671b29b6a542cb0e4c922
2019-05-24 10:59:55 +02:00
Jonas Herzig
05aec482c9
Fix classic camera movement (regression from switching to lwjgl vecs)
2019-05-22 11:04:10 +02:00
Jonas Herzig
5e407cc9aa
Fix translations in replay recovery gui
2019-05-22 10:41:41 +02:00
Jonas Herzig
41251a1e18
Update ReplayStudio to remove ViaVersion server plugin classes
2019-05-21 20:43:28 +02:00
Jonas Herzig
cc9f2828c1
Fix world being set to null on replay restart when in sync mode
2019-05-21 11:04:38 +02:00
Jonas Herzig
8627867b62
Fix render preview (broken due to BGRA changes)
...
Also de-duplicates some code by combining >=1.13 and <1.13
2019-05-21 10:37:39 +02:00
Jonas Herzig
cf30f39b0e
Be explicit about when we expect a login phase and when we don't
2019-05-20 18:57:20 +02:00
Jonas Herzig
2d02948203
Remove old replay editor gui screens
2019-05-20 18:55:07 +02:00
Jonas Herzig
993cdeab73
Work around mixin bug where a non-@Shadow field is treated as @Shadow
...
Note: Happens on 1.12.2 (different mappings than 1.14.1) and probably
only in dev env.
2019-05-20 18:37:40 +02:00
Jonas Herzig
fc1d99f985
Fix mouse input to overlays while the replay is paused in 1.8-1.12.2
2019-05-20 17:34:07 +02:00
Jonas Herzig
3a45147974
Move Mixins which exist specifically for jGui from RM to jGui repo
2019-05-20 17:18:12 +02:00
Jonas Herzig
1ef4f605d7
Fix accidental relocating of guava, commons-io and apache-logging (all provided by MC)
2019-05-20 17:08:19 +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
0e086d91a6
Use own event distribution system instead abusing fabric's one
2019-05-20 14:59:13 +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
7f7d33def8
Fail hard if versions/core/mcVersion is missing
2019-05-10 14:06:40 +02:00
Jonas Herzig
5f37ba48ff
Reduce amount of 'relocate' statements for far better build times
2019-05-09 18:47:45 +02:00