Asnivor
2202efb124
gamedb: fixed some formatting in zxs and cpc files
2018-09-21 15:30:50 +01:00
Asnivor
314c854422
DevTools: Added NOINTRO->GameDB parser
2018-09-21 15:23:57 +01:00
Asnivor
0d1cfa843b
GameDB: Added AmstradCPC
2018-09-21 14:13:00 +01:00
Asnivor
5207d2436a
GameDB: Added ZXSpectrum
2018-09-21 14:01:57 +01:00
Asnivor
5d4d9c94a4
DevTools: DAT->GameDB parser (currently only TOSEC implemented)
2018-09-21 13:22:35 +01:00
Asnivor
2ed0c919d2
Merge pull request #1330 from TASVideos/z80fixes
...
Z80: fix IN A, (N) flag affection
2018-09-19 23:01:30 +01:00
Asnivor
e0b6c67b70
CPCHawk: Menu and GUI fixes
2018-09-19 17:46:58 +01:00
Asnivor
43f401a193
CPCHawk: Update readme
2018-09-19 17:03:57 +01:00
Asnivor
2565f49c89
Merge branch 'AmstradCPC' into master
2018-09-19 14:56:41 +01:00
Asnivor
95e565c545
CPCHawk: Start of new CRCT and Gatearray implementations
2018-09-19 14:35:22 +01:00
Asnivor
3d55446526
A, (N) flag affection
2018-09-19 13:10:41 +01:00
Asnivor
864021031b
SMSHawk: moved rastan saga (japan) to GG gamebd and set GG_in_SMS compat mode. This fixes controls not working - #1157
2018-09-18 11:46:45 +01:00
Asnivor
becaff7e48
SMSHawk: moved castle of illusion to GG gamedb and set GG_in_SMS compat mode - #1157
2018-09-18 11:43:05 +01:00
Asnivor
b3e79d5474
SMSHawk: GG WWF Steel cage challenge - moved to gg gamedb and set GG_in_SMS compat - #1157
2018-09-18 11:38:59 +01:00
Asnivor
64d053187d
SMSHawk: GG Predator 2 - moved to gamedb_sega_gg.txt and set GG_in_SMS - now working. - #1157
2018-09-18 11:35:19 +01:00
Asnivor
ef1a39dd99
SMSHawk: GG Prince of Persia - moved from SMS to GG gamesdb.txt - set GG_in_SMS compat mode - now working - #1157
2018-09-18 11:32:05 +01:00
Asnivor
c4dd4c50e2
Z80: undo flag oops
2018-09-18 11:13:31 +01:00
Asnivor
1025167104
SMSHawk: GG - fixed double dragon missing background - #1157 #1320
2018-09-18 11:11:59 +01:00
Asnivor
a7386a52f0
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2018-09-18 10:54:55 +01:00
Asnivor
f62ab685a9
ZXHawk: Fix core GUI windows monospace weirdness
2018-09-18 10:50:15 +01:00
zeromus
9d99995e04
small revision to 14ad5a3907
to work better in some cases with really, really weird window sizes
2018-09-15 23:17:47 -04:00
feos
0869c4b31c
ffmpeg writer:
...
- make all formats editable (only custom is saved tho)
- deduce extension (since -f is required)
- restore ffv1
- fix #1325
2018-09-16 00:31:09 +03:00
feos
b83c99c857
gliden64: wire up overscan, but disable the ui option, because it somehow refuses to work
2018-09-15 20:30:19 +03:00
feos
2ab320ebf2
gliden64: wire up resolution display
...
the proper method is obviously hooking into m64p and getting this info via lua or something, but for now it's better than nothing (and easy)
2018-09-15 12:43:39 +03:00
feos
6af9b6aaa5
update gliden64 and wire up fxaa
2018-09-15 12:09:52 +03:00
Asnivor
95a68d1497
ZXHawk: Fix Tape and Disk media submenus opening at 0,0
2018-09-14 18:27:04 +01:00
Asnivor
a5fc5ed061
ZXHawk: Move core menu to the correct location
2018-09-14 18:03:18 +01:00
Asnivor
92f187fce1
RAMWatch: Enhancements ( #1315 )
...
fix #1257
2018-09-14 08:28:38 +03:00
Asnivor
afc5d516b8
Merge branch 'master' of https://github.com/TASVideos/BizHawk.git
2018-09-13 10:44:58 +01:00
Asnivor
c76e2f35a0
ZXHawk: Starting on UDI and IPF disk image support (although neither are fully working or hooked up yet)
2018-09-13 10:44:48 +01:00
zeromus
ba4b32f619
rename TempFileCleaner to TempFileManager; add global path config for temp files
...
I did this in a funny way (sets the environment for the process).
The idea is that any code which sloppily used Path.GetTempDirectory (etc.) would now have its pathing changed.
It is a little dangerous to allow this to be changed on the fly (I do allow it) since something may expect it to be stable, but I think it's OK.
So anyway. keep your eyes peeled for problems. It's possible I could do this differently and only affect a subset of safely managed things.
should fix #1252
2018-09-11 21:32:50 -04:00
Asnivor
faaf4d2f18
ZXHawk: Support double-sided *.dsk images and throw an exception if the images are not 42 track disks
2018-09-11 11:21:59 +01:00
zeromus
d4a48a8ee1
here's how I think input display should work. also fixes your bug. also breaks something that had this comment (maybe)
...
// adelikat: TODO: this is likely the source of frame 0 TAStudio bugs, I think the intent is to check if the movie is 0 length?
2018-09-10 16:57:10 -04:00
feos
c0650c7860
mgba: update build - zero bios state bug fixed
...
update submodule to latest bizhawk-0.6
2018-09-10 23:02:54 +03:00
zeromus
14ad5a3907
fix #1279 (warp speed during minimized)
2018-09-10 15:25:40 -04:00
feos
76cbc87f5c
submodule our fork of mgba
2018-09-10 22:22:07 +03:00
Asnivor
8a10ba6372
EmuHawk: ToolManager.IsAvailable<T> ( #1294 )
2018-09-10 22:08:44 +03:00
nog5
c012f56e45
lua: forms.drawText() horizontal alignment "right" fix ( #1316 )
...
The lua function forms.drawText() horizontal alignment "right" did the same as "center"
2018-09-10 21:18:31 +03:00
feos
11065c46bd
apparently this dialog wasn't nifty enough
2018-09-10 20:43:46 +03:00
feos
fbdea8282d
add missing zxs mnemonics
...
tastudio: properly handle Show X menu items
2018-09-10 20:22:41 +03:00
Asnivor
3e8326da50
Lua: client.getversion() - #1314
...
fix #1271
2018-09-10 19:24:36 +03:00
Asnivor
bd26f73516
Merge branch 'master' of https://github.com/TASVideos/BizHawk.git
2018-09-10 10:08:45 +01:00
Asnivor
16d68ea813
ZXHawk: debug only zx-state snapshot export
2018-09-10 10:05:49 +01:00
feos
47a66db995
tastudio: break keys into as many menus as needed, and show their ranges
...
the code looks somewhat crazy
2018-09-09 21:13:42 +03:00
feos
1b6d6988fc
tastudio: break the keys menu into 2 dropdowns
...
WIP
2018-09-09 19:46:55 +03:00
feos
0893d96a7e
tastudio: menus for keys
2018-09-09 17:41:57 +03:00
feos
ef89b7bf67
tastudio: don't create player menus if we don't even have players
2018-09-09 16:48:25 +03:00
feos
1455e4cad7
tastudio: hide a few computer columns by default
2018-09-09 15:38:45 +03:00
feos
83f464528d
c64 state: it wasn't a wild stab
2018-09-09 00:20:05 +03:00
feos
aeca800c62
c64 state: drop 4MB more
...
now state sizes are either 268 or 277 KB
2018-09-08 23:42:51 +03:00