Commit Graph

6363 Commits

Author SHA1 Message Date
adelikat b4deb97587 Remove the same bogus logic that was in the mnemonic system for parasing analog input, this time in another bogus place bogusly copy/pasted and equally bogus logic, fixes N64 virtualpad playback behavior 2014-05-18 00:40:32 +00:00
adelikat d33a545605 Virtual Pads - Fix out of range exception when virtual pad is open, a movie is playing, and the movie goes into finished mode 2014-05-18 00:09:01 +00:00
adelikat 1306830c58 Frame Counter red when a lag frame, not sure when this got broke 2014-05-17 20:55:10 +00:00
adelikat 412b35fe51 N64 menu item for "Use Circular Analog Range" 2014-05-17 20:18:29 +00:00
adelikat 4fa6b94c1d Hook up N64 to circular analog constraint, put in config, on by default. Still todo: UI for the user to modify this variable 2014-05-17 20:02:10 +00:00
adelikat 0588c3d7ea Check in patch from zeromus that provides back end support for custom Axis constraints for analog input 2014-05-17 19:35:47 +00:00
adelikat 0f9488f405 N64 Controller Config - make not resizable 2014-05-17 13:57:43 +00:00
adelikat 82cb57fb29 N64 controller setting control - make it not throw null exceptions in the designer 2014-05-17 13:00:03 +00:00
adelikat d65157fa4b AR - respect core recommendations on by default 2014-05-17 11:59:02 +00:00
zeromus 449957e0a2 add MissingTypeHandling to json.net, to increase durability against config serialization type changes 2014-05-17 04:30:18 +00:00
zeromus f9477bb0f1 automatic client 1x/2x etc sizing should respect console and user AR options 2014-05-17 03:50:19 +00:00
adelikat 738c5b5bcc Start an Analog Range config widget in preparation of adding the ability for the user to select the N64 controller range on individual controllers 2014-05-17 03:13:02 +00:00
zeromus 8ba683f6bd remove requirement of shift-holding to doubleclick fullscreen toggle.. unless a zapper game is running. 2014-05-17 02:55:58 +00:00
adelikat 1895e15ea5 Create StatusStripEx similar to MenuStripEx and ToolStripEx to allow click through, and replace all our status bars with it 2014-05-17 00:42:28 +00:00
zeromus 19f3b1b1da here it is, fixed another way, for the record: float ranges can now support inverted senses. 2014-05-17 00:06:20 +00:00
goyuken 35b9746880 N64: set the analog keybinds for the Y axes to be flipped by default 2014-05-16 23:47:58 +00:00
adelikat 4f5e43f40c add Lua script that shows a target on screen for the zapper x,y 2014-05-16 22:55:11 +00:00
goyuken c87abe9503 fix analog axis names for xinput controllers 2014-05-16 14:43:56 +00:00
goyuken 5faa2de58c analog binds: support up to 50% deadzone. be warned; if you're using deadzones this big, it's likely that your controller is broken slop and nothing will make it feel good in play 2014-05-16 14:29:58 +00:00
adelikat f88640fddb N64 VirtualPad - when a movie is active show the previous frame's line on the analog control 2014-05-16 13:40:21 +00:00
adelikat f975e3da8b Toggle Fullscreen - change from double-click to shift+double-click 2014-05-16 12:49:19 +00:00
adelikat c702bc03f2 and that dialog needs CenterParent 2014-05-16 01:16:20 +00:00
adelikat 53644303ce put the quicknes icon on the quick nes graphics settings dialog 2014-05-16 01:11:09 +00:00
adelikat ac7ed11835 Fix mainform text property when you have a movie loaded and a rom not in the gamedb, this was a quick and dirty fix 2014-05-16 01:03:22 +00:00
adelikat cffa2dd6dc NES - Rip out controller settings stuff from Advanced movie settings 2014-05-16 00:53:10 +00:00
adelikat 0471ec197f NES - add a Controller Settings menu item only enabled on NEShawk and no movie active, has the same info as page 1 of advanced movie settings. Still todo: rip it out of advanced movie settings. Also un-interimed advanced movie settings and fixed up some better messages to user on some config dialog results 2014-05-16 00:24:40 +00:00
zeromus e4bf12ddf9 faster movie preloading 2014-05-16 00:12:08 +00:00
goyuken 0ec92e626e nes: make full_nes_palette.nes test work. colors still look a bit funky though 2014-05-15 23:25:49 +00:00
zeromus 1e4e675830 multicore scanning of movie files in movie play dialog. also take the BinarySavestateBase64Blob crap out of the properties listview, its useless information 2014-05-15 23:12:48 +00:00
goyuken 7cb2734b1d NES: controller stuff?? 2014-05-15 22:18:08 +00:00
adelikat ffb562235a Defaults for NES Paddle and Zappers, analog ones don't load though 2014-05-15 20:48:31 +00:00
adelikat 0fa33c7ca8 Fix N64 movie playback by removing a bogus defensive validation check that had bogus logic of ignoring input that didn't match the check. Bogus logic was bogus. 2014-05-15 18:48:41 +00:00
scepheo 0add712863 Removed one-use MaxHexValueFromMaxDigits function from StringHelpers.cs. 2014-05-15 15:12:30 +00:00
adelikat 4bcf217a99 another bot test 2014-05-15 14:35:19 +00:00
adelikat 56bcf1c056 bot testing 2014-05-15 14:31:17 +00:00
scepheo 12559588a3 Fixed indexing error on multi-byte RAM search. 2014-05-15 00:33:18 +00:00
adelikat 9414173a7c oops, and also make that previous commit cleaner 2014-05-15 00:00:02 +00:00
adelikat 2b89c32e4b Toggle Sound hotkey 2014-05-14 23:56:33 +00:00
adelikat 55b4dcd53c gui.text - remove hacks that attempt use window size. Better logic is to be pure client space, and let gui.drawText do anything else 2014-05-14 23:44:46 +00:00
adelikat 3ec27c502c Gui Options - Center parent 2014-05-14 22:28:24 +00:00
adelikat 438daacb2c N64 Video Plugin config - don't crash if user opens it before ever opening a n64 game 2014-05-14 22:17:50 +00:00
adelikat bf2ba0841a make recent n64 plugin UI logic I added be more clever 2014-05-14 22:04:47 +00:00
adelikat bec12f248a Refix N64 Video Plugin to allow it to open when the N64 core is not running. 2014-05-14 21:07:43 +00:00
goyuken 3405369d58 neshawk: fastererer 2014-05-14 15:46:16 +00:00
adelikat e51e8dead5 SNES - Make performance core the default 2014-05-14 12:47:36 +00:00
adelikat 578cc2c850 Front end for z64 rsp hle video plugin support 2014-05-14 02:29:59 +00:00
adelikat fa7b2ec441 N64 - add the rsp-z64-hlevideo plugin and add backend support for toggling between this and rsp-hle. Still todo: front end to set this 2014-05-14 01:50:36 +00:00
goyuken 3fa2b4629c NES: switch to quicknes palette as defaut 2014-05-13 23:26:39 +00:00
goyuken 9b0673daa7 add quicknes palette as an option for neshawk 2014-05-13 03:10:24 +00:00
goyuken 2c68aa81c6 gambatte: fix a few msvcisms and other warnings 2014-05-13 02:51:20 +00:00