-
Notifications
You must be signed in to change notification settings - Fork 414
Fixes to seeking and auto restore #4347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+358
−558
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6c48f7c
rename variable
SuuperW fe9f876
move safety check inside StartSeeking, instead of making caller respo…
SuuperW e2acfa6
tastudio should own tastudio logic
SuuperW a3af987
Make TAStudio take ownership of its own seeking logic and simplify so…
SuuperW 31e6eeb
Remove obsolete conditional.
SuuperW fb231b0
Fix: Mouse drag seeking was broken while seeking. (It would not chang…
SuuperW 3ef7dce
GoToFrame's "future frame" cases were just buggy versions of the norm…
SuuperW 5575739
Fix: modifier key + right click would jump to the last edited frame (…
SuuperW fe29ffd
simplify a bit of logic
SuuperW 68f7824
Fix: Clicking on an axis value while in axis editing mode would disab…
SuuperW 850d3c5
Windows weirdness: MouseUp event is not guaranteed to be raised.
SuuperW 553336c
Replace some auto restore code with something simpler. Fixes auto-res…
SuuperW ffc5044
Revert commit a1c8c4ed3a676954358cb493efc878436bd43a4e. It was always…
SuuperW bbf3560
Convert remaining auto-restore points to the new system. Also include…
SuuperW 6725814
inline function that is only called from one place
SuuperW 23f0716
Fix: turbo seek did not work when navigating while unpaused
SuuperW 0634b37
Call our new FrameEdited thing for auto restore whenever greenzone is…
SuuperW 1cc085e
Fix: Greenzone would be invalidated if pasting or clearing a frame ev…
SuuperW 4379fa7
Fix: Seeks from Lua would freeze the UI and not return to Lua until t…
SuuperW d889cb1
add hotkey for go to green arrow (manual restore position)
SuuperW ee35ad2
Feature, from TASeditor: middle-click resumes seek if seek is in prog…
SuuperW 009667e
TAStudio should own TAStudio logic. Fix: The green arrow would move w…
SuuperW 620304e
Deprecate client.seekframe. This had the same issue as tastudio.setpl…
SuuperW cf86c1d
Fix: Manual seeks past the end of the movie were not respected if Aut…
SuuperW 80127dc
Show seek progress bar if we are seeking more than 1 frame. We don't …
SuuperW 65e4133
Remove redundant code.
SuuperW 2749b1b
Fix: tastudio.setplayback would refuse to seek past the end of a movie
SuuperW 88cf00d
Fix: Using tastudio.setplayback to seek to a non-existent marker woul…
SuuperW d8bd53d
Safety for any custom or future tools that want to use this.
SuuperW File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.