.. |
MnemonicGenerators
|
Nitpicky cleanups on movie 2.0 code
|
2014-01-11 15:05:41 +00:00 |
HeaderKeys.cs
|
slight cleanup of some Linq logic in HeaderKeys.cs, a tiny bit less memory usage as a bonus
|
2014-02-08 16:29:57 +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
|
some mostly useless code reformatting in client.common
|
2014-02-04 03:08:20 +00:00 |
MovieImport.cs
|
maybe fix GMV movie imports. i have no time to test this
|
2014-02-10 01:29:31 +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
|
drastically cleanup the InputValidate class
|
2014-02-03 19:37:43 +00:00 |
MovieRecord.cs
|
TAStudio / Movies 2.0 - rip out a bunch of boolean input assumptions, in favor of..nothing for right now this breaks most all of the functionality of TAStudio, will replace with something that accounts for float input as well
|
2014-02-08 22:41:47 +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
|
calculate out platform framerates, for convenience
|
2014-02-18 04:02:35 +00:00 |
Subtitle.cs
|
some mostly useless code reformatting in client.common
|
2014-02-04 03:08:20 +00:00 |
SubtitleList.cs
|
some mostly useless code reformatting in client.common
|
2014-02-04 03:08:20 +00:00 |
TasMovie.cs
|
TAStudio / Movies 2.0 - rip out a bunch of boolean input assumptions, in favor of..nothing for right now this breaks most all of the functionality of TAStudio, will replace with something that accounts for float input as well
|
2014-02-08 22:41:47 +00:00 |