SuuperW
|
9b8d2f70ab
|
Various fixes
|
2015-03-22 16:55:34 +00:00 |
adelikat
|
0e82fff3ff
|
Clean out ClearSaveRam() calls since they are no longer used
|
2014-11-24 15:00:54 +00:00 |
goyuken
|
daf74eb91b
|
framebuffer in movie anchor states
|
2014-10-27 01:14:47 +00:00 |
adelikat
|
adf07367ad
|
Support lynx .mcm importing, however it appears there are sync differences in the lynx cores
|
2014-09-29 22:39:06 +00:00 |
adelikat
|
734b8338bc
|
Fix always getting a "movie was written to disk" message when stopping a movie, will now only say so if it actually was saved to disk
|
2014-09-27 23:44:59 +00:00 |
goyuken
|
29f34ed79a
|
clearsaveram() internal infrastructure changes
|
2014-08-13 19:16:48 +00:00 |
adelikat
|
1a64af9bc5
|
Fixes to bkm for supporting 3 button controllers, this is needed since bkm is still used for the import process. Also, don't save 2 copies of the bk2 after importing a movie, one is sufficient
|
2014-07-24 23:22:26 +00:00 |
adelikat
|
02a5337cd6
|
Movies - rework some things so that MovieSession is in charge of sending a movie into finished mode, as opposed to GetInutState() having the side effect of MovieFInished
|
2014-07-13 22:36:37 +00:00 |
adelikat
|
f79a674219
|
Remove GetInput() from IMovie
|
2014-07-13 22:17:31 +00:00 |
adelikat
|
2072eac45f
|
Some Changes flag management in movie objects
|
2014-07-11 18:06:18 +00:00 |
adelikat
|
ee7831178a
|
TAStudio - header editor
|
2014-07-11 02:31:43 +00:00 |
adelikat
|
9e73db3daa
|
A round of code cleanup on movie code
|
2014-06-29 03:03:27 +00:00 |
adelikat
|
6fce0bcad6
|
remove Time from IMovie and instead implement the logic in PlatformFrameRates
|
2014-06-29 00:57:33 +00:00 |
adelikat
|
055e88fea3
|
Remove Fps from IMovie
|
2014-06-29 00:48:36 +00:00 |
goyuken
|
71ddbde18d
|
bk2 savestate anchor stuff
|
2014-06-20 00:39:46 +00:00 |
adelikat
|
6133164a7f
|
Add GetInputState() to IMovie that returns an IController representing a frame of input and replace a lua method to use this instead of getting the inputlog as a string and processing it, still todo: obsolete the GetInput() method
|
2014-06-18 02:26:22 +00:00 |
adelikat
|
5cda104ea5
|
Start ToBk2() conversion method for BkmMovie
|
2014-06-17 01:24:44 +00:00 |
adelikat
|
6953f3d6be
|
oops, forgot to add these files?
|
2014-06-16 11:40:57 +00:00 |
adelikat
|
6b73891a91
|
More bk2 progress
|
2014-06-15 14:44:26 +00:00 |
adelikat
|
c807e27496
|
Some movie code reorg and cleanup
|
2014-06-15 13:03:24 +00:00 |
adelikat
|
9ac32a688a
|
Remove BkmLog.cs
|
2014-06-15 02:23:28 +00:00 |
adelikat
|
f5f832180d
|
Some movie code reorg and remove some outdated stuff
|
2014-06-15 01:55:35 +00:00 |
adelikat
|
6ec1a45b70
|
Major cleanup of MnemonicsGenerator - change it to a LogEntryGenerator notion, and only expose it through a movie implementation, via an ILogEntryGenerator interface
|
2014-06-14 22:36:32 +00:00 |
adelikat
|
1cefb2dd95
|
Simplify log class even more
|
2014-06-14 21:41:11 +00:00 |
adelikat
|
70baceb6c8
|
Fix Bk2 playback, also rip out a bunch of junk from the Old Movie Log class from the first attempt at TAStudio and some half-baked notion of an input log class
|
2014-06-14 21:37:51 +00:00 |
adelikat
|
1fcc105293
|
more 2.0 work
|
2014-06-14 20:17:07 +00:00 |
adelikat
|
c08e6bbf93
|
Some more bk2 and movies 2.0 stuff
|
2014-06-14 19:13:21 +00:00 |
adelikat
|
d816b1ed20
|
Bk2 progress
|
2014-06-14 14:04:54 +00:00 |
adelikat
|
398577245e
|
Progress on Bk2 implementation
|
2014-06-13 00:43:55 +00:00 |
adelikat
|
1ab1538f8b
|
More movie code reorg
|
2014-06-13 00:15:55 +00:00 |
adelikat
|
898155f5be
|
Some Movie code reorg
|
2014-06-12 23:57:23 +00:00 |
adelikat
|
3ea79c720b
|
More movies 2.0 stuff
|
2014-06-12 21:45:47 +00:00 |
adelikat
|
b26b26efbe
|
More movies 2.0 work
|
2014-06-12 20:42:46 +00:00 |
adelikat
|
3dce396261
|
More movie 2.0 stuff
|
2014-06-12 11:53:25 +00:00 |
adelikat
|
373231379c
|
Movies 2.0 work - play movie dialog is now complete IMovie based and no specific implementation
|
2014-06-11 21:20:23 +00:00 |
adelikat
|
e0a9fcd650
|
More movie 2.0 stuff
|
2014-06-11 02:56:57 +00:00 |
adelikat
|
5d31fb2b3c
|
Some more movie 2.0 progress
|
2014-06-11 02:33:57 +00:00 |
adelikat
|
a682c667dd
|
Nuke IMovieHeader, put necessary methods into IMovie instead, and some todos on trouble spots for movie 2.0
|
2014-06-11 01:41:41 +00:00 |
adelikat
|
47d5b1e2e2
|
Movie Savestate blob from IMovieHeader to IMovie, Movie and TasMovie just use the MovieHeader object as usual, but at least the calling code no longer expects that
|
2014-06-11 00:41:20 +00:00 |
adelikat
|
e07c7a776f
|
Some simplifying of IMovieHeader
|
2014-06-11 00:21:14 +00:00 |
adelikat
|
5177051d08
|
Movie files - some more reorg - renaming and putting into new folders
|
2014-06-08 22:24:38 +00:00 |