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 |
adelikat
|
711c9b52e4
|
Hack for FilesystemSafeName to remove . if it is the last character in the name (Such as Super Mario bros.) since this method is used for path building
|
2014-06-20 18:36:03 +00:00 |
goyuken
|
71ddbde18d
|
bk2 savestate anchor stuff
|
2014-06-20 00:39:46 +00:00 |
adelikat
|
b7c692e52a
|
oops
|
2014-06-14 20:18:19 +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
|
9f7685a211
|
small cleanup on RecordMovie
|
2014-06-14 00:46:41 +00:00 |
adelikat
|
124afa8f10
|
another slight improvement to Record Movie code
|
2014-06-13 16:58:05 +00:00 |
adelikat
|
9f2dc300ea
|
Record movie - another slight simplification
|
2014-06-13 16:47:57 +00:00 |
adelikat
|
1ed4c93eea
|
Record Movie dialog - Remove erroneous .state option in the SaveFileDialog filter. That was never a valid thing to do, how did it manage to stay like that all these years?
Also, some code cleanup
|
2014-06-13 16:45:33 +00:00 |
adelikat
|
3ea79c720b
|
More movies 2.0 stuff
|
2014-06-12 21:45:47 +00:00 |
adelikat
|
05b3f369eb
|
Now that SGB is the BoardName, don't save a SGB row in the movie header
|
2014-06-12 21:27:49 +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
|
54c9c2c0a0
|
Some more Movies 2.0 work
|
2014-06-11 21:14:13 +00:00 |
adelikat
|
e0a9fcd650
|
More movie 2.0 stuff
|
2014-06-11 02:56:57 +00:00 |
adelikat
|
6bd2df3bbf
|
and that
|
2014-06-11 02:44:08 +00:00 |
adelikat
|
3d3a0cdeb3
|
oops, that needed to be ripped out too
|
2014-06-11 02:42:34 +00:00 |
adelikat
|
e6f949274d
|
Play Movie dialog - rip out the option to load state files since that feature probably has long since been broken and can't be expected to stay unbroken if it works
|
2014-06-11 02:40:24 +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
|
7a6e28e2b2
|
Fix the play movie dialog, this is a weird threading caused bug and my fix isn't good, but it fixes it
|
2014-06-10 01:10:54 +00:00 |
adelikat
|
6b2889957a
|
Some refactoring of movie code to make the Header less implementation specific, and start Movie2.cs which will be a Movie 2.0 implementation
|
2014-06-08 22:12:15 +00:00 |
adelikat
|
7e9b13f5c3
|
Some movie refactoring - moving a function into the importer class, remove MovieExtension from the config file and instead add it as a movie property, add some todo comments in places regarding movie 2.0
|
2014-06-08 19:36:33 +00:00 |
adelikat
|
33d847e8ac
|
rip out hacks that I put in to work around Game.Name being null
|
2014-05-23 16:22:24 +00:00 |
adelikat
|
c9c2329651
|
Record Movie - refactor to check if Global.Emulator has a DisplayType property defined, and if so, use that to populate the PAL header, rather than a bunch of ifs on core type. Refactored ReflectionUtils to be Extension methods in their own namespace, added methods for checking and getting values from a public property
|
2014-05-20 15:39:43 +00:00 |
goyuken
|
16a347565b
|
movie: rework how sinksettings are saved/loaded
|
2014-05-18 17:15:51 +00:00 |
adelikat
|
20ed09e86c
|
Rip out more obsolete setting stuff
|
2014-05-18 16:35:23 +00:00 |
adelikat
|
5634b085cf
|
Store sync settings into the movie file, note: this does not include logic for deserializing sync settings and passing them to the core when loading a movie
|
2014-05-18 15:07:50 +00:00 |
adelikat
|
5b678feec4
|
Record Movie - if Global.Game.Name is null use the filename as the default suggested name
|
2014-05-18 01:20:56 +00:00 |
zeromus
|
e4bf12ddf9
|
faster movie preloading
|
2014-05-16 00:12:08 +00:00 |
zeromus
|
1e4e675830
|
multicore scanning of movie files in movie play dialog. also take the BinarySavestateBase64Blob crap out of the properties listview, its useless information
|
2014-05-15 23:12:48 +00:00 |
adelikat
|
3553b06350
|
Play Movie - Match current game hash not current game name
|
2014-04-26 17:54:56 +00:00 |
zeromus
|
75971792b5
|
n64 and snes "record from now" are now fixed
|
2014-04-25 02:31:11 +00:00 |
zeromus
|
c47a0c7426
|
make movie header savestates be binary, have their own key, and be stored in base64 form (actually, natt was right, they were stored as text, it's just that the "text" savestates from some cores are a ToHex'd byte array)
|
2014-04-25 02:19:46 +00:00 |
adelikat
|
0456639816
|
Play Movie - add an Edit context menu item
|
2014-04-22 00:59:21 +00:00 |
adelikat
|
c74019a54d
|
Add a CoreAttributes class with a CoreName field, and apply it to all cores, when recording a new movie, add a core header line that captures this name
|
2014-04-22 00:38:59 +00:00 |
adelikat
|
b9b8f0a04a
|
Record Movie dialog - remove the "Now" option for N64, until movies 2.0
|
2014-04-15 23:19:06 +00:00 |
adelikat
|
a6944c47d8
|
Play Movie - don't crash on headers with duplicate keys, don't throw an exception when movie files to parse
|
2014-04-13 23:18:45 +00:00 |
adelikat
|
bca069325b
|
Play Movie - clean up some code before I go fixing things
|
2014-04-13 22:43:30 +00:00 |
adelikat
|
00d5c4d5ae
|
Who made my Play Movie dialog code into spaces?
|
2014-04-13 22:16:47 +00:00 |
adelikat
|
d44649bf82
|
Record Movie dialog - fix bug where user selection in SaveFileDialog was not updating the filename textbox
|
2014-03-23 16:53:49 +00:00 |
adelikat
|
a534c7b221
|
Play Movie - fix bug where dialog was not respecting the read-only checkbox
|
2014-03-23 16:14:22 +00:00 |
goyuken
|
9d0e22292d
|
GPGX: show "PAL" flag properly in movie files
|
2014-02-21 00:30:52 +00:00 |
mvl1986
|
7e685551c8
|
Added Sorting to DetailsView in PlayMovie
|
2014-01-16 16:41:13 +00:00 |
mvl1986
|
b342e6a195
|
Added sorting to the Datagridview
|
2014-01-16 13:47:04 +00:00 |
goyuken
|
2171d4cd00
|
n64: support new settings system. regression: n64 video plugin settings are no longer stored in movie 1.0 files nor read from them
|
2013-12-26 23:04:22 +00:00 |