adelikat
886c687817
try to detangle Global.Game from advanced loader mess
2020-06-06 15:09:48 -05:00
adelikat
cdd5c75488
Move FirmwareManager from Global to GlobalWin
2020-06-06 14:57:37 -05:00
adelikat
981dc95c62
pass FirmwareManager into RomLoader instead of using Global
2020-06-06 14:55:32 -05:00
nattthebear
364d551940
waterbox linux progress
...
uzem runs. i don't know about anything else yet. DO NOT ATTEMPT TO LOAD A SAVESTATE.
2020-06-06 15:51:51 -04:00
adelikat
664c829a30
move Global.Config to GlobalWin.Config
2020-06-06 14:43:46 -05:00
adelikat
5ab7f1a18e
pass in an instanced of Config to RomLoader instead of relying on Global.Config
2020-06-06 14:41:11 -05:00
adelikat
d8ded66c35
don't use Global.Config in bk2movies, this solution is a bit of shenanigans but it's the least shenanigans I could come up with
2020-06-06 14:29:37 -05:00
nattthebear
dcaf504202
Some progress on loonix waterbox
...
It doesn't work
2020-06-06 14:39:55 -04:00
adelikat
8063393c04
maybe speed up movie state handling a bit by handlign the more likely case of | first, make multitrack and tastudio resistant to unexpected empty lines in the input log
2020-06-06 13:29:26 -05:00
adelikat
1ffa5bc97a
simply some movie code a bit
2020-06-06 13:21:10 -05:00
adelikat
877b02e429
Bk2Movie - remove some more copy pasta I missed from an earlier commit
2020-06-06 13:13:30 -05:00
adelikat
420253b6dd
break out cheat related config items to their own class, pass this config into CheatList
2020-06-06 12:26:35 -05:00
adelikat
6b22630ab1
cheats - when a cheat is auto-removed, also remove it from the recent cheats list
2020-06-06 12:26:34 -05:00
adelikat
554052f660
Sim;lify CheatList
2020-06-06 12:26:34 -05:00
YoshiRulz
89606523ba
Fix GitLab CI run_tests job
2020-06-07 02:39:28 +10:00
nattthebear
4a4c59fcda
When using dummy sound output, don't crash on exit
...
My bad -- I had meant to move this outside the if
2020-06-06 12:29:36 -04:00
nattthebear
b4517d8e0d
Actually respect the no sound output config variable
2020-06-06 12:21:31 -04:00
YoshiRulz
04223d2c81
Update GitLab CI
...
now uses SDK 5.0 preview (automatically grabs latest); check_style only runs for
the weekly cached build; replaced only with rules (they'll maybe probably who
knows deprecate only)
2020-06-07 02:19:01 +10:00
adelikat
e69cedfdfa
InputManager - simplify by moving RewrieInputChain logic into SyncControls since it is only called from there, and does similar work
2020-06-06 10:39:40 -05:00
adelikat
3d48376436
InputManager - lock down RewrireInputChain, and have calling code only call SyncControls
2020-06-06 10:37:13 -05:00
adelikat
c6edcc4131
remove some vestigial code, no need to RewrireInputChain from MovieSession.QueueMovie, first of all, controls need to be resynced on running of a movie not queuing, secondly, it's already called as a result of a SyncControls() call
2020-06-06 10:32:32 -05:00
adelikat
2bf902b942
remove outdated bk2 "scrub" hotkey, this is an obscure feature that is non-trivial to use, but a higly trivial thing to do in tastudio
2020-06-06 09:58:49 -05:00
adelikat
bd1c3cb991
controller config - simplify allow L+R to just a checkbox, where off = "forbid" option, since nobody cares about priority vs forbid, simplify ULDRController and don't use globals
2020-06-06 09:52:29 -05:00
nattthebear
e8b84b466b
More hacks, just need to unblock yoshi and fix this for real later pinky swear
2020-06-06 10:05:10 -04:00
adelikat
4479202151
move DefaultTasStateManagerSettings to the MovieSettings class allowing to not use Global in TasMovie constructor, also pass stuff in to DefaultGreenzoneSettings instead of using Globals
2020-06-06 08:52:09 -05:00
nattthebear
db934f3689
quick hack to hopefully unbreak quicknes on loonix
2020-06-06 08:21:26 -04:00
nattthebear
b3c3a3a4bb
waterbox sgb sameboy - fix stereo audio
...
WHOOPS
2020-06-06 07:55:21 -04:00
YoshiRulz
6766e45c5e
Simplify core selection menu code
2020-06-06 21:02:42 +10:00
adelikat
069bdddbba
use Session.Settings more in movie classes now that it is never null
2020-06-05 21:17:41 -05:00
adelikat
55bb627550
Move MovieService.Get to IMovieSession, and require an IMovieSession in Bk2Movie and TasMovie ctors, refactor accordingly
2020-06-05 21:09:03 -05:00
adelikat
863d022bc5
fix an NRE I caused in movie code. The old code was wrong, this one is better
2020-06-05 20:10:20 -05:00
adelikat
8303321586
rename method to try to better describe what it does
2020-06-05 19:26:30 -05:00
James Groom
b93d51f46c
Create SECURITY.md
...
I was bored while waiting for slow build, have a thing for GitHub
2020-06-06 07:49:02 +10:00
YoshiRulz
ede8877ccf
Move core selection menus out of Designer
...
Generation is based on a convoluted data structure declared statically in
MainForm. I've removed duplicate core selection options that were present under
system-specific menus, some only when emulating SGB.
2020-06-06 07:45:15 +10:00
nattthebear
6a63373c48
Make use sram default in some cores that have this as an option
...
true is what end users would expect most of the time. false is only for advanced use cases.
2020-06-05 14:11:09 -04:00
adelikat
8b5e0ae8fd
MovieConccersionExtensionTests - use DataRow and add more scenarios
2020-06-05 13:06:45 -05:00
adelikat
bf5aca721e
move MovieConversionExtensions
2020-06-05 11:44:12 -05:00
YoshiRulz
3e0d07f523
Update Version project name in source control versioning script
...
fixes b88f20fae
2020-06-06 02:06:39 +10:00
adelikat
b22f9e6e01
move methods for Log copying from ITasMovie to IMovie. This bloats the IMovie contract more, but this allows for converting from one IMovie to another without an IEmulator dependency. Refactor conversion extensions to use these methods and remove emulator and movie session dependencies
2020-06-05 10:14:49 -05:00
YoshiRulz
b88f20faed
Rename Verison to BizHawk.Version, fixes #2101
2020-06-06 00:20:48 +10:00
nattthebear
ad16294b11
Fix gb roms running without bios
2020-06-05 08:50:30 -04:00
TiKevin83
81628bf109
Ports from Upstream GSR for Babs and Robopon (squashed #2091 )
2020-06-05 20:27:19 +10:00
adelikat
89789b4358
band-aid fix bk2 to tasproj conversions in tastudio
2020-06-04 20:06:23 -05:00
nattthebear
5319aba113
Remove an unused setting from pce_fast
...
This was bad copy pasta -- the core doesn't actually support this at all
2020-06-04 20:26:35 -04:00
adelikat
d84cd95ab8
oops
2020-06-04 19:23:07 -05:00
TiKevin83
3837ff7cf9
More cleanup to the new tasproj filename code ( #2093 )
...
* Test class and basic unit test
2020-06-04 19:21:22 -05:00
adelikat
e11509421d
simplify the construction of TasMovie but not requiring a startsFromSaveState param that doesn't actually set the movie's StartsFromSavestate bool, it just defined the text of the first marker
2020-06-04 19:20:09 -05:00
alyosha-tas
92bbf768af
GBHawk: Fix HuC3 SRAM
2020-06-04 18:34:39 -04:00
adelikat
39636f6ef1
IMovieSession - remove CurrentInput and PreviousInput and move the logic to the one tool that utilizes them. Since these are purely derivable convenience properties, it's better to not be in the spec. If other other needs to do this logic we can move this out to an extension method
2020-06-04 16:37:02 -05:00
adelikat
dba9de4f29
remove COreForcingViaGameDb user option. We should not give the user the ability to turn this off. If they are power users and want to overright our db, they can mod the db entries
2020-06-04 16:06:07 -05:00