This website requires JavaScript.
Explore
Help
Sign In
DIvan2000
/
ReplayModCinematic
Watch
1
Star
0
Fork
0
You've already forked ReplayModCinematic
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e4b52c62f8789a91c24f4f0c2405b8ddb2c0bf3e
ReplayModCinematic
/
src
/
main
/
java
/
eu
/
crushedpixel
/
replaymod
/
events
History
CrushedPixel
e4b52c62f8
In the TickAndRenderListenener, replace the tick() Method which listens to all TickEvents with a onRenderTick Method which listens only to RenderTickEvents. This way, Key and Mouse Inputs aren't fired more frequently while the Replay is not paused. (Camera Roll has the same speed now while paused and unpaused)
2015-08-22 16:35:17 +02:00
..
handlers
In the TickAndRenderListenener, replace the tick() Method which listens to all TickEvents with a onRenderTick Method which listens only to RenderTickEvents. This way, Key and Mouse Inputs aren't fired more frequently while the Replay is not paused. (Camera Roll has the same speed now while paused and unpaused)
2015-08-22 16:35:17 +02:00
KeyframesModifyEvent.java
Renamed the commonly used Position POJO into AdvancedPosition, as it also hold pitch, yaw and roll
2015-07-10 04:27:15 +02:00
ReplayExitEvent.java
Opens "Please wait" GUI Screen if Replay needs to be edited by ReplayFileAppender
2015-07-02 13:24:50 +02:00