BizHawk/BizHawk.Client.Common/movie
adelikat 864d3ede2f Nitpicky cleanups on movie 2.0 code 2014-01-11 15:05:41 +00:00
..
MnemonicGenerators Nitpicky cleanups on movie 2.0 code 2014-01-11 15:05:41 +00:00
HeaderKeys.cs a round of code cleanup in Client.Common 2013-12-30 01:58:44 +00:00
IMovie.cs Remove SaveAs from IMovie, the only usage it had in that context was to make backups and was erroneously named in that context. Made is a Movie.cs implementation only and disabled the menu item option if the movie is a TasMovie (TAStudio will be in charge of backup logic) 2013-12-10 17:59:04 +00:00
IMovieHeader.cs some more movie cleanup - moving properties from Movie to MovieHeader since they are more appropriate there 2013-11-30 03:23:19 +00:00
InputAdapters.cs Rework some input stuff in preparation for moving it to common 2013-12-24 21:37:51 +00:00
MnemonicsGenerator.cs This should have fixed genesis mnemonics to be 2 player 2014-01-03 02:29:42 +00:00
MnemonicsLookupTable.cs Make a NamedDictionary object in BizHawk.Common, and move some collection objects to their own file. new Mnemonic system - use NamedDictionary 2013-12-14 05:55:25 +00:00
Movie.cs Remove SaveAs from IMovie, the only usage it had in that context was to make backups and was erroneously named in that context. Made is a Movie.cs implementation only and disabled the menu item option if the movie is a TasMovie (TAStudio will be in charge of backup logic) 2013-12-10 17:59:04 +00:00
MovieHeader.cs 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
MovieImport.cs TasMovie - implement saving of movie log into files, make header have the proper movie version (v2!), Change file "Movie" to "Header". TAStudio - implement Save and Save As menu items 2013-12-10 01:45:45 +00:00
MovieLog.cs Some more movie code refactoring - better naming and less passing around writer objects 2013-11-30 02:50:54 +00:00
MovieMnemonics.cs boop 2014-01-03 02:40:17 +00:00
MovieRecord.cs Nitpicky cleanups on movie 2.0 code 2014-01-11 15:05:41 +00:00
MovieRecordList.cs Nitpicky cleanups on movie 2.0 code 2014-01-11 15:05:41 +00:00
MovieSession.cs Move a function from mainform to moviesession 2013-12-27 14:39:01 +00:00
MultitrackRecording.cs clean up multitrack object 2013-10-28 01:06:51 +00:00
PlatformFrameRates.cs add discussion and derivation of NES framerate 2013-12-04 00:38:37 +00:00
Subtitle.cs Simplify IMovie and refactor some code to allow that, this also disables more functionality in TAStudio but it is disabled in trunk currently anyway (pending a rewrite). Also a bunch of pedantic code cleanup in tool dialogs 2013-11-29 19:55:05 +00:00
SubtitleList.cs Movie - movie SubtitleList object into the Header object 2013-11-29 20:26:24 +00:00
TasMovie.cs TasMovie - round 1 of replacing mnemonic system with an IMnemonicGenerator system, this breaks stuff, but nothing anyone should have been using. 2014-01-09 02:17:59 +00:00