adelikat
|
6d0a764a72
|
Tastudio - quick fix for crashing on startup, a better solution is needed eventually but this will work fine, it just isn't conceptually how we want to do things anymore
|
2014-12-21 23:53:40 +00:00 |
adelikat
|
eed16fafc8
|
TasStateManager - don't check for null emulator nor IStatable, fail catastrophically if a core is not IStatable, they shouldn't have gotten this far if it wasn't
|
2014-11-30 17:54:21 +00:00 |
adelikat
|
76148ae111
|
Break off savestate functionality from IEmulator into IStatable and refactor things accordingly. Still todo (a big todo): EmuHawk should gracefully handle a core that is not an IStatable by disabling functionality dependent upon it (Savestates, Rewind, Tastudio, etc)
|
2014-11-30 16:42:58 +00:00 |
adelikat
|
2041b15260
|
Tasproj loading - don't attempt to read from empty files if they exist but are empty
|
2014-11-20 00:14:33 +00:00 |
adelikat
|
b4f7e13d1b
|
Tastudio - in non-developer builds, set the minimum savestate frequency from 2 to 1
|
2014-11-19 16:22:03 +00:00 |
adelikat
|
e3b6d29956
|
Refactor last commit and some other code so that reset happens in a singular place when loading a state from the state manager
|
2014-10-26 23:37:42 +00:00 |
adelikat
|
59494767f5
|
Tastudio - refactor TasStateManager GetStateClosestToFrame() to return a KeyValuePair (frame number and savestate data) so the calling code has a clue which savestate was returned, reset counters if a savestate-anchored movie's "anchor" was loaded
|
2014-10-26 23:26:43 +00:00 |
adelikat
|
fa9971022b
|
TasStateManager - GetStateClosestToFrame() - state savestate anchored movies into account
|
2014-10-26 23:17:20 +00:00 |
adelikat
|
170bc4aab0
|
TasStateManager - Invalidate() - take savestate anchored movies into account
|
2014-10-25 19:33:28 +00:00 |
adelikat
|
b301546237
|
TasStateManager - take starts from savestate into account in the HasState() method
|
2014-10-25 16:11:40 +00:00 |
adelikat
|
429b298dc1
|
TastStateManager - take starts from savestate into account when deciding if there are any states
|
2014-10-25 16:05:11 +00:00 |
adelikat
|
48eb40449c
|
Make TasStateManagerSettings use default values from the config, next step: a ui to change the config values
|
2014-10-17 22:47:30 +00:00 |
adelikat
|
f930622b5e
|
Move TasStateManagerSettings to its own file
|
2014-10-17 22:39:40 +00:00 |
adelikat
|
3be3264d60
|
TasStateManager - make frequency based on savestate size, formula should be tinkered with to get best results on all platforms, also dont' ever capture frame 0 on savestate-anchored movies since the anchor will be returned when 0 is requested
|
2014-10-15 15:47:04 +00:00 |
adelikat
|
fc311c12e9
|
Tastudio - never remove the frame 0 savestate in non-savestate-anchored movies
|
2014-10-15 15:23:48 +00:00 |
adelikat
|
ce58f0e803
|
Tastudio/TasMovie - simplify some more code
|
2014-10-14 13:31:14 +00:00 |
adelikat
|
cfff19b808
|
TasStateManager - add an InitialState property, not used yet and has limited value, but might help with clarity
|
2014-10-05 12:59:12 +00:00 |
adelikat
|
fda36d349d
|
a fix to the fix of last commit
|
2014-10-02 23:50:50 +00:00 |
adelikat
|
d0970c5ba4
|
fix last commit
|
2014-10-02 23:19:37 +00:00 |
adelikat
|
535ba7dc4a
|
TasStateManager - don't delete frame 0 greenzone, todo: refactor to store this (for non-savestate anchored movies) separately
|
2014-10-02 23:10:36 +00:00 |
adelikat
|
4addd7fcbc
|
Tastudio - implement a Clear Greenzone menu item
|
2014-10-02 22:58:36 +00:00 |
adelikat
|
624ad32d4e
|
Tastudio - fix some go to frame logic, but probably broke stuff too
|
2014-09-22 23:24:34 +00:00 |
adelikat
|
ea3f86c11e
|
Tastudio - Fix some erroneous StateManager logic
|
2014-09-22 22:52:34 +00:00 |
adelikat
|
0ef72d3ab2
|
Tastudio - fix a bug in tastatemanager
|
2014-09-22 14:44:32 +00:00 |
adelikat
|
e6d6dc7e51
|
Tastudio - more go to frame stuff
|
2014-08-30 00:40:53 +00:00 |
adelikat
|
bbc84471d8
|
TasStateManager - capture every other frame for now
|
2014-08-27 20:43:45 +00:00 |
adelikat
|
ed6aeeba45
|
TasStateManager - yes we want to clear
|
2014-08-25 22:04:05 +00:00 |
adelikat
|
3aec45448c
|
TasMovie - TasStateManager - pre-allocate the SortedDictionary size based on state size and memory usage capacity. Fixes the problem of performance grinding to a halt as the movie frame count increases
|
2014-08-24 22:50:21 +00:00 |
goyuken
|
63b533f15c
|
tasstatemanager: fix out of memory on save
|
2014-08-24 21:53:48 +00:00 |
goyuken
|
aab2a17947
|
tasstatemanagerstuff
|
2014-08-24 21:29:51 +00:00 |
adelikat
|
1d5cd2eb6d
|
oops, nevermind
|
2014-08-24 20:30:56 +00:00 |
adelikat
|
2a98534fe4
|
TasMovie - optimize greenzone adding, no longer gets slower and slower as frame count increases
|
2014-08-24 20:28:46 +00:00 |
adelikat
|
103de3d34f
|
TAStudio - when creating a power-on movie make a savestate on frame 0, if starting from savestate, use the savestate from the movie as frame 0 in the greenzone
|
2014-07-17 18:21:12 +00:00 |
adelikat
|
b63a34249f
|
TAStudio - add the notion of the "pending" frame, the frame about to be emulated, for which you can click to add input that will be captured into the movie the next frame. Logic is still wonky when switching from play to record at the end of a movie, and frame 0 is still messed up but that's a different problem
|
2014-07-16 23:04:56 +00:00 |
adelikat
|
eae94f9184
|
TAStudio - stuff
|
2014-07-13 15:26:50 +00:00 |
adelikat
|
9f94ee1e33
|
TAStudio - add capacity and SaveGreenzone settings to the greenzone and make greenzone respect the capacity. When adding a new state that exceeds capacity, the first one added will be removed (more intelligent logic will be done later). Respect the SaveGreenzone flag when saving and loading. Save and load greenzone settings to tasproj file, still todo: UI to let user manage greenzone settings
|
2014-07-10 22:44:44 +00:00 |
adelikat
|
4c9c8e3cb1
|
TAStudio - saving/loading of greenzone
|
2014-07-10 22:07:50 +00:00 |
adelikat
|
f3af2821bb
|
TAStudio - populate greenzone during playback
|
2014-07-10 20:48:43 +00:00 |
adelikat
|
96b36cc230
|
TasMovie - save and load lag log to file
|
2014-07-07 19:32:37 +00:00 |
adelikat
|
6d61db045f
|
TasMovie - more reorg and restore state and lag capturing
|
2014-07-07 18:40:42 +00:00 |