adelikat
db50cfc648
Merge branch 'lua-polygon-pos'
2018-11-18 08:28:05 -06:00
adelikat
7d708029ad
drawPolygon - change x,y to offsetX,offsetY, make them truely optional by fixing a subtle order of operations problem
2018-11-18 08:27:32 -06:00
adelikat
ee9e21bcb2
Merge pull request #1180 from AntyMew/lua-polygon-pos
...
Lua: Add optional position parameters to `DrawPolygon`
2018-11-18 08:12:01 -06:00
adelikat
8582023346
Merge pull request #1291 from TASVideos/force_DE_onMovieRecord
...
EmuHawk: Movies and DeterministicEmulation - ensure this is enforced …
2018-11-18 08:06:34 -06:00
adelikat
1d82ab4e3a
Merge pull request #1326 from nog5/master
...
lua: drawText() vertical alignment "top" and "bottom" was backwards
2018-11-18 07:55:22 -06:00
zeromus
7a72bf72e6
experimental: add %rom% to path manager, so files related to a rom can be located relative to the rom
...
also refactored how %exe% worked because it blew my mind
2018-11-14 19:04:02 -05:00
zeromus
5a38882f9e
refix CDL autosave
2018-11-13 03:21:19 -05:00
zeromus
026bd3e1e5
more cdlogger ux improvements; fixes #1346
2018-11-13 02:06:39 -05:00
zeromus
872af8517f
improve CDL autoloading (should fix #1346 , but this is all a mess. I dont know)
2018-11-12 18:50:58 -05:00
zeromus
68f97a708d
fix more mess in cdl file management
2018-11-12 18:12:00 -05:00
zeromus
25dcc8d05d
try cleaning up some garbage in CDL file management
...
see #1346
2018-11-12 02:25:51 -05:00
zeromus
aee7358a6d
fix starting up in dist packages with dlls relocated
2018-11-06 19:05:03 -05:00
James Groom
ca021d96cc
Allow bizhawk to be built and run w/ MSBuild and Wine+Mono on GNU+Linux ( #1237 )
...
- Update to latest OpenTK, add input code from `mono-stable` branch
(kudos), and fix bugs arisen from version differences
- Move some functionality into Win-specific classes and add Wine+Mono
implementation where simple
- Add conditions to main loop so some things only run on Windows
2018-11-04 20:05:20 +03:00
zeromus
4e76bd97d1
fix regression from 2948d7597a
loading archive roms
2018-11-04 05:25:24 -05:00
zeromus
2948d7597a
fix breakage from june of opening libretro cores ( fixes #1357 )
...
@asnivor please check loading bundler XMLs
2018-11-02 15:48:30 -04:00
alyosha-tas
9ebe0d2531
Cheats: Toggle shortcut key function
2018-10-28 09:45:39 -05:00
Isotarge
e808618981
TAStudio: Squish some more exceptions
...
- Opening a TASProj or closing BizHawk with the Virtual Pad open
- Opening TAStudio with small window size saved in settings
2018-10-19 12:35:14 +10:30
Isotarge
c5407472cd
TAStudio: Prevent exceptions with small window size
2018-10-18 21:21:52 +10:30
cah4e3
2820187883
fix to #1345
2018-10-10 23:36:03 +03:00
alyosha-tas
bdc241d658
GBHawk: Fix Virtual Pad
2018-10-08 18:54:12 -05: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
feos
d1e7fc10fd
make ffmpeg segment numeration the same as vfw has
2018-09-21 23:43:50 +03:00
feos
966dbcab62
gliden64: restore non-working overscan for now
2018-09-21 23:43:50 +03:00
Asnivor
e0b6c67b70
CPCHawk: Menu and GUI fixes
2018-09-19 17:46:58 +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
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
nog5
6b3071d8a7
lua: drawText() alignment fix
...
The vertical alignment "top" and "bottom" was backwards
2018-09-14 23:16:35 +02: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
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
zeromus
14ad5a3907
fix #1279 (warp speed during minimized)
2018-09-10 15:25:40 -04: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