adelikat
|
5781746251
|
Lua - use the proper Log method in some lua libraries
|
2017-07-10 11:24:32 -05:00 |
zeromus
|
2a2f3ea7e2
|
cleanup of some unused images
|
2017-07-10 00:48:36 -05:00 |
zeromus
|
3417453b43
|
use NLua+KopiLua instead of LuaInterface
|
2017-07-09 23:51:02 -05:00 |
zeromus
|
e1d0ea2bcb
|
fix prereq alert target url (fixes #910)
|
2017-07-09 13:23:04 -05:00 |
adelikat
|
af3ab7c208
|
TraceLogger - Turn off core tracing when closing, TooManager - check for disposed tools before running NewUpdate(), fixes #911
|
2017-07-09 13:19:09 -05:00 |
zeromus
|
cc33617f74
|
fix crash in snes virtualpad when mouse is used
|
2017-07-09 11:40:55 -05:00 |
adelikat
|
f53624f336
|
tastudio greenzone settings - don't check for if 64 bit process
|
2017-07-09 09:39:36 -05:00 |
adelikat
|
9a5ae16c7d
|
remove the 32bit gpgx, and refactor things to only use the 64 bit version. keep 64bit stuff in a gpgx64 folder to avoid git auto-rename detection shenanigans
|
2017-07-09 09:21:03 -05:00 |
Maximilian Peters
|
bbcea298d7
|
Added support for Lua scripts via the command line
|
2017-07-06 01:06:31 +02:00 |
adelikat
|
a2a27fb634
|
Merge branch 'a26peripherals'
|
2017-06-30 08:36:49 -05:00 |
Trivial-Man
|
8a2056193d
|
LuaCanvas: Add SetLocation function
Allows the user to reset the location of the canvas window at will while a script is running
|
2017-06-29 20:16:02 -06:00 |
Trivial-Man
|
22200171e7
|
LuaCanvas: Include GetMouseX & Y functions
Gets the X and Y coordinates for the mouse cursor relative to the canvas
|
2017-06-29 20:07:21 -06:00 |
Trivial-Man
|
1a1ae98a2e
|
EmuLuaLibrary.Gui: update createcanvas
createcanvas now takes additional parameters that specify where the canvas window should be created
|
2017-06-29 20:03:18 -06:00 |
Trivial-Man
|
5900f9b1ec
|
LuaCanvas: add parameters for specifying location
Constructor now takes in arguments for setting the x and y coordinates of the canvas window
|
2017-06-29 20:01:31 -06:00 |
Trivial-Man
|
eb6676e0ba
|
EmuLuaLibrary.Forms: add more PictureBox functions
Adds the functions for getting the mouse x and y coordinates from PictureBox components.
|
2017-06-29 19:59:27 -06:00 |
Trivial-Man
|
fdc30ccd12
|
LuaPictureBox: Add GetMouse
A simple function that gets the point the mouse cursor is at relative to the LuaPictureBox's upper left corner
|
2017-06-29 19:52:40 -06:00 |
adelikat
|
3be2a92390
|
wire up pizza boy as a sgb option in the core menu
|
2017-06-29 19:34:02 -05:00 |
adelikat
|
aaaeb95a05
|
Atari 2600 - update paddle virtualpads with the new float ranges
|
2017-06-29 13:46:17 -05:00 |
zeromus
|
2d29b8b245
|
dont crash when autoprescale is enabled and it's asked to _shrink_
|
2017-06-29 04:47:22 -05:00 |
adelikat
|
f5cb35a862
|
Atari 2600 - vritual pad and mnemonics for paddles
|
2017-06-28 14:27:15 -05:00 |
adelikat
|
d862ad8232
|
Atari 2600 - Virtual support for new controller configurations (Paddles just stubbed out), add Left and Rigth Difficulty toggle buttons to the console buttons section
|
2017-06-28 07:23:36 -05:00 |
adelikat
|
3d443b3e2f
|
Cheats - change button name from Game Genie to Code Converter. Cheat Code Converter - show a not supported message if user tries to enter a Game Genie code for SNES since we do not currently support that scenario
|
2017-06-27 21:06:36 -05:00 |
zeromus
|
7a2c8bbf69
|
shut up MSB3270
|
2017-06-27 16:25:50 -05:00 |
adelikat
|
434527666c
|
Fix Nes and GBA core picker menus
|
2017-06-26 19:19:06 -05:00 |
zeromus
|
cad5f441dd
|
fix build paths to output
|
2017-06-26 17:57:50 -05:00 |
zeromus
|
0085729392
|
delete x64 build configuration, use anycpu instead. take care to set Prefer32Bit false in exe csproj, since visualstudio's gui preference doesn't work.
|
2017-06-26 17:47:51 -05:00 |
zeromus
|
9ad4c32b73
|
fix global base path handling to make some sense to me
|
2017-06-25 23:12:31 -05:00 |
Trivial-Man
|
d3834fff49
|
Merge branch 'master' into master
|
2017-06-25 18:45:41 -06:00 |
alyosha-tas
|
a0a84173e5
|
Update MainForm.Designer.cs
Add warning for SMS BIOS setting
|
2017-06-22 16:37:35 -04:00 |
alyosha-tas
|
1b6011cefa
|
Update ProfileConfig.cs
Make SMS UseBIOS true by default
|
2017-06-22 16:34:54 -04:00 |
zeromus
|
390e5b1a26
|
fix avi dumping on x64
problem was 4bytes only gap before lpParams.
did I break the struct for 32bit?
|
2017-06-20 23:27:44 -05:00 |
Trivial-Man
|
a6eb3f060e
|
Include LuaPictureBox in project
Oops.
|
2017-06-20 02:18:24 -06:00 |
Trivial-Man
|
2ddadeae24
|
Add PictureBox component and methods for drawing on it
|
2017-06-20 01:20:27 -06:00 |
Trivial-Man
|
b0e39406a6
|
Use LuaPictureBox functions in LuaCanvas
Also add in the missing error logs and correct some typos in LuaMethodAttributes.
|
2017-06-20 01:18:35 -06:00 |
Trivial-Man
|
089c487f26
|
Use LuaPictureBox for the LuaCanvas
|
2017-06-20 01:16:57 -06:00 |
Trivial-Man
|
28acb602ae
|
Create LuaPictureBox component
|
2017-06-20 01:12:13 -06:00 |
adelikat
|
46568bf1ec
|
N64 - disable cxd64 lle RSP pluging since we don't have one that works for 64bit, and no one was probably using it anyway
|
2017-06-19 18:00:19 -05:00 |
adelikat
|
4982af7521
|
Merge branch 'master' into waterbox2
# Conflicts:
# BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.ISaveRam.cs
|
2017-06-19 10:04:46 -05:00 |
adelikat
|
162e851468
|
Saturn - virtualpad support for Mission and Dual Mission
|
2017-06-18 16:05:46 -05:00 |
adelikat
|
5c71fc2e34
|
Saturn - Wheel - virtual pad support
|
2017-06-18 15:03:51 -05:00 |
adelikat
|
7e98cd6ec9
|
Saturn - mouse - make button names consistent with other cores, virtual pad support
|
2017-06-18 15:03:50 -05:00 |
adelikat
|
b22787fc44
|
Saturn - 3d pad - set mids for analog ranges, finish virtualpad support
|
2017-06-18 15:03:49 -05:00 |
adelikat
|
d7423d45a0
|
File Extensions dialog - support .cue, also fix specific platform setting it looks like it never worked in the first place
|
2017-06-17 17:29:16 -05:00 |
nattthebear
|
aac25082d0
|
Video dumping: Store the audiosync option in configuration, and default it to true. If the emulator's av output is perfect, the two will produce identical results. In every instance I'm aware of where the emulator's av output is not perfect, the audio sync mode will produce better results.
|
2017-06-16 14:11:43 -04:00 |
alyosha-tas
|
5a44c10a79
|
Update MainForm.cs
|
2017-06-16 10:34:35 -04:00 |
nattthebear
|
803190e6b4
|
protip: When refactoring, it's not OK to just make it not work. Fixes #873
|
2017-06-15 20:40:38 -04:00 |
zeromus
|
4e1decfa21
|
add LuaCanvas DrawArc missing from last luacanvas PR merge
|
2017-06-15 15:01:50 -05:00 |
Trivial-Man
|
eff9308bbf
|
Add drawing features
Brings canvas up to feature parity with LuaLibraryBase
|
2017-06-15 11:41:27 -06:00 |
adelikat
|
796f9ddaa7
|
snes9x - support snes obj toggle hotkeys
|
2017-06-14 17:28:02 -05:00 |
adelikat
|
6660223459
|
snes - support bg toggling hotkeys on snes9x. snes9x doesn't support individual obj setting so those hotkeys just do nothing for now.. That probably needs to be addressed better.
|
2017-06-13 20:56:47 -05:00 |
adelikat
|
a4672027c9
|
bsnes - layer toggling move ui from menu items to checkboxes in the options dialog
|
2017-06-13 20:29:42 -05:00 |
adelikat
|
03ceeecddb
|
snes options -> bsnes options
|
2017-06-13 19:06:53 -05:00 |
adelikat
|
b1c5e35005
|
bsnes - dont' show profile name in the core name in the status bar
|
2017-06-13 19:01:32 -05:00 |
adelikat
|
58b424e53e
|
Rewind config - minimum state buffer size of 50mb
|
2017-06-13 17:23:57 -05:00 |
nattthebear
|
1314912cf8
|
libsnes: Hack about a bit to make the graphics debugger function again. It probably crashes somewhere...
|
2017-06-13 17:55:07 -04:00 |
adelikat
|
d91e3b9dcb
|
Fix oopsies from merge, update SNESOptions ui to account for the Crop SGB option
|
2017-06-13 08:24:37 -05:00 |
adelikat
|
97d7dd7f42
|
merging master into waterbox2 this one was messy may be regressions
|
2017-06-13 08:16:25 -05:00 |
adelikat
|
8c40d2908c
|
bnes - remove the force determinism setting (hack) since it is no longer relevant
|
2017-06-12 21:03:11 -05:00 |
adelikat
|
9eb2fcc34c
|
bsnes - remove profile sync setting and related code
|
2017-06-12 20:56:34 -05:00 |
adelikat
|
971c6a9df6
|
bnses options - remove profile options
|
2017-06-12 20:56:33 -05:00 |
adelikat
|
ac6b18c137
|
tastudio - change performance profile nag to a snes9x nag
|
2017-06-12 20:56:32 -05:00 |
adelikat
|
a0f09b230f
|
rip out bsnes performance profile movie recording warning but replace it with one for snes9x
|
2017-06-12 19:58:53 -05:00 |
adelikat
|
e6d1850361
|
N64 - include a 64bit version of mupen64plus-rsp-cxd4.dll, rip out Rsp_Z64_hlevideo since it is giving us no value added, as it was intended to go with the z64 video plugin (that we don't support nor need to)
|
2017-06-12 19:37:45 -05:00 |
adelikat
|
87897b936a
|
Remove NewN64PluginSettings dialog since it was never built or used, and there's better ways to do things now anyway
|
2017-06-12 13:52:31 -05:00 |
adelikat
|
b1918759be
|
N64 - Remove commented out jabo code
|
2017-06-12 13:07:06 -05:00 |
adelikat
|
0712833de1
|
N64 plugin config dialog - re-order plugin tabs, put GLideN64 first
|
2017-06-12 12:48:04 -05:00 |
zeromus
|
39433e509e
|
change some output64 to output
|
2017-06-12 01:38:02 -05:00 |
zeromus
|
0942d4f498
|
remove x86 project configurations
|
2017-06-12 01:24:35 -05:00 |
zeromus
|
6db010e384
|
add 'crop SGB frame' option; fixes #871
|
2017-06-11 18:20:55 -05:00 |
alyosha-tas
|
5b3c742f0d
|
Add files via upload
|
2017-06-11 18:31:25 -04:00 |
alyosha-tas
|
ad1e222cbd
|
Create MainForm.cs
|
2017-06-11 18:29:12 -04:00 |
alyosha-tas
|
05f1b21b61
|
Create MainForm.Events.cs
|
2017-06-11 18:25:50 -04:00 |
zeromus
|
eec9c54236
|
comment out all dynarec related things
|
2017-06-11 17:24:32 -05:00 |
zeromus
|
503261af35
|
comment out all jabo related stuff
|
2017-06-11 17:24:32 -05:00 |
alyosha-tas
|
16163d959e
|
Add files via upload
|
2017-06-11 18:17:34 -04:00 |
alyosha-tas
|
3c46604f28
|
Add files via upload
|
2017-06-11 18:15:11 -04:00 |
alyosha-tas
|
a78f0b5fde
|
Delete temp.txt
|
2017-06-11 18:12:54 -04:00 |
alyosha-tas
|
dcc9857a1a
|
Add files via upload
|
2017-06-11 18:12:32 -04:00 |
alyosha-tas
|
4f97dd224b
|
Create temp.txt
|
2017-06-11 18:12:04 -04:00 |
adelikat
|
d18a512db8
|
Saturn - virtualpad support for 3d controller, however, analog stick needs some fixes to support the large analog range of the stick
|
2017-06-11 14:45:18 -05:00 |
nattthebear
|
e73157bb49
|
ahh, yahbooze, we hardly knew you...
|
2017-06-11 14:44:47 -04:00 |
adelikat
|
1e4eb41972
|
Controller config - support up to 12 controllers
|
2017-06-11 12:04:03 -05:00 |
adelikat
|
5406da7406
|
Saturn - start virtualpad support - multitap logic in place, only standard controllers currently
|
2017-06-11 09:36:01 -05:00 |
adelikat
|
4e070fd43f
|
update statusbar on loadstate slot 7
|
2017-06-10 16:45:42 -05:00 |
nattthebear
|
36be9e9fc7
|
snes: waterboxification phase 2
|
2017-06-10 14:16:25 -04:00 |
adelikat
|
d93f71c1a3
|
cleanup GenericCoreConfig.cs
|
2017-06-07 15:11:29 -05:00 |
adelikat
|
495431fb56
|
snes options dialog - hide the "Not supported yet" when hiding the accuracy core option
|
2017-06-07 14:23:30 -05:00 |
adelikat
|
e298863b3d
|
VB - virtual pad support, slight fix to button order on controller config
|
2017-06-06 11:38:43 -05:00 |
adelikat
|
b39c2dccf0
|
NGP - mnemonic for Option button, Virtualpad support
|
2017-06-06 11:07:16 -05:00 |
adelikat
|
5fec117b68
|
Roll back to .NET 4.6.1 (instead of 4.6.2) to avoid a dependency on Windows 10 Anniversary Update for Windows 10 users
|
2017-06-06 10:24:21 -05:00 |
adelikat
|
87ce1086cb
|
snes9x - virtualpads
|
2017-06-04 19:44:25 -05:00 |
adelikat
|
4ae0b2cd22
|
Merge branch 'master' into waterbox2
Conflicts:
BizHawk.Client.EmuHawk/MainForm.Events.cs
BizHawk.Client.EmuHawk/MainForm.cs
|
2017-06-04 18:18:11 -05:00 |
adelikat
|
8e33182a56
|
Profile config dialog - positioning cleanup
|
2017-06-04 18:06:42 -05:00 |
adelikat
|
bd8ab03299
|
Profile config - new snes logic
|
2017-06-04 17:53:14 -05:00 |
adelikat
|
05bc1d34fd
|
Hotkeys for toggling Gameboy
|
2017-06-04 14:14:06 -05:00 |
adelikat
|
18a240227a
|
oops, this shoudl have been part of last commit
|
2017-06-04 13:28:12 -05:00 |
adelikat
|
6234eaff21
|
Remove context menu core selection since it wasn't being maintained anyway
|
2017-06-04 12:57:18 -05:00 |
adelikat
|
8ddb430f27
|
fix nes, gba, and atari7800 core pickers to be submenus, to better clarify what the two core choices are
|
2017-06-04 12:53:31 -05:00 |
adelikat
|
c549908f10
|
Change Config -> Core -> SNES menu to be a simple snes9x/bsnes picker instead of allowing bsnes profile selection
|
2017-06-04 12:25:01 -05:00 |
adelikat
|
cd7e6f4f67
|
add c64 file extensions to open file dialog for release builds
|
2017-06-03 14:20:12 -05:00 |