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 |
goyuken
|
58087b24c9
|
deadzones for analog bind. seems to work ok with my old ps2 controller, which has a slight lean to left on the left stick
|
2013-07-29 23:39:37 +00:00 |
adelikat
|
4249860f0b
|
Controller Config - don't close the dialog when defaults is pressed.
|
2013-07-29 22:04:54 +00:00 |
adelikat
|
78b23564ae
|
Controller Config - tweaking logic for positioning/placement/size of widgets
|
2013-07-29 20:32:22 +00:00 |
adelikat
|
09320dc319
|
Input Widget - fix so that clearing the textbox will also change the bg color properly (remove conflicted state)
|
2013-07-29 20:18:38 +00:00 |
adelikat
|
fe7826f1da
|
Controller Config - Add image for intellivision controller, add defaults for genesis controller
|
2013-07-29 20:09:16 +00:00 |
adelikat
|
1a27e182c0
|
Controller Config - fix Coleco config to show controller
|
2013-07-29 20:02:15 +00:00 |
adelikat
|
7ac1da8c96
|
Set the right order of buttons, and good defaults for controllers and joypads for all consoles
|
2013-07-29 02:11:00 +00:00 |
adelikat
|
5b8a5f9503
|
COntroller config - fix button names from being cut off. This is basically a band-aid around an annoying problem, but it will work until it doesn't
|
2013-07-29 00:28:56 +00:00 |
adelikat
|
72c4b98954
|
Rewind dialog - slight fix up to buffer options UI to make it less confusing, add to context menu config sub-menu
|
2013-07-28 22:37:42 +00:00 |
adelikat
|
0826def34f
|
Icon for rewind dialog
|
2013-07-28 22:28:53 +00:00 |
adelikat
|
444a417712
|
Controller Config - respect autotab being off
|
2013-07-28 21:54:42 +00:00 |
adelikat
|
9103546bc0
|
Rewind - UI for setting buffer size, and toggling disk vs memory
|
2013-07-28 20:08:55 +00:00 |
adelikat
|
76726df491
|
Rewind config - UI for setting the size definition of medium and large states
|
2013-07-28 19:54:02 +00:00 |
adelikat
|
4a89c7fbd5
|
Add N64 info to the about box, add delta compression toggle in rewind settings, make defaults for medium and large states 256kb and 1mb respectively, make those dynamic (but not currently settable in the GUI)
|
2013-07-28 19:09:52 +00:00 |
adelikat
|
9910eff07d
|
Controller config - remove Restore Defaults context menu item, since the defaults button on the dialog makes it pointless (and because it no longer works, and fixing it is a big hassle)
|
2013-07-28 14:57:40 +00:00 |
goyuken
|
e41e878eb5
|
analog controller config: sensitivity in 0.1 increments
|
2013-07-28 00:14:52 +00:00 |
adelikat
|
e990f04317
|
Controller Config - C64 needs a Keyboard tab, don't show analog tab if there are no analog controls for that core.
|
2013-07-27 18:44:51 +00:00 |
adelikat
|
00e1469dfc
|
Controller Config - don't need the save all button anymore
|
2013-07-27 18:22:15 +00:00 |
adelikat
|
fcddc9f038
|
Defaults for c64, and a dialog tweak
|
2013-07-27 17:59:40 +00:00 |
goyuken
|
03fba8ee9d
|
controller config: random layout issue
|
2013-07-25 00:28:11 +00:00 |
adelikat
|
19b7f2cc8d
|
Fix anchoring of some buttons on controller config dialog
|
2013-07-25 00:12:35 +00:00 |
goyuken
|
d1ad9be83d
|
forgot to commit this
|
2013-07-24 02:19:38 +00:00 |
goyuken
|
9b423d77e9
|
analog controller stuff should work now
|
2013-07-24 02:14:25 +00:00 |
goyuken
|
686960da75
|
more analog controller config stuff, not done yet
|
2013-07-24 01:38:52 +00:00 |
goyuken
|
66f4e10e9e
|
more analog controller stuff
|
2013-07-24 00:08:50 +00:00 |
adelikat
|
77a4eb098f
|
Add Rewind Settings dialog and remove the old Rewind enable menu item. New dialog let's the user set the rewind frequency and/or enable/disable rewind for small, medium, and large savestates separately
|
2013-07-21 20:39:11 +00:00 |
goyuken
|
5903cfbe48
|
conttroller config default schtufff
|
2013-07-17 01:20:21 +00:00 |