feos
|
2a6a2a7a8a
|
tastudio: properly report saving progress.
also attempt to report seeking progress.
report occurs, but progressbar doesn't show up...
|
2015-12-10 01:38:06 +03:00 |
zeromus
|
22192e700b
|
attempt to make it possible to store movies on disk instead of in memory
|
2015-11-15 02:27:48 -06:00 |
feos
|
19add0ec93
|
tastudio: save/load TasSession variables in .tasproj.
right now only includes current frame and branch. current scroll is not needed as we GoToFrame anyway, current selection seems pointless.
|
2015-10-25 17:53:25 +03:00 |
feos
|
855561ac19
|
tastudio: last preparation before new tasproject entry.
old branch states won't load anymore, as they were part of common greenzone and were cut off. current states should still be compatible.
|
2015-10-24 17:17:33 +03:00 |
feos
|
3f1a3907b5
|
tastudio: put branch states to a separate greenzone file.
default scroll speed to 3.
|
2015-10-24 12:47:34 +03:00 |
adelikat
|
2f3f5ad465
|
Tastudio branches - save and load markers to disk
|
2015-09-06 10:18:46 -04:00 |
zeromus
|
b981e00889
|
fully support read-only movie opening. I hope this fixes #453
|
2015-08-05 17:00:39 -05:00 |
adelikat
|
26f824625c
|
TAStuido - support saving and loading of saveram in saveram-anchored movies
|
2015-07-26 15:48:12 -04:00 |
nattthebear
|
e280e4f55c
|
TasMovie Branch internals
|
2015-07-19 15:57:40 -04:00 |
adelikat
|
1af28239dc
|
Tastudio - lots of progress on branches
|
2015-07-18 22:20:38 -04:00 |
SuuperW
|
91dc780103
|
Fixes/changed to state history saving.
State History Integrity Check now stops at the last state.
|
2015-03-17 01:02:38 +00:00 |
SuuperW
|
1a0476892f
|
Bugfix: TasProjects without states loaded without a power on state.
Bugfix: There were several ways to edit movie in TAStudio without rewinding to edited frame.
Smarter state management.
|
2015-03-12 18:31:28 +00:00 |
SuuperW
|
e4c4910b37
|
TAStudio:
-Several buggixes
-Feature: Right-click dragging frames to move/copy/clone. (Combine with Shift and/or Ctrl.)
|
2015-03-03 18:22:54 +00:00 |
SuuperW
|
25e54f4390
|
-More StateHistory names
-Smarter state history management
TAStudio: A few bugfixes and performance boosts
|
2015-03-03 06:56:45 +00:00 |
SuuperW
|
2c876858f2
|
-Bugfix: TAStudio couldn't re-save a project.
-Bugfix: tasproj files without StateHistory couldn't load.
-Gave a bunch of StateHistory stuff proper names.
|
2015-03-02 23:43:52 +00:00 |
adelikat
|
817b9d83aa
|
tabs to spaces, whitespace commits are the best
|
2015-02-24 20:15:43 +00:00 |
christoph.boehmwalder
|
c3f51f8b39
|
Made saving a little more convenient by putting it in its own thread. Might be very buggy still.
Also temporarily disabled reading TAStudio settings in PlaybackBox because of a NullReferenceException
|
2015-01-03 02:29:55 +00:00 |
adelikat
|
5349affbc4
|
Tastudio - support "out of order savestating" using saveslot states. Experiemental, could have bugs particularly off by one issues
|
2014-11-15 21:49:58 +00:00 |
adelikat
|
80dae0d026
|
Tastudio - refactor lag log to be a list of frame,bool combinations instead of just a list of bools, note: this changeset reverts the list back to an "off by 1" where it corresponds to the current frame not the next frame, that will be solved in a later commit
|
2014-11-15 14:31:18 +00:00 |
adelikat
|
891d3933bd
|
Don't increment the Rerecord counter with loading a bk2 or tasproj movie, fixes the obvserved issue in issue 303. However, a bigger concern is why loading a movie and stopping it is causing the movie to be saved in the first place
|
2014-11-13 23:49:58 +00:00 |
adelikat
|
900ce76a3b
|
TasMovie - add a VerificationLog.txt file in the tasproj, doesn't use it yet but it does properly save and load it, will save if there is any log entries, will load it if the file exists in the tasproj
|
2014-11-01 13:37:18 +00:00 |
adelikat
|
6611ddd9ba
|
Some fixups to TasMovie - mostly code cleanup but also some subtle bug fixes
|
2014-11-01 12:50:36 +00:00 |
adelikat
|
5436a7d24e
|
BinarySavestates - add a HasLump() method, and use it to check for clientsettings in tasproj since it may or may not have it
|
2014-10-15 15:55:41 +00:00 |
adelikat
|
e6cec0f52f
|
Tastudio - Saving and loading of column info to the .tasproj file, loading is still problematic because it is being whacked by code that rebuilds the columns later, need to unspeghettify some things
|
2014-10-14 18:09:30 +00:00 |
goyuken
|
4ee816e8bc
|
code to use 7zip (unmanaged) to write archives, not active for the moment, still stuff to do
|
2014-10-12 04:24:31 +00:00 |
goyuken
|
63b533f15c
|
tasstatemanager: fix out of memory on save
|
2014-08-24 21:53:48 +00:00 |
goyuken
|
7ac1d58a51
|
fix zipstate internals that caused movies that started from savestate to explode
|
2014-07-25 16:51:27 +00:00 |
adelikat
|
2072eac45f
|
Some Changes flag management in movie objects
|
2014-07-11 18:06:18 +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
|
786b0238ba
|
Move Markers from TAStudio to TasMovie, and implement saving and loading of markers
|
2014-07-09 16:35:39 +00:00 |
adelikat
|
96b36cc230
|
TasMovie - save and load lag log to file
|
2014-07-07 19:32:37 +00:00 |
adelikat
|
7173447e8a
|
TasMovie - some reorg in preparation for actual progress
|
2014-07-07 18:00:25 +00:00 |