This page is used for development of BizHawk's Tastudio tool. It is primarily a todo/ideas list.
TODO: make this prettier:
TASeditor's list:
Not done:
1. holding alt+shift and lmb clicked once gets the button state (pressed or released) of the clicked row
2. holding alt+shift and drawing sets the button state from 1. to current row (mouse courser)
3. if mouse courser exits row from 2. it sets the button state from that row to as it was before
Example:
framebuttonexplanation
123.holding alt+shift and clicking into A in that frame sets a variable v to A state=(false)
124Aholding alt+shift and drawing into that row saves the A state=(true) of frame 124 to t, then set the A state to v
125Aholding alt+shift and drawing into that row sets the A state of frame 124 from t=(true), then saves the A state=(true) of frame 125 to t, then set the A state to v
126.holding alt+shift and drawing into that row sets the A state of frame 125 from t=(true), then saves the A state=(false) of frame 126 to t, then set the A state to v
127Aholding alt+shift and drawing into that row sets the A state of frame 126 from t=(false), then saves the A state=(true) of frame 127 to t, then set the A state to v
128Aholding alt+shift and drawing into that row sets the A state of frame 127 from t=(true), then saves the A state=(true) of frame 128 to t, then set the A state to v
There should be a "hole" dragged.
Almost done:
Done:

TASeditor: Not my list below, but strike out means implemented.
Next Release
Maybe
To do this, we need to track the "previous frame", which is not the pause on frame, and not the goto frame
wonderswan is weird so it looks weird
Eventually
tastudio long term:
bug:
<jdpurcell> using NesHawk with one of the controllers configured as a zapper, if you then open TAStudio and it has the one blue line with frame #0, if you click on the value in the zapX or zapY column it throws a nullreferenceexception

Bizhawk/TastudioDevelopment last edited by adelikat on 8/19/2022 1:47 AM
Page History Latest diff List referrers View Source