Commit Graph

461 Commits

Author SHA1 Message Date
adelikat f1c1b06a77 Path Config - fix folder browse behavior 2013-09-22 16:13:28 +00:00
adelikat 7a08cb1075 Fix some annoying warnings and some misc code cleanup 2013-09-14 19:34:14 +00:00
adelikat 377650d68e Fix saveram to have the .SaveRAM extension 2013-08-29 19:28:19 +00:00
adelikat cec62d38f5 Rewind Config - don't crash on load when rewind is off for the core currently loaded 2013-08-24 21:40:42 +00:00
goyuken ce3fc79e10 fix some path config problems. DGB didn't work at all, and screenshots and saverams may have been busted on some systems 2013-08-23 17:49:15 +00:00
adelikat a71837c3aa Fix path exceptions for various systems like GBC, and also clean up some terrible hacky code and do it in a nicer way 2013-08-23 16:03:57 +00:00
adelikat 0ceff61292 Replace ToolStrip with ToolStripEx in a few places 2013-08-21 20:16:23 +00:00
adelikat d2a879420e Remove old path config files 2013-08-14 13:18:55 +00:00
goyuken 6a01d9d9f6 analog control binding widget: deadzone now moves in increments of 5% 2013-08-14 00:30:24 +00:00
goyuken c85d69aa0a analog bind default deadzone to 10% 2013-08-13 23:18:47 +00:00
adelikat 4dfa647bd2 Path Config - attempt to make a selected path a relative one based on the platform (or base path if a global type). Uses a new pathmanager method TryMakeRelative() which could come in handy in other places in the system 2013-08-13 00:50:14 +00:00
adelikat d9115a2395 Path Config - fix bug where wrong path was being passed into the folder browse buttons 2013-08-13 00:03:50 +00:00
adelikat da451381c6 Path Config - when in non-interim mode, lock down unreleased cores 2013-08-12 22:31:48 +00:00
adelikat 705617566f Path Config - auto-complete for special commands 2013-08-12 19:30:05 +00:00
adelikat dfc6a4ba7f Fix bugs in my last path check in 2013-08-11 23:07:32 +00:00
adelikat 625f9c2fcd Rip out old path system and replace with new 2013-08-11 21:48:17 +00:00
adelikat fa8cbf650d New Path Config - defaults button 2013-08-11 20:06:27 +00:00
adelikat b0880eb4c0 New Path config - add Firmware button to systems that have firmwares that will open the firmware dialog directly to the given system 2013-08-11 19:05:05 +00:00
adelikat 00d370db23 New path config - fix anchoring issues 2013-08-11 16:20:35 +00:00
zeromus 85f83bea30 firmwareconfig-add WarpToSystemId 2013-08-11 15:48:47 +00:00
adelikat 0eb46dd11c New Path Config - lot's more progress - saving, recent for ROMs, misc things 2013-08-11 15:05:23 +00:00
adelikat 5f6f1e29b9 Some progress on new path config 2013-08-11 14:28:14 +00:00
adelikat df24f996e9 Fiish data entry of new path stuff, and fix the vs2012 build 2013-08-11 13:42:19 +00:00
zeromus 13dfca11a6 tidy firmware strings 2013-08-10 01:28:51 +00:00
zeromus 226622e339 renovate the firmware system. cores now have the ability to get firmware themselves, without needing to have files loaded or pass paths from the multiclient. users can select whatever firmware they want from the firmwares config dialog. 2013-08-10 01:17:06 +00:00
adelikat 3e16802382 Start new path config dialog INTERIM only, shows proof of concept of dynamic tab creation 2013-08-09 02:54:59 +00:00
adelikat 6472d48c1b Rewind Config dialog is no Chuck Norris, so don't attempt to divide by zero 2013-08-08 12:49:02 +00:00
adelikat 67bb7cbda6 Hotkeys - add an auto-complete search box 2013-08-05 13:23:17 +00:00
adelikat 8e8cf4a8fe HOtkeys dialog - focus on first input widget when changing tabs. However does not work on load because winform events suck 2013-08-04 20:51:49 +00:00
adelikat 311cea39e4 Hotkeys - fix bug where bindings could be lost on save, also clean up the InputWidget code some 2013-08-04 20:21:58 +00:00
adelikat 7cfd6f32b0 Fix a bunch of hotkey regressions 2013-08-04 18:36:33 +00:00
adelikat 3aafc53594 Remove old hotkey config winform, other code cleanup 2013-08-04 17:20:31 +00:00
adelikat 7515c060b5 Hotkeys - implement defaults button 2013-08-04 17:13:25 +00:00
adelikat 562e117e64 Hotkeys - add ordinal to determine order in the hotkey dialog 2013-08-04 17:08:51 +00:00
adelikat 23de20a5b8 new hotkey system, including new hotkey dialog, things are now done dynamically. Still some todos, also this is a config breaking check in, please delete your existing config before using 2013-08-04 16:47:54 +00:00
zeromus eb04d7e35d add sorting to firmwares list, optimize scanning a bit, change the recommended names of a few pce-cd and saturn firmware files to be short but descriptive, instead of insanely verbose and also full of spaces--this constitutes my final suggestions for the firmware names. 2013-08-03 19:34:51 +00:00
adelikat 31126d437b add a analog section for hotkeys, for the purpose of buttons that "fudge" an analog virtualpad's axis values. Only "Y Up Large" done so far. Will finish the rest after I rewrite the hotkey system completely. 2013-08-03 13:22:54 +00:00
adelikat b0253967ee Firmwares dialog - support Ctrl+C copying the selected row(s) to the clipboard 2013-08-02 14:23:59 +00:00
zeromus 0f7308ab85 tidy 2013-08-02 03:51:33 +00:00
zeromus a685bd5b59 new firmwares dialog 2013-08-02 03:43:58 +00:00
adelikat 41f8493716 Rewind - add stats for avg stored state size (varies due to delta compression), estimated number of frames that would be stored (with current settings), and est number of minutes (based on est frames vs rewind requency) 2013-08-01 21:09:32 +00:00
adelikat 1faac21e7f Rewind Config - oops 2013-08-01 20:30:33 +00:00
goyuken 8a2b008a11 contrller config: reimplement save defaults button in a more useful way (only modifies defaults for the config currently being edited). as before, it's INTERIM only 2013-07-31 20:34:20 +00:00
adelikat d0071f58d2 Recent files - be case insensitive when comparing file paths. Firmwares config - some progress, basic scanning started, only FDS and SNES done so far. 2013-07-31 18:44:35 +00:00
adelikat 3dc4611263 Start a firmwares dialog, interim only 2013-07-31 15:54:08 +00:00
goyuken a599c6f311 controller config: using the "defaults" button no longer immediately commits the changes to the config, so "Defaults" => "Cancel" now works 2013-07-31 02:43:06 +00:00
adelikat 5d23b2a406 Lua - improve console.log() to print out lua tables. Useful for seeing the data coming from things like joypad.get() 2013-07-30 17:55:38 +00:00
adelikat c88ad00405 Analog bind - show sensitivity and dead zone as a percent, and make the max value on dead zone to be 30. Probably. I didn't test this change. 2013-07-30 14:21:01 +00:00
adelikat b03da7d3b0 Rewind Config - show number of frames stored and % of buffer used. Still some really fancy things we could do here, like calculated an approx number of frames the current config settings would store, etc 2013-07-30 01:59:28 +00:00
adelikat 7df7a5e803 Rewind - UI for toggling threading 2013-07-30 01:30:59 +00:00