nattthebear
56e3642d5c
Refactor how movie loading handles preferredCores
...
First of all, use a try..finally pair around the mutating calls to make it clear that Config.PreferredCores will always be rolled back, and to the correct value, after the operation is done.
Then, assume that when Movie.Core is set, we always want to prefer that core... no matter what system comes up. Seems to fix #2259
2020-08-09 17:11:31 -04:00
nattthebear
5a0b49726e
Revert "hack rom loader to keep doing the bullshit we've been doing for 8 years now, where Game.System == "GBC" results in an Emulator with a SystemID. Don't revert without volunteering to fix tasvideos"
...
This reverts commit 31bf9b9147
.
2020-08-09 16:31:49 -04:00
adelikat
31bf9b9147
hack rom loader to keep doing the bullshit we've been doing for 8 years now, where Game.System == "GBC" results in an Emulator with a SystemID. Don't revert without volunteering to fix tasvideos
2020-08-09 15:29:41 -05:00
adelikat
c844af3bbb
RomLoader - remove an unused parameter in LoadOther
2020-08-09 15:15:26 -05:00
adelikat
729934aa42
unknown PCE-CD games should have PCE as the Game.System, to be consistent with the discs that can be properly identified
2020-08-09 15:11:35 -05:00
adelikat
3eca5286b5
DS - avoid allocating a byte buffer everytime a savestate is made
2020-08-09 11:47:52 -05:00
adelikat
a2414f2b4e
Tastudio - branches - enable multi-select and implement ability to remove multiple branches
2020-08-08 16:24:07 -05:00
nattthebear
5cbd1ed385
zwinder buffer - when saving to disk, only save what has actually been put in the buffer
2020-08-08 13:11:19 -04:00
adelikat
78b03cbdec
remember to set pauseInterrupted = false, when responding to said flag. Use TasView mouse leave instead of form leave for leave logic, since form leave doesn't fire if you move your mouse too fast because winforms is bad. This fixes #2275 and #2258
2020-08-08 10:49:12 -05:00
adelikat
b101df8235
Allow multiple marker selection, and multiple marker deletion, also dejunkify some hack workarounds that aren't needed anymore, and fix focus issues on input roll
2020-08-07 21:03:04 -05:00
Paul Kratt
05c5148610
Merge pull request #2277 from Sappharad/gpgx_ssfmapper
...
Migrate to latest MD cart mappers from GPGX upstream
2020-08-07 20:48:36 -05:00
adelikat
0818e40149
misc cleanups in client.common
2020-08-07 16:19:54 -05:00
nattthebear
25bdeb7f69
Use alloc_plain to allocate the md_cart space so it will be writable if needed
...
This lets us support mapper32k_w without needing extra hacks. Because of lazystates, this doesn't hurt us on state size either (lazystates did not exists when we did 722358c1b1
2020-08-07 07:17:14 -04:00
YoshiRulz
476295ccec
Remove unused HawkFile static helpers
2020-08-07 16:30:17 +10:00
YoshiRulz
e02a3d3baf
Fix double HawkFile construction
2020-08-07 16:29:09 +10:00
YoshiRulz
74bfac2359
Add missing imports to tests
...
fixes c4202fea2
2020-08-07 12:59:39 +10:00
YoshiRulz
c4202fea2e
Fix namespaces in test project
2020-08-07 12:46:40 +10:00
Sappharad
c3c9a4c81f
New GPGX build
2020-08-06 21:44:15 -05:00
Sappharad
db0f2a65a1
Migrate to latest GPGX MD Cart mapper support
2020-08-06 21:40:43 -05:00
adelikat
84df4141ea
tastudio - bump up the default statemanager buffer settings
2020-08-06 19:25:24 -05:00
zeromus
7799abc8a0
change git@ submodule urls (llvm-project and dobiestation) to https, like all the other existing submodules. one still has the nuisance of placating git when pushing, but at least one can CLONE without needing credentials setup.
...
typically changing the submodule paths wrecks repositories. you can try to repair it by deleting the directories and doing "git submodule update --init --recursive" from the bizhawk root. In my experience, git GUIs may mess something up here
2020-08-06 16:05:34 -04:00
zeromus
eee7d52c80
add waterbox readme notes concerning autocrlf and submodules
2020-08-06 15:56:05 -04:00
adelikat
491c5c20b6
Tastudio - fix NRE when input editing after importing a bk2
2020-08-06 13:22:11 -05:00
adelikat
f2dba97197
Tasproj versioning - use constant in unit test so it doesn't fail on next version bump, when converting bk2, slap the current tasproj verison on it, converting to bk2, remove tasproj version
2020-08-06 13:15:29 -05:00
adelikat
af5acb457d
a few pointless refactors
2020-08-06 13:15:29 -05:00
nattthebear
c32ca26790
saturnus - default ss.correct_aspect to off
2020-08-06 13:13:11 -04:00
nattthebear
9600bc2ce0
ps2 - add fenv support and recompile dobie with it
...
This isn't so great, and could lead to nondeterminism or abi violations depending on how things use fenv. For now it's just a dobie experiment
2020-08-06 07:28:24 -04:00
nattthebear
3db2818eb2
Rework a waterbox script slightly
2020-08-05 22:33:23 -04:00
adelikat
ac139eabf2
remove byte[] SavestateBinary() from IStatable, consolidate IBinaryStatable into IStatable now that they are the same
2020-08-05 21:07:30 -05:00
adelikat
a93a94aead
remove some usages of SavestateBinary() with the CloneSavestate() extension method
2020-08-05 20:50:46 -05:00
adelikat
2a4cba4f7e
remove option to not save SavestateHistory in .tasproj files, turns out the pre-zwinder implemetnation never exposed a way to turn this off either (except direct json editing). And it seems questionable, we have export to .bk2, clear history, auto-save options, etc if you need a historyless file
2020-08-05 20:48:08 -05:00
adelikat
296b321796
remove some unused code
2020-08-05 20:43:14 -05:00
adelikat
357d87239b
Rewrite TasStateManager ( #2274 )
...
* zwinder state manager wip
* stuff
* fixes
* slightly better defaults
* stuff
* re-delete TasStateManager - re-added by my bad rebase attempt
* add back in saving of a default.tasproj, we are a lot of refactors away from not having to do this
* Make zwinder loadstate a factory method
* progress on wiring up Zwinder to movie shenanigans
* zwinder now survives save/load
* hack for settings to exist
* fix test
* shenangians for frame 0, add some asserts to the unit test
* Add crappy impl of integrity check for zwinderstatemanager
* remove Any() from the IStateManager contract, since it should always have at least 1 state
* move ZwinderStateManagerSettings to its own file
* use NonState, it's there and I suppose this was the intent
* add a test
* don't attempt to capture states if we aren't "currentt"
* ugh
* small cleanup
* ZwinderStateManagerSettings - implement necessary copy constructor
* wire up Settings updating, get rid of Settings setter, add some documentation to IStateManager
* shenanigans to fix Savestate settings UI
* Play around with "high priority"
It's really a mess because there's no information feeding between high priority and normal priority on what captures should take place...
* this fixes the branch gap problem
* bump tasproj version to 1.1, warn user and gracefully handle loading an incompatible version
* if a movie starts from savestate, stuff the anchored state into TasStateManager instead of a frame zero state
* ZwinderBuffer - remove some unused usings
Co-authored-by: nattthebear <goyuken@gmail.com>
2020-08-05 20:39:15 -05:00
YoshiRulz
fcbe8333a6
Move Comm and SaveState APIs to Client.Common
2020-08-06 00:29:50 +10:00
YoshiRulz
13ab27ca4e
Simplify API impl. instantiation
2020-08-06 00:19:08 +10:00
alyosha-tas
c8b8efedac
GBHawk: Fix start up time of HDMA
2020-08-04 10:14:47 -04:00
nattthebear
75aca0e7c6
Up the sbrk heap size for dobiestation
...
Guess it manages to run out with 4MB on some stuff?
2020-08-03 21:11:28 -04:00
zeromus
93c3f0f217
Merge pull request #2266 from TASVideos/ps2-disque-check
...
Reorder the optical disk id checks
2020-08-03 16:43:15 -04:00
SuuperW
12ef0fe35b
fix Lua crash (run Lua script, close Lua console, open different ROM)
2020-08-03 13:55:00 -05:00
nattthebear
8e8575ad69
Reorder the optical disk id checks
...
Seems like PS2 games have an appId of PLAYSTATION sometimes, so move the SYSTEM.CNF;1 check first
2020-08-03 12:14:59 -04:00
YoshiRulz
166c50b6cf
Finish implementing WebSockets
...
fixes dbcd6b5b6
2020-08-03 14:30:50 +10:00
David Ackroyd
dbcd6b5b68
Add WebSocket support; wraps BCL ClientWebSocket (squashed PR #2237 )
...
Co-authored-by: David Ackroyd <davidackroydmusic@gmail.com>
2020-08-03 13:11:29 +10:00
SuuperW
22d78efabd
fix separator bug in RAMWatch
2020-08-02 17:13:32 -05:00
SuuperW
ab0ca538f6
update libmelonDS.dll (see SuuperW/melonDS/DSHawk, updates since May 2nd.)
2020-08-02 16:23:40 -05:00
SuuperW
9af25f7180
rename NdsSettings to NdsSyncSettings, since that's what it is
2020-08-02 14:06:38 -05:00
SuuperW
2c0fa143c1
fix: attempting to change current movie's GreenzoneSettings would actually change the defaults
2020-08-02 10:40:12 -05:00
YoshiRulz
2761156fc3
Update GitLab CI
...
I was using artifacts wrong
I was using caches correctly but there weren't files to cache
should now be resistant to missing codegen'd files
2020-08-03 00:42:55 +10:00
adelikat
8531a292bc
rip out Savestate History settings form and reuse the default settings form instead
2020-08-01 17:30:50 -05:00
adelikat
07429a4640
Tastudio - rework DefaultGrezoneSettings to only depend on a settings object and a savecallback
2020-08-01 17:19:30 -05:00
adelikat
369b7830a5
add Cyorter's Input display lua script, that gives a graphic based (FCEUX style) input display for most non-analog peripherals
2020-08-01 16:46:49 -05:00