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
e83805bee6
Remove MP4_HIGH preset ( fixes #254 )
...
It results in unreasonably high bit rates which regularly confuses users.
The Custom preset should generally be preferred.
2020-07-13 16:04:39 +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
ffa66dd905
Remove long broken reprod gradle setup
2020-07-13 16:01:28 +02:00
Jonas Herzig
54b515fd2b
Merge remote-tracking branch 'origin/develop' into snapshot
2020-07-13 16:01:01 +02:00
Jonas Herzig
23849bc8c4
Merge pull request #247 from LindaJuffermans/develop
...
Minor doc changes
2020-07-04 19:36:54 +02:00
Linda Juffermans
e27c19f781
Rephrased tickrate mod incompatibility
2020-07-03 09:42:25 +02:00
Linda Juffermans
faf9b454d2
Fixed FFmpeg path in Windows
2020-07-03 09:20:39 +02:00
Linda Juffermans
241b086ec4
Added some known issues, unsupported launchers and incompatible mods.
2020-07-03 09:16:43 +02:00
Jonas Herzig
5bf6773655
Merge remote-tracking branch 'origin/develop' into snapshot
2020-06-28 22:07:49 +02:00
Jonas Herzig
7118d55d62
Update to 1.16.1
2020-06-28 21:57:45 +02:00
Jonas Herzig
a4af8c2610
Release 2.3.2
2020-06-28 21:31:47 +02:00
Jonas Herzig
bc05566d2e
Update ReplayStudio
...
fc8a66d Fix handling of view pos/dist packets in MC 1.14+ quick mode
2828174 Fix reading and writing of unload chunk packets pre-1.9 (fixes #210 )
42bd0fe Fix map data being swallowed by squash filter (fixes #232 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
0ab1db9517
Improve handling of CrashException in runLater ( fixes #205 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
a6f5931e7e
Fix output file render setting not being saved ( fixes #229 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
513f53f1ee
Open output file popup in folder and with name of current file
2020-06-28 21:12:12 +02:00
Jonas Herzig
6038d3c4df
[1.14+] Fix resource pack loading during rendering ( fixes #182 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
72b44c368b
[1.8] Fix incorrect event bus for deferred runLater ( fixes #206 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
058346d247
Workaround a bug in MC where light is not updated ( fixes #209 )
...
MC stores server light data and only applies it during the next frame.
Therefore, if there is no frame between receiving the chunk and block changes in
it (like when jumping in replays), then the light update from the block change
gets lost.
2020-06-28 21:12:12 +02:00
Jonas Herzig
0ba651d19c
Fix recording of client player's metadata after respawn ( fixes #212 )
...
1.15 removed the data tracker syncing from the spawn packet, so we now need to
send that explicitly.
2020-06-28 21:12:12 +02:00
Jonas Herzig
8e1f9f5a9c
Fix quick mode sending async-mode packets when paused
...
This wasn't much of on issue because no tick events are fired normally while
paused. When seeking we do however manually run a tick for better result, and
this manual tick would cause this async sending code to run and seek wildly into
the future.
2020-06-28 21:12:12 +02:00
Jonas Herzig
c04f3ab185
Fix shift+play camera path requiring time keyframes ( fixes #218 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
bad79ab286
Throw IOException when ImageIO.read return null ( fixes #201 )
2020-06-28 21:12:12 +02:00
Jonas Herzig
9f3808f0ff
Render gui overlay even when event was cancelled ( fixes #170 )
...
Cause Lunatrius' InGame-Info-XML mod cancels it and we don't actually care about the event, just about when it's called.
2020-06-28 21:12:12 +02:00
Jonas Herzig
5f284fcd3d
Fix spectating when clicking with unlocked cursor ( fixes #224 )
...
> If you misclick the add keyframe button or something, you end up specating
instead and you have to find the camera angle again
2020-06-28 21:12:12 +02:00
Jonas Herzig
04c902a792
[1.8.9] Fix launching in development environment
2020-06-28 21:12:12 +02:00
Jonas Herzig
33ec18ad1e
Merge pull request #240 from ThomasBerends/feature/docs-upgrade
...
Overall upgrade of documentation
2020-06-25 20:47:01 +02:00
Thomas Berends
5c446bbb8d
Processed feedback
2020-06-25 20:41:09 +02:00
Thomas Berends
d79c66cdd1
Update docs/content.md
...
Co-authored-by: Jonas Herzig <me@johni0702.de >
2020-06-25 20:27:20 +02:00
Thomas Berends
175efa55fe
Update docs/content.md
...
Co-authored-by: Jonas Herzig <me@johni0702.de >
2020-06-25 20:27:07 +02:00
Thomas Berends
b79c835d53
Overall upgrade of documentation
2020-06-25 19:07:57 +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
6210cb09aa
Fix recording in minimal mode
2020-06-04 11:44:54 +02:00
Jonas Herzig
20b410f963
Release 2.3.1
2020-05-24 14:08:45 +02:00
Jonas Herzig
ef13d020a2
Fix incorrect screen and crash when encountering replay restrictions
2020-05-24 13:39:15 +02:00
Jonas Herzig
fabe4783c8
Make Replay Viewer button work with CustomMainMenu ( fixes #195 )
2020-05-24 13:38:10 +02:00
Jonas Herzig
ef79331037
Remove online features, they're no longer available
2020-05-24 12:38:57 +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
3c526a6cd4
Support MM1 in addition to MM2 ( fixes #162 )
...
Cause the latest OptiFabric on 1.14.4 still ships that and it has no support for
entrypoints.
2020-05-23 22:31:01 +02:00
Jonas Herzig
363a8d595c
Apply OF chunk building bug fix only during rendering ( fixes #164 )
2020-05-23 22:05:42 +02:00