Jonas Herzig
633bc19650
Use callback-style events throughout all versions
...
Removes the need for //#if statements on each and every event handler.
Instead we now always use the equivalent Callback and have one central 1.12.2
class which forwards Forge events to the callbacks.
2021-02-23 00:41:22 +01:00
Jonas Herzig
0be2082fe7
Split off highly version dependent code from ReplayMod
2021-02-20 00:43:49 +01:00
Jonas Herzig
bc9d8cb3d1
Split off highly version dependent code from SettingsRegistry
2021-02-20 00:43:46 +01:00
Jonas Herzig
1a35234b0a
Move LoadingPlugin into 1.12.2 project
2021-02-19 23:02:39 +01:00
Jonas Herzig
d8cae487c2
Rename build scripts: build -> root and common -> build
...
This way it's easier for people not familiar with the preprocessor setup to find
what they are looking for.
2021-02-17 00:13:42 +01:00
Jonas Herzig
7e5734067f
Remove jcenter repo, it will be shutting down
...
We have only been using it for the shadow plugin which is also available in the
plugins.gradle.org repo.
2021-02-17 00:13:42 +01:00
Daniel N. Werner
159f0e259f
Update common.gradle
...
Stable and develop are returning 520 from CloudFlare, looks like they've switched the maven repository to use https.
2021-02-16 22:43:55 +01:00
Jonas Herzig
d06ef47f1c
Update ReplayStudio ( fixes #426 )
2020-11-22 15:15:41 +01:00
Jonas Herzig
bcaf946f13
Move .gitkeep from 1.16.3 to 1.16.4 folder (fixup c620e2c)
2020-11-14 09:55:36 +01:00
Jonas Herzig
c620e2cf9e
Update to MC 1.16.4 ( closes #406 )
2020-11-06 18:54:55 +01:00
Jonas Herzig
577e59fd41
Add undo/redo to keyframe timeline ( closes #305 )
2020-11-06 18:54:55 +01:00
Jonas Herzig
ccb08d37a7
Store server name (in addition to address) in replays ( closes #324 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
3ce10d4855
Get rid of thumb magic ( closes #237 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
d3230e1e38
Add camera path export ( closes #391 )
2020-11-06 18:54:52 +01:00
Jonas Herzig
2b6d1b2359
Add OpenEXR export option
...
In preparation for depth map export.
2020-11-06 11:41:38 +01:00
Jonas Herzig
9af562957f
Merge branch 'stable' into develop
2020-09-27 18:48:54 +02:00
Jonas Herzig
d7788b675a
Fix missing blocks pre-1.14 in Quick Mode and Edit ( fixes #374 )
2020-09-27 17:28:29 +02:00
Jonas Herzig
2c2af8a6a6
Fix outer skin layer when spectating in first person ( fixes #363 )
2020-09-27 13:11:57 +02:00
Jonas Herzig
3db25abe48
Merge branch 'mc-1.16.3' into develop
2020-09-10 17:34:48 +02:00
Jonas Herzig
efd1cebff3
Update to MC 1.16.3
2020-09-10 17:32:21 +02:00
Jonas Herzig
fbf53d3842
Add option to use night vision for full brightness ( closes #315 )
2020-08-29 10:34:12 +02:00
Jonas Herzig
ab2b89f838
Add per-server overwrite for auto-recording setting ( closes #313 )
2020-08-28 18:31:25 +02:00
Jonas Herzig
c2f51d41fa
./gradlew :1.16.2:setCoreVersion
2020-08-28 14:55:40 +02:00
Jonas Herzig
16c759f1dd
Drop lombok, it has been causing too much confusion
...
Basically the result of the Delombok function, except we use IntelliJ's equals,
hashCode and toString and don't re-organize imports (cause that breaks the
preprocessor) and a bunch of manual cleanup was necessary (and half the classes
weren't even converted).
2020-08-28 14:06:31 +02:00
Jonas Herzig
1208fb92a1
Add .gitkeep file to 1.16.2 folder
2020-08-22 17:12:32 +02:00
Jonas Herzig
da275a6080
Update to 1.16.2
2020-08-11 18:16:08 +02:00
Jonas Herzig
0e77235ef9
Update to MC 1.16.2-rc1
2020-08-09 13:55:00 +02:00
Jonas Herzig
9ea52eadc7
Move .gitkeep from 1.16 to 1.16.1
2020-07-14 13:57:10 +02:00
Jonas Herzig
d8e4b89413
Fix forge handshake being reordered by MarkerProcessor ( fixes #253 )
...
For one, the forge handshake takes place *after* login phase (but before the
JoinGame packet), so we must ensure that the SquashFilter does not reorder
those.
Secondly, we were ignoring the initial packet (timestamp = 0) in marker
processor when it should have been passed to the SquashFilter. This was not an
issue before cause the SquashFilter did not rely on it. Now however the
SquashFilter needs to be able to see a login phase packet, so it knows that the
following packets till the JoinGame packet are part of the forge handshake.
In ReplayStudio:
20b5183 Fix forge handshake being reordered to after the JoinGame packet
2020-07-13 19:04:32 +02:00
Jonas Herzig
88fab6a91d
Fix fastutil being relocated in 1.14+ ( fixes #248 )
2020-07-13 19:04:32 +02:00
Jonas Herzig
dc31605b29
Change forge run dir from "eclipse" to "run"
...
I don't even know why it was at "eclipse" in the first place.
2020-07-13 16:07:48 +02:00
Jonas Herzig
f83216ab91
Include only the mod meta data file for the respective loader
...
Also clean up the entire processResources block in the process cause it was a
mere coincidence that it has worked properly.
2020-07-13 16:07:48 +02:00
Jonas Herzig
ecee63491c
Remove mods.toml (modlauncher was never supported anyway)
2020-07-13 16:07:48 +02:00
Jonas Herzig
9c49fdf4d1
Remove explicit FAPI dep and instead bundle the required modules
...
Also need to update ModMenu because the version we depended on still bundled the
snapshot FAPI and that was only fine because we overwrote it with our version.
2020-07-13 16:07:48 +02:00
Jonas Herzig
62bbf0efd6
Update IDEA setup instructions
...
Configuring the annotation processor is done automatically as of IDEA 2020.1.
Run configs for 1.14+ versions should now be generated automatically once the
referenced PR is merged (or when using a local build of it).
2020-07-13 16:07:48 +02:00
Jonas Herzig
f1f1f5dde2
Fix tests failing because they cannot access jGui classes
2020-07-13 16:01:28 +02:00
Jonas Herzig
9b98575c0b
Get rid of preshadow plugin, it doesn't play nice with recent IDEA
2020-07-13 16:01:28 +02:00
Jonas Herzig
7118d55d62
Update to 1.16.1
2020-06-28 21:57:45 +02:00
Jonas Herzig
dc9fcb11cd
Update to 1.16-rc1
2020-06-21 15:29:07 +02:00
Jonas Herzig
82200a7c34
Update to 1.16-pre6
2020-06-15 21:12:06 +02:00
Jonas Herzig
30aa992ddb
Update to 1.16-pre5
2020-06-15 11:14:30 +02:00
Jonas Herzig
2ffde14c60
Update to 1.16-pre1
2020-06-15 09:44:37 +02:00
Jonas Herzig
14b84c5e1b
Fix remapping of jGui using incorrect mappings
...
We used to include the raw jGui source in our jar and then had the main remapJar
task remap both of them to intermediary. This however does not work properly
when jGui needs additional mapping (e.g. because of mixin), resulting in
non-remapped mixins with fail to apply at runtime.
With this commit, we no longer include jGui in our raw jar and instead now have
shadowJar depend on jGui's remapJar task.
2020-06-15 08:58:02 +02:00
Jonas Herzig
88be6b3935
Update to 20w22a (minimal mode only)
2020-06-04 13:03:34 +02:00
Jonas Herzig
244aeb244f
Fix incorrect 1.14.4-forge to 1.12.2 mapping
...
This causes the reverse conversion to incorrect results again but I cannot
currently be bothered to fix that.
2020-05-23 23:24:24 +02:00
Jonas Herzig
ea95863b4a
Update ReplayStudio ( fixes #173 )
2020-05-23 22:54:11 +02:00
Jonas Herzig
d1ff98c76a
Fix 1.12.2 to 1.14.4-forge conversion
2020-05-23 20:13:54 +02:00
Jonas Herzig
b534d1395d
Update ReplayStudio, fixes squashing of empty columns ( fixes #151 )
2020-05-08 12:23:35 +02:00
Jonas Herzig
8193006aea
Update ReplayStudio, fixes cache invalidation when recording changes
2020-05-08 11:29:33 +02:00
Jonas Herzig
0962f1895e
Fix 1.14.4 forge and fabric jars having the same name ( fixes #149 )
...
This caused one of them to be deployed at random, e.g. forge for 2.3.0-b1,
obviously resulting in an unusable build.
2020-05-07 11:20:20 +02:00