This repository was archived by the owner on Oct 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
New feature: add_transition #5
Open
Ownasaurus
wants to merge
66
commits into
micro500:master
Choose a base branch
from
Ownasaurus:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Slight correction in do_new
Basic support for playback of games on an everdrive
Add shebang for easy execution of python scripts and set the execute bit Fix typos in TASLink.py comments
Great fix. Thanks.
Add shebang line to python scripts and fixed typos
Had to change how reading the inputs when creating a new run is done
Added Functionality for Default Settings and auto-generated save names
just a typo i made
fixed a bug with do_new seting window value
Add support for triggering a reset of the Console midrun
Add function to insert blank frames at arbitrary points in a run
Add a note in do_add_transitions about resets
also fixed issue with adding blank frames not accounting for headers
Implement support for a SD2SNES header
this fixes an issue causing runs to desync if there is an input on the last frame it gets held
Basic testing indicates it works fairly well I was able to have it load a run List the run and remove it again without issues It can call other commands as well but it cant provide input if they ask for input it will wait for the user to supply the input
Add help documentation to commands that dont have any
Add command to reload saved run from file
Add command to run commands from a file
Add a single blank frame to the end of the input buffer
working bit by bit implements get_input() to replace readint,checkint,readfloat,checkfloat
…h get_input calls
Python3 implementation
Implements notification on end of playback.
Fix r08 files
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The new feature appears to be totally functional, and several of the lists have been re-organized into a new data structure, hopefully increasing the readability of the code.