YoshiRulz
9829fd699b
Unify helpers for generating file extension lists (for open/save)
2020-02-20 21:59:20 +00:00
adelikat
656f2b814e
Move IEmulator extensions to the Emulation.Common namespace, the intent is that these are used and serve as built in functionality, so it's overly tedious to when most situations require both Common and an additional extensions namespace
2020-02-15 12:33:15 -06:00
adelikat
4b7a7dd293
Make Binary states default and Textstates opt-in for cores ( #1848 )
...
* Rewind & State config - remove the default option
* remove the savestate type of default, not that this is a breaking config change for anyone that had specifically set savestates to text
* remove BinaryStatesPreferred from IStatable and use config setting when starting movies from "Now" in record movie dialog
* remove BinaryStatesPreferred from cores
* make text savestates an extension method off of IStatable and an inteface ITextStatable it uses if the core implements it. This will allow cores to opt in to text states if desired
* make cores with actual text savestate impleemntations get ITextStatable, remove text state logic from cores that just have a binary as as text implementation
2020-02-15 10:22:26 -06:00
adelikat
626efe8caf
put control extension methods into the EmuHawk names space isntead of a custom one. We want these to be found and used, and most dialogs use them
2020-02-03 12:54:32 -06:00
adelikat
c2bec296e6
simplify some repeated boilerplate on the DragEnter event by consolidating it to an extension method
2020-02-03 12:42:28 -06:00
adelikat
ef13754f79
consistent variable naming in config.cs
2020-01-25 10:57:39 -06:00
adelikat
afd460f1d2
pass in globals to Play/Record movie dialogs
2019-12-22 14:18:17 -06:00
adelikat
5fe25d03ad
Play/Reocrd movie dialogs - pass in mainform
2019-12-17 11:24:34 -06:00
YoshiRulz
7f07949816
Migrate serialised images to separate files, removing duplicates
2019-12-07 05:24:24 +10:00
adelikat
b54904028e
Record dialog - fix padding of Ok/Cancel buttons
2019-12-01 16:13:14 -06:00
adelikat
1239149af5
cleanup movie forms
2019-11-02 11:05:01 -05:00
adelikat
5fa5674260
EditSubtitles - fix message typo, simplify, TryParse instead of catching parse errors, fix a NRE
2019-11-02 10:50:52 -05:00
J.D. Purcell
39b54f7202
Fix missing UI usings.
2019-11-02 00:38:50 -04:00
adelikat
2a6225940b
PlayMovie - use listview in virtual mode instead of VirtualListView
2019-10-19 14:18:43 -05:00
James Groom
90b0574bc3
Remove unnecessary calls to ToList (e.g. in foreach)
...
squashed PR #1591
2019-10-13 15:50:57 +00:00
YoshiRulz
e6374ef477
Use string interpolation
2019-03-19 00:06:37 +10:00
YoshiRulz
13152d670f
Rewrite MovieView_ColumnClick, also fixes typo
2019-02-24 15:49:10 +10:00
YoshiRulz
a572b220f6
Fix typo copying to clipboard during loop
2019-02-24 15:48:09 +10:00
feos
57fd6051e9
fix #1246 the easy way
2018-09-21 23:43:51 +03:00
feos
4ef17b8662
better anchor items in Play Movie dialog
...
it appears at fixed size anyway, but shrinking it was breaking the layout
2018-09-21 23:43:51 +03:00
alyosha-tas
549b484c21
Increase Subtitle Maker frame limit
2018-03-16 18:48:19 -04:00
nattthebear
ebe789eed2
heh
2017-05-10 07:45:23 -04:00
adelikat
28da1e215f
misc code formatting improvements in random files in EmuHawk
2017-04-17 15:23:31 -05:00
J.D. Purcell
b53502eed8
Spaces -> tabs.
2017-04-15 16:37:30 -04:00
adelikat
117e0b07e7
Pass the core instance to the record movie dialog
2016-12-04 12:51:48 -06:00
adelikat
604ed74ff9
remove some usages of VideoProviderGlue by checking for VideoProvider availability before doing some dependent processes
2016-12-04 10:30:51 -06:00
feos
35a07f42eb
subtitles:
...
- trim trailing spaces
- sort by frame and then by Y pos (to properly order multiline subs)
- concat multilines (optionally) on export
- option to skip color tag on export
todo: fix multiline ordering for export
2016-06-29 00:32:43 +03:00
zeromus
66683b16ed
replace "Ok" with "OK"
2016-03-26 21:50:33 -05:00
zeromus
d7186c9e6f
remove c#6isms
2016-01-21 21:22:26 -06:00
Adam Sturge
2f11a3adca
Updated brace alignment
2016-01-15 19:16:35 -08:00
Adam Sturge
7949e2e182
Added Directory.Exists check for Movie director when clicking the browse button
2016-01-15 19:14:59 -08:00
Hathor86
1e2f4e12be
Watch refactoring
...
Some improvement when you get Available types. Used to return a new
array each time you call the function. It has been transformed into an
IEnumrable and yield return.
DisplayType, PreviousType and Watchsize have been moved outside the
Watch Class
2015-11-28 22:52:00 +01:00
zeromus
a283b2d1b9
fix threading bug in movie scanner
2015-08-05 16:37:17 -05: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
jdpurcell
a660aa3c57
EditSubtitlesForm - Revert changes from r7614 caused by WinForms designer not running at 96 DPI.
2015-02-08 14:23:44 +00:00
goyuken
82fcd0bc5e
refactor IVideoProvider into a service. uses in mainform and friends are still hacky
2015-01-14 22:37:37 +00:00
adelikat
e2033c9d2e
AsStatable() and also update statusbar saveslots on CloseRom()
2014-12-05 00:52:16 +00:00
adelikat
bdccb6d400
Record Movie - remove the "Now" option if the core doesn't implement IStatable
2014-11-30 17:37:22 +00:00
adelikat
76148ae111
Break off savestate functionality from IEmulator into IStatable and refactor things accordingly. Still todo (a big todo): EmuHawk should gracefully handle a core that is not an IStatable by disabling functionality dependent upon it (Savestates, Rewind, Tastudio, etc)
2014-11-30 16:42:58 +00:00
goyuken
ff54192fdc
fix missing movie extension for game names that have a . at Length-4
2014-11-30 04:02:31 +00:00
adelikat
829ee72914
Tastudio - make comment editor always in edit mode, make it modeless, add a save button
2014-11-02 15:20:17 +00:00
adelikat
b10ef0b1a4
EditCommentsForm - some code and whitespace cleanup
2014-11-02 15:07:19 +00:00
goyuken
daf74eb91b
framebuffer in movie anchor states
2014-10-27 01:14:47 +00:00
scepheo
b4d065869e
EditSubtitlesForm: Added rows now have default values.
2014-10-19 22:42:46 +00:00
adelikat
33eb056221
Fix record movie dialog defaulting to tasproj after tastudio is opened
2014-10-18 21:08:05 +00:00
zeromus
62e01f08c9
fix replay dialog "stop at frame" field to allow 10 digits instead of 3
2014-09-29 04:42:12 +00:00
adelikat
8c68fe6d83
Play movie - stop on frame textbox - change max length from 3 to 8
2014-08-31 01:46:43 +00:00
scepheo
0f1ead706b
Refactored srt exporting to have less logic client side and implemented color.
2014-08-17 11:36:37 +00:00
scepheo
6ba7212f43
Added "Export to SubRip" button to the subtitle edit dialog.
2014-08-16 23:40:33 +00:00
adelikat
3880c45398
Fixing Recording from "now", for the 500th time
2014-08-16 15:01:53 +00:00