kylethomson
|
2243c7dcad
|
Fixed Multitrack-load crash.
Also, read-only can't be toggled while no movie active.
Same for multitrack.
|
2011-08-17 02:06:50 +00:00 |
andres.delikat
|
e6b2c794d4
|
Refactor the movie object, replacing Getfunctions with public properties, renaming of some functions, removing a duplicate function, other misc things
|
2011-07-17 14:39:15 +00:00 |
andres.delikat
|
68d0ff94eb
|
Refactor movie writing code. MovieHeader, MovieLog, and SubtitleList all have their own write methods now instead of the Movie object doing all of the work. Conceptually these 3 objects should be autonomous and the Movie object is simply an object that manages a collection of these objects.
|
2011-07-05 23:16:54 +00:00 |
zeromus
|
0aa234282e
|
phase 1 of fixing up controller logic. tell me how terribly ive broken the movie code. might want to fix it before moving on to phase 2 or decide to revert.
|
2011-06-27 05:31:46 +00:00 |
kylethomson
|
c228699255
|
Getting closer.
|
2011-06-17 02:43:22 +00:00 |
kylethomson
|
b5b853196e
|
|
2011-06-16 01:49:12 +00:00 |
offspring131313
|
644106575e
|
Refactored Movie folder. Added some functions, merged some functions, and added some comments regarding some questions I have about a few of the functions.
|
2011-05-16 03:55:17 +00:00 |
andres.delikat
|
3ac209217c
|
Basic rerecording! Inputlog is now saved into savestates, and input log is replaced by savestates contents if in record mode. Still TODO: lots of logic about proper error/timeline checking & logic
|
2011-05-08 12:51:39 +00:00 |
andres.delikat
|
a91c8ecbd7
|
Movie class clean up, add movie version to header, save game name and emulator version to header, movie code will load any non-header or input log as a comment, GetFrame does bounds checks, cleaned up todos
|
2011-05-08 01:00:13 +00:00 |
andres.delikat
|
c59b9ff6ce
|
More progress on the movie class, basic movie file writing. Survives round trip testing
|
2011-02-25 22:26:13 +00:00 |
andres.delikat
|
a5dc7e90b3
|
Checking in some movie class progress. Basic file saving done. Progress on file loading.
|
2011-02-25 19:49:29 +00:00 |
andres.delikat
|
cbdcea1341
|
Get started on a Movie class
|
2011-02-24 22:25:53 +00:00 |