adelikat
|
ba21484ddd
|
add IRegionable as an emulator service to indicate NTSC vs PAL, etc. Refactor cores that conveyed this information to use this service, fixed cheaty reflection to grab this info to use the service instead, marked some cores as region not applicable where it made sense to me (I'm sure I'm wrong in some cases)
|
2015-08-05 20:12:09 -04:00 |
zeromus
|
b981e00889
|
fully support read-only movie opening. I hope this fixes #453
|
2015-08-05 17:00:39 -05:00 |
adelikat
|
a219e7150e
|
Tastudio - add an option to create a saveram anchored movie from a selected frame, just like the savestate anchored movie feature, it uses the current movie to create a verification log
|
2015-07-27 19:25:48 -04:00 |
adelikat
|
490adc905e
|
Support recording movies that start from SaveRam, note: as of this changeset tastudio does not support this concept and may interact in weird ways with saveram-anchored movies
|
2015-07-26 15:41:22 -04:00 |
Suuper
|
3c3cdc4590
|
Fixed a display bug cauased by player highlighting
(also renamed a variable and changed comment lines)
|
2015-07-23 13:30:25 -05:00 |
Suuper
|
f9cd2f4075
|
-TAStudio: Players' 2, 4, etc input columns have darkened bg colors.
-LagLog is now moved over to new savestate-anchored movies
|
2015-07-23 12:55:22 -05:00 |
Suuper
|
01290d2e59
|
-Allow creating savestate-anchored movie from savestate-anchored movie
-Fix marker placement in savestate-anchored movies
|
2015-07-22 15:08:50 -05:00 |
adelikat
|
dd28c386de
|
Fixes to how firmware is added and loaded from movies
|
2015-02-26 21:58:44 +00:00 |
adelikat
|
5626473fbf
|
When adding firmware info to movies, don't attempt to add duplicate keys
|
2015-02-08 20:28:57 +00:00 |
adelikat
|
e020574b8d
|
Store served firmware information in movie headers
|
2015-02-06 00:16:53 +00:00 |
adelikat
|
01909dfb98
|
Tastudio - When creating a savestate-anchored movie from an existing movie, copy the previous input into VerificationLog.txt
|
2014-11-01 14:01:21 +00:00 |
adelikat
|
6611ddd9ba
|
Some fixups to TasMovie - mostly code cleanup but also some subtle bug fixes
|
2014-11-01 12:50:36 +00:00 |
goyuken
|
dc2ca1f010
|
remove the extra ISettable (non-generic argument) interface and corresponding crud from cores, and replace with a shim class
|
2014-10-31 15:46:13 +00:00 |
adelikat
|
549b948ffd
|
Tastudio - add a context menu "create new project from here", it will take the currently selected frame and create a savestate-anchored project on this frame (keeping any input after this frame), and load this new project.
|
2014-10-30 23:29:21 +00:00 |
adelikat
|
bd9a47f780
|
ToTasMovie() - apply the same hacky fix that ToBk2() received
|
2014-10-29 21:52:35 +00:00 |
adelikat
|
7ffe0805c1
|
When converting an IMovie to a TasMovie and auto-generating the filename, check that the file exists, and ensure a non-existent filename
|
2014-10-29 21:41:01 +00:00 |
adelikat
|
c49e51d03f
|
When converting a movie to a tasproj, properly capture whether it starts from savestate and make the appropriate marker
|
2014-10-25 15:47:15 +00:00 |
adelikat
|
7be7f3aba6
|
Fix putting sync settings into movies for some cores, broken by the change to ISettable
|
2014-10-23 22:30:47 +00:00 |
adelikat
|
53fa3b9ada
|
Tastudio - fix crashing after using Export to Bk2, running out of memory on export though, a definite concern now
|
2014-10-23 01:32:27 +00:00 |
adelikat
|
eb28732087
|
when setting IMovie.SyncSettingsJson, simply do not set it if the core is not an ISettable, rather than throwing an exception
|
2014-10-19 01:39:43 +00:00 |
jlennox
|
a64017366c
|
Create ISettable<T,T2>/ISettable interfaces. This checkin has not been extensively tested.
|
2014-10-19 01:22:47 +00:00 |
adelikat
|
d53afd2d2a
|
This seems to improve the ram usage in bkm to bk2 conversions, it at least keeps the 75mb n64 movie I have from crashing during the convert.
|
2014-08-16 20:32:59 +00:00 |
adelikat
|
7cd831c0e4
|
Add a GBC flag to movie files
|
2014-07-19 23:24:43 +00:00 |
goyuken
|
89a8241b8e
|
possibly fix GBC movies
|
2014-07-19 21:41:47 +00:00 |
adelikat
|
ad6c614665
|
Fix Bkm to Bk2 conversion
|
2014-07-16 23:22:30 +00:00 |
adelikat
|
ee7831178a
|
TAStudio - header editor
|
2014-07-11 02:31:43 +00:00 |
adelikat
|
7e39e67b1f
|
tastudio - more fixes to startup logic, still convolted, buggy and wrong, but better!
|
2014-07-08 13:46:59 +00:00 |
adelikat
|
a02888344b
|
Change the ToBk2() method to receive an IMovie instead of Bkm, and write a ToTasMovie() method similarly. Tastudio - remove code that warns the user if they open it with a movie already active, instead ask and autoconvert the current movie to a tasproj file
|
2014-07-06 21:20:43 +00:00 |
adelikat
|
9e73db3daa
|
A round of code cleanup on movie code
|
2014-06-29 03:03:27 +00:00 |
goyuken
|
71ddbde18d
|
bk2 savestate anchor stuff
|
2014-06-20 00:39:46 +00:00 |
adelikat
|
31c219d44b
|
when loading a .bkm movie, automatically convert it to .bk2
|
2014-06-19 02:05:38 +00:00 |
adelikat
|
5cda104ea5
|
Start ToBk2() conversion method for BkmMovie
|
2014-06-17 01:24:44 +00:00 |