Jonas Herzig
ee02944391
Fix crash when rendering ODS without depth export ( fixes #418 )
2020-11-22 13:00:37 +01:00
Jonas Herzig
36276d32b6
Fix camera path export roll being inverted ( fixes #427 )
2020-11-22 09:14:51 +01:00
Jonas Herzig
6879729633
Fix OpenEXR export option throwing UnsatisfiedLinkError on Windows
2020-11-15 13:17:00 +01:00
Jonas Herzig
4a5d971be5
Release 2.5.0
2020-11-14 10:01:46 +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
514c4fb30d
Merge pull request #412 from LindaJuffermans/docs-201110-labymod370
...
LabyMod update 3.7.x has been tested with ReplayMod and works.
2020-11-10 13:35:55 +01:00
LindaJuffermans
6552fc68c0
LabyMod update 3.7.x has been tested with ReplayMod and works.
2020-11-10 09:32:32 +01:00
Jonas Herzig
0f67ba157e
Merge pull request #408 from LindaJuffermans/docs-201107-direct-ffmpeg-link
...
Update ffmpeg link to the essential release ZIP file directly.
2020-11-08 10:15:42 +01:00
Jonas Herzig
1b4e68e4b2
Merge pull request #410 from LindaJuffermans/docs-201107-quickmode-194
...
Quick Mode is only available for MC 1.9.4 and up.
2020-11-08 10:13:24 +01:00
LindaJuffermans
f1e197b830
Quick Mode is only available for MC 1.9.4 and up.
2020-11-07 20:34:37 +01:00
Jonas Herzig
d3f1ce92b9
Merge pull request #407 from LindaJuffermans/docs-201107-resourceloader
...
Resource Loader is not compatible
2020-11-07 16:02:27 +01:00
LindaJuffermans
3cc2a90b64
Update ffmpeg link to the essential release ZIP file directly.
2020-11-07 15:55:09 +01:00
LindaJuffermans
28b2f87324
Resource Loader is not compatible
2020-11-07 15:49:59 +01:00
Jonas Herzig
ec862f0596
Update jGui
2020-11-07 13:18:10 +01:00
Jonas Herzig
6308b8a859
Add line between time keyframes and replay timeline ( closes #351 )
2020-11-06 18:54:55 +01:00
Jonas Herzig
3911ff4058
Fix crash when jumping to 00:00 ( closes #227 )
2020-11-06 18:54:55 +01:00
Jonas Herzig
c620e2cf9e
Update to MC 1.16.4 ( closes #406 )
2020-11-06 18:54:55 +01:00
Jonas Herzig
4bff201307
Show warning if first keyframe is not placed at 00:00 ( closes #352 )
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
28facc430e
Allow raw key handlers to cancel keybindings (required for #305 )
...
So that when you press e.g. Ctrl+Z, it doesn't trigger the keybinding bound to
Z (currently full brightness).
2020-11-06 18:54:54 +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
6e6af1dcbb
Allow keyframe timeline cursor sync to be toggled ( closes #290 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
214100840e
Auto-scroll keyframe timeline to cursor where possible ( closes #291 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
e7eef08512
When tabbing into text field, select all its text ( closes #211 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
fa8266f71c
Fix sync not working when triggered via hotkey buttons ( fixes #399 )
2020-11-06 18:54:54 +01:00
Jonas Herzig
dd5935649d
Do not rely on error handling popup for sodium info ( fixes #392 )
...
Instead we now disable all the Render buttons and give them a tooltip. Much more
user-friendly.
2020-11-06 18:54:54 +01:00
Jonas Herzig
76bec31cd8
Move cache folders into central (hidden) location ( closes #343 )
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
4402650971
Split hotkey button text over two lines if necessary ( fixes #353 )
2020-11-06 18:54:53 +01:00
Jonas Herzig
6016ebece7
Fix label of non-letter keys in hotkey buttons
2020-11-06 18:54:53 +01:00
Jonas Herzig
f51f6032ca
Use empty hotkey button when key is unbound across all versions
...
This happened to already be the case in 1.16.3 (because of another bug), this
commit makes it intentional and consistent across all versions.
Using the empty label over NONE or another label because it doesn't change the
width of the button and therefore fits nicer with all the other buttons.
2020-11-06 18:54:53 +01:00
Jonas Herzig
e86a583558
Fix crash when clicking hotkey button; introduced in 83690f4
2020-11-06 18:54:53 +01:00
Jonas Herzig
6fc7b8fb0f
Fix incorrect layering of vanilla gui additions ( fixes #385 )
2020-11-06 18:54:53 +01:00
Jonas Herzig
8f094000fe
Fix camera FOV not matching configured FOV
...
This is because the camera is considered flying which causes MC to increase its
FOV slightly.
2020-11-06 18:54:52 +01:00
Jonas Herzig
d3230e1e38
Add camera path export ( closes #391 )
2020-11-06 18:54:52 +01:00
Jonas Herzig
d8135d9038
Add depth map export ( closes #371 )
2020-11-06 11:41:38 +01:00
Jonas Herzig
a7d424679b
Remove duplicate code between Simple and MultiFrame PBO capturer
2020-11-06 11:41:38 +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
f57286043d
Merge pull request #401 from LindaJuffermans/docs-201028-modlinks
...
Removed links to other mods which may trigger Chrome's safe browsing block.
2020-10-28 21:54:26 +01:00
LindaJuffermans
57900edf31
Fixed linebreak after Lunar Client
2020-10-28 19:49:33 +01:00
LindaJuffermans
3b428c7574
Removed links to other mods which may trigger Chrome's safe browsing block.
2020-10-28 19:47:22 +01:00
Jonas Herzig
5bd85e4c09
Merge pull request #400 from LindaJuffermans/docs-201026-futureclient
...
Future Client crashes on the Mixin
2020-10-28 19:15:04 +01:00
LindaJuffermans
d9ba1d24f5
Future Client crashes on the Mixin
2020-10-26 16:40:27 +01:00
Jonas Herzig
ad6c2aa3d9
Merge pull request #394 from LindaJuffermans/docs-1021-17animations
...
1.7 Animations w/shaders can cause floating glass and water
2020-10-21 18:30:42 +02:00
Jonas Herzig
45922acbc1
Merge pull request #393 from LindaJuffermans/docs-1021-ffmpeg43
...
Removed old issue from zeranoe's ffmpeg 4.3 missing libx264
2020-10-21 18:30:32 +02:00
LindaJuffermans
d7e309bca4
Removed old issue from zeranoe's ffmpeg 4.3 missing libx264
2020-10-21 15:55:04 +02:00
LindaJuffermans
716ec321ca
1.7 Animations w/shaders can cause floating glass and water
2020-10-21 15:52:25 +02:00
Jonas Herzig
17e554b67c
Rename VideoWriter -> FFmpegWriter
2020-10-03 14:52:58 +02:00
Jonas Herzig
aee486c4f3
Stop assuming that our render pipeline will only process RGB frames
...
For one, we have already switched to RGBA some time ago, so the name was
technically incorrect already.
But the main reason is that we'll want to use them for depth maps as well (and
potentially maybe even for HDR images if that's possible with canvas?).
2020-10-03 14:50:44 +02:00
Jonas Herzig
4c4c052d8a
Record into separate folder so replays only show once fully saved
2020-10-03 12:30:44 +02:00