adelikat
6a09bbce38
Branches - fix settings the designer barfed on in a previous commit, and a bit of cleanup
2020-09-27 10:35:58 -05:00
adelikat
cc66ba81c9
Tastudio - branches - disable toolbar buttons and menu items that need specifically 1 branch selected when multiple branches are selected
2020-09-27 10:23:51 -05:00
adelikat
a5884622c8
Tastudio - BookMarks - sanely handle updating toolbar buttons, fixes buttons not disabling when de-selecting
2020-09-27 10:15:19 -05:00
adelikat
a0943000a3
InputRoll - fire selected index changed event on DeselectAll()
2020-09-27 10:10:30 -05:00
adelikat
33c8808ee4
PSX - initialize with a single controller + memcard instead of two, to be consistent with other cores
2020-09-27 09:59:05 -05:00
adelikat
ad9a04d918
Lua Console - fix Session saving saving the session filename instead of the script filename, fixes #2400
2020-09-27 09:48:45 -05:00
adelikat
725cee8b62
Ram Search - persist Use Undo History, and also set it to true by default, fixes #2413
2020-09-27 09:32:34 -05:00
adelikat
63f9de42a7
Tas Profile - fix mistake of snes9x being the snes core instead of bsnes. Also turn off GBC in GBA setting, after discussing with tasvideos staff, this setting is specifically preferred to be false.
2020-09-27 09:10:15 -05:00
RetroEdit
cf58dd8ad1
Minor GB/C and PCFX firmware detection revisions ( #2430 )
...
Change the status of alternate GB/C firmware options to unacceptable. Quoting from CasualPokePlayer "Gambatte is definitely not emulating those cpus [dmg0 and cgb0]. So you would end up with quirks of newer cpus being combined with bootroms only present in older cpus."
Also fix what looks to be a longstanding typo where the PCFX BIOS v1.01 was not being properly detected.
2020-09-27 13:30:12 +00:00
TiKevin83
a932cce636
Revert "initial attempt at a firmware fallback for Gambatte's clean room patch"
...
This reverts commit be25ad0bc8
.
Meant to push this to a different branch for PR
2020-09-26 19:14:20 -04:00
TiKevin83
be25ad0bc8
initial attempt at a firmware fallback for Gambatte's clean room patch
2020-09-26 19:12:58 -04:00
YoshiRulz
bb0e92a830
Change build path of executables to output/dll but gooder
...
fixes 5ae13a230
, 49a18d83b
2020-09-27 02:28:42 +10:00
YoshiRulz
c0b755a33b
Recompile Cygne, Handy, mGBA, and QuickNes for Linux
2020-09-26 22:19:02 +10:00
YoshiRulz
66eceac5fa
Allow compilation of QuickNes lib on Linux
2020-09-26 22:06:39 +10:00
James Groom
b99bfa4892
Add note under libdarm re: submodule
2020-09-26 21:58:41 +10:00
zeromus
49a18d83bf
I don't know what the fuck this is, and I don't care. If I can't open the sln and debug emuhawk, then it's broken.
...
Revert "Change build path of executables to output/dll"
2020-09-26 00:47:10 -04:00
alyosha-tas
bac502671f
GBHawk: rewok interrupt handling to pass more tests and behave like gambatte on Gensan 2
2020-09-25 20:19:53 -04:00
alyosha-tas
39f6668f18
dual gameboy: fix XML generation and core preference selection
2020-09-25 09:12:33 -04:00
alyosha-tas
7e7713c955
GBHawk: fix color displayed when BG is off
2020-09-24 17:26:50 -04:00
nattthebear
7ea7f75f50
Fix some arm disassembly stuff
...
Some random code which is trying to align columns or something gets pooped up because "BLX" has no second part
2020-09-24 14:52:28 -04:00
nattthebear
fe929c0c55
Fix SGB core picker which was broken ( #2422 )
...
* Fix SGB core picker which was broken
* Restore default SGB core choice of SameBoy
In 2.4.2 and before, SameBoy was implicitly the default, but this makes the choice more explicit and the core picker UI properly show the chosen core when nothing has been selected yet.
* Cleanup core picker UI gen
* Remove now defunct SgbUseBsnes option from Config
Co-authored-by: RetroEdit <30182911+RetroEdit@users.noreply.github.com>
Co-authored-by: YoshiRulz <OSSYoshiRulz@gmail.com>
2020-09-24 09:23:12 -04:00
nattthebear
757ac4e27e
Fix crash saving zwinder state manager when things align a certain way
2020-09-23 22:03:37 -04:00
YoshiRulz
276e8ab185
Fix compilation of ext. tools, fix style warnings in AutoGenConfig
2020-09-23 21:51:32 +10:00
YoshiRulz
f8e624befe
Create common property IsTargetingNetFramework
...
* if true, will add reference assemblies <PackageReference/>
* slightly less dumb <Move/>
2020-09-22 22:11:00 +10:00
YoshiRulz
1fdd2d5eb1
Import MainSlnCommon.props in MainSlnExecutable.props
2020-09-22 20:51:36 +10:00
YoshiRulz
5ae13a2309
Change build path of executables to output/dll
...
* post-build step moves .exes up a level, to output
* also fixed OpenTK.dll.config location
* also removed redundant step from packaging scripts
* future executables need to be capable of resolving assemblies in dll
2020-09-22 09:39:53 +10:00
YoshiRulz
000e2af543
Extract .props for executable projects
2020-09-22 09:33:53 +10:00
YoshiRulz
da26a18bf5
Remove redundant <AppendTargetFrameworkToOutputPath/>
2020-09-22 09:33:49 +10:00
YoshiRulz
877bb2ccea
Move Assets to output <Target/> to BizHawk.Common
2020-09-22 09:33:44 +10:00
zeromus
c64fb11d0d
dialogs shouldnt be opened without an owner. so give all them an owner. fixes #2420
2020-09-21 13:11:28 -04:00
YoshiRulz
fb5a5ed78c
Add libdarm.so, migrate Darm class to BizInvoker
...
`Tools` > `Debugger` no longer crashes immediately on Linux with mGBA core
2020-09-21 01:38:09 +10:00
YoshiRulz
0bdd1b6d64
Add libdarm submodule and build script
2020-09-21 01:37:27 +10:00
Moritz Bender
e5d04e1e52
Fix tasproj backup files getting saved with savestates / greenzone ( #2416 )
2020-09-20 09:31:48 -05:00
Ethan Arns
8391be5ae7
Added Pop_OS support
2020-09-20 05:24:00 +10:00
RetroEdit
b1a64e2212
Broaden usage of TAStudio-specific movie-loading. ( #2411 )
...
* Broaden usage of TAStudio-specific movie-loading.
fixes #2386
* TAStudio drag-drop: use LoadMovieFile for consistency
2020-09-18 20:08:49 -05:00
James Groom
a5d166cf71
Partial fix for #2353 (files in dev builds) ( #2410 )
...
* Move .so libraries to dll dir, update some build scripts
* Move OpenTK.dll.config with OpenTK.dll
* Keep EmuHawkMono.sh in Windows-built artifacts
* Add Package.sh to match QuickTestBuildAndPackage.bat
used as `Dist/BuildRelease.sh && Dist/Package.sh`
* Update GitLab CI to use Package.sh
2020-09-18 20:08:34 -05:00
nattthebear
302b12cda8
Remove infinite loop on certain stream copy failures
...
Instead we get an error message now
2020-09-18 18:10:40 -04:00
RetroEdit
0d72cd901a
Replace SelectionFocused variable I accidentally added
2020-09-18 20:38:10 +00:00
RetroEdit
9e4f81e3a4
Markers/branch multi-selection ( #2409 )
...
Fixes #2215
* Make marker/branch columns use ColumnType.Text
One step towards fixing multiselect for markers and branches
* Disable some input operations while TasView is unfocused
This prevents accidentally deleting inputs while branches or markers are selected.
2020-09-18 19:39:04 +00:00
adelikat
0ecd155758
Lua console - enable multi-select, InputRoll - refresh on select/deselect all, fixes #2401
2020-09-18 14:29:46 -05:00
RetroEdit
35754469aa
Select only the new branch when created, fixes #2405
2020-09-17 22:34:00 +00:00
YoshiRulz
b6a3c20b49
Code style: Remove a redundant semicolon
2020-09-18 07:28:11 +10:00
YoshiRulz
727c6bc51f
Make ToolFormBase implement IToolForm
2020-09-18 07:28:08 +10:00
YoshiRulz
8aa3dcf72f
Remove ToolFormBase.Config and use base property
...
The non-weird init in ToolManager can't pass in the ctor because 1. Config is
written to in Restart as well as Load and 2. it's a base class and that's not
how ctors work and I should know this
2020-09-18 07:27:59 +10:00
YoshiRulz
9a6b853a49
Fix line breaks in two labels in OpenAdvancedChooser ( fixes #2407 )
...
fixes 64d14a7f9
2020-09-18 02:52:42 +10:00
alyosha-tas
2f01ac2212
GBHawk: add in missing variable to state
2020-09-16 20:54:51 -04:00
zeromus
714fd0fddc
someone also needs to update the batch files themselves, and the README
2020-09-16 06:50:59 -04:00
zeromus
3c8a1a5286
fix appveyor
2020-09-16 06:42:40 -04:00
zeromus
09a9bfbc2f
rename dist batch files so mistakes are less likely.
2020-09-16 01:13:53 -04:00
YoshiRulz
afbce436cd
Restore FormBase.WindowTitleStatic semantics without breaking Designer
...
fixes daf6f516c
which fixed regression in aa1de1c9d
2020-09-15 13:47:51 +10:00