andres.delikat
|
db0fe17933
|
Fix typo in GetRomsPath, was returning GB for PCE/SFX
|
2011-08-25 02:52:35 +00:00 |
andres.delikat
|
90233868cf
|
Slight dialog cleanups on ram search & autofire config
|
2011-08-15 19:33:18 +00:00 |
zeromus
|
019ad69459
|
disc subchannel Q calculation; make TOC a little more useful by adding TOCPoints which are easier to search than nested sessions, tracks, and indices; and change path browser to use a superior folder browser which lets you enter paths into a textbox. I refuse to click to navigate folders
|
2011-08-14 23:13:31 +00:00 |
andres.delikat
|
124da117b8
|
Add default constructor to GameInfo to avoid null reference crashes, right click menu during null emulator now no longer crashes (and probably a number of other situations). Added BizHawk back to the Main form text property instead of 0
|
2011-08-10 23:50:01 +00:00 |
beirich
|
4b65d9e9cf
|
Fix someone's freudian typo
|
2011-08-10 00:14:21 +00:00 |
andres.delikat
|
852c37d63b
|
Autofire Config - minimum values should be 1 not 0
|
2011-08-10 00:13:07 +00:00 |
andres.delikat
|
abf7d24106
|
and as usual, I forgot the new winform files
|
2011-08-09 23:42:30 +00:00 |
andres.delikat
|
8fa630c0fa
|
Autofire UI for PCE, GG, GB
|
2011-08-09 02:40:22 +00:00 |
andres.delikat
|
63b1f9b93a
|
Input Config - autofire for SMS/GG/SG, disable autofire pulldown item for TI83
|
2011-08-09 02:16:46 +00:00 |
andres.delikat
|
4cd457ada6
|
Hook up autofire nes controls to the input config dialog
|
2011-08-09 01:38:51 +00:00 |
andres.delikat
|
9b2ba5c85c
|
Basic implementation of Global.ActiveController, uses an ORAdapter to OR against Active Controller. Still TODO: setting up autofire controllers for platforms and a UI in the Controller Config
|
2011-08-09 00:51:46 +00:00 |
andres.delikat
|
53fd0aa877
|
Hex Editor - Dump To File implemented
|
2011-08-07 19:30:01 +00:00 |
beirich
|
b27673f26c
|
M-M-M-MONSTER COMMIT! change Game-load api stuff
|
2011-08-04 03:20:54 +00:00 |
andres.delikat
|
503ecac44c
|
Path Config for PCE Bios
|
2011-07-25 01:30:18 +00:00 |
andres.delikat
|
b78202a4c6
|
Fix input widget so that when auto-tab is off, escape still immediately updates the text
|
2011-07-23 19:43:08 +00:00 |
andres.delikat
|
a228e05f38
|
Lots of little fixups to movie code, disable Disable Message config in Message Config as I won't be implmenting that before release
|
2011-07-13 01:29:13 +00:00 |
andres.delikat
|
06fd837cbd
|
Hotkeys for Record/Stop AVI
|
2011-07-12 00:05:14 +00:00 |
zeromus
|
f8f1906a3c
|
make alt hotkeys more useful by preventing interference from windows menu system
|
2011-07-10 19:50:59 +00:00 |
andres.delikat
|
3a9acac5a4
|
Input config - fix height resizing of TI83, fix ordering of controllers in combo box. Remove calls to hardcoded indexes of the comboboxes (use the string names instead!)
|
2011-07-10 13:16:24 +00:00 |
andres.delikat
|
fac0143fe4
|
Message Config - Multitrack message position
|
2011-07-10 03:38:46 +00:00 |
andres.delikat
|
9ea996b0fe
|
Message config - add movie input color
|
2011-07-10 03:13:07 +00:00 |
andres.delikat
|
f3e4cdcd16
|
Rip out "wasPressed" code, remove debug code left in by accident from inputwidget
|
2011-07-09 23:35:26 +00:00 |
andres.delikat
|
1e59c2f530
|
Input Widget - add in FlagDuplicate() and UnflagDuplicate() in preparations for a "Show duplicates" option in input config & map hotkeys
|
2011-07-09 23:03:42 +00:00 |
andres.delikat
|
521b2ccfd6
|
InputWidget - MouseWheel increment/decrements
|
2011-07-09 22:22:45 +00:00 |
zeromus
|
9355bc0f2e
|
redo some of client input and hotkey handling
|
2011-07-09 22:09:39 +00:00 |
andres.delikat
|
003b7ebebf
|
Input Widget - left click = focus() only, disable all other mouse events
|
2011-07-09 22:07:13 +00:00 |
andres.delikat
|
9419e02091
|
InputWidget - hide caret, increment even on duplicate (just don't overwrite anything), don't highlight text on focus
|
2011-07-09 21:55:14 +00:00 |
andres.delikat
|
3e87c297fc
|
Input widget - fix behavior of TAB key
|
2011-07-09 21:10:40 +00:00 |
andres.delikat
|
0407bb2e86
|
Input widget - Check for duplicates in binding array before committing a mapping
|
2011-07-09 18:24:53 +00:00 |
andres.delikat
|
7f2079beed
|
Input config - autotab toggle
|
2011-07-09 18:01:46 +00:00 |
andres.delikat
|
b1e1fa498c
|
Input Widget - when autotab is off, cycle through the key mappings instead
|
2011-07-09 17:50:52 +00:00 |
andres.delikat
|
7dbe4472d9
|
Default key mappings - switch so keyboard bindings are first, joypads 2nd
|
2011-07-09 17:40:26 +00:00 |
andres.delikat
|
6949a8dd59
|
InputWidget overhaul to use the new GetPressedKeys() function. InputWidget no longer wipes all mappings. In autotab mode it replaces the first key mapping instead of all. There is now a max number of bindings of 4 (but changeable). Still has some quirks to work out like Alt+F4 no longer closes the dialog, and TAB has weird behavior. Also, need to implement non-autotab handling. Reworked Hotkey config to use this inputwidget, but not inputconfig yet
|
2011-07-09 16:12:56 +00:00 |
beirich
|
2cbc50143f
|
Input update... always run directinput in background input mode, we take care of ignoring input when application isn't focused ourselves
|
2011-07-08 05:15:28 +00:00 |
andres.delikat
|
1056dbe9b1
|
Input Widget - proof of concept of using a Timer inside the widget to call GetPressedKeys(). Currently this function is always returning null, however.
|
2011-07-07 16:48:29 +00:00 |
andres.delikat
|
ec2969cc73
|
Input Widget - Do "Ctrl+X" not "Ctrl + X"
|
2011-07-06 23:15:58 +00:00 |
andres.delikat
|
29510ddd58
|
Fix saving of header data from record movie dialog, small fix for inputlog header data
|
2011-07-06 01:53:15 +00:00 |
andres.delikat
|
3669155329
|
rename "unthrottle" to turbo, Hotkey Dialog - reorder some things and fix positioning
|
2011-07-05 02:36:46 +00:00 |
andres.delikat
|
1ac29f3c5d
|
Input Widget - prevent mapping to Alt+F4 and allow parent dialog to be closed by it
|
2011-07-05 01:48:48 +00:00 |
andres.delikat
|
02e562825e
|
Input Widget - auto tab parameter, hotkey config - a auto-tab setting (on by default). If off, the focused widget will stay focused after a binding, another key pressed will rebind the same key
|
2011-07-04 23:02:37 +00:00 |
andres.delikat
|
4ff95ffc3c
|
Message config - less cluttered color config, add movie messages to color config
|
2011-07-01 02:43:08 +00:00 |
andres.delikat
|
8075d4453d
|
Message Config - add rerecord counter
|
2011-07-01 02:00:11 +00:00 |
andres.delikat
|
3c378bc312
|
Add soft reset hotkey, remove hard coded nes reset hotkey, fix small errors on TI83 hotkey mapping
|
2011-06-30 02:22:12 +00:00 |
andres.delikat
|
2a1788d067
|
Path config - make browse buttons use image instead
|
2011-06-30 02:00:01 +00:00 |
zeromus
|
0aa234282e
|
phase 1 of fixing up controller logic. tell me how terribly ive broken the movie code. might want to fix it before moving on to phase 2 or decide to revert.
|
2011-06-27 05:31:46 +00:00 |
andres.delikat
|
5fa8ae99fe
|
Map hokeys - fix default focused widget when clicking the tabs
|
2011-06-26 20:06:27 +00:00 |
andres.delikat
|
58a0a77ae5
|
More images and small gui tweaks
|
2011-06-26 01:22:52 +00:00 |
andres.delikat
|
7663a53824
|
Some more images
|
2011-06-26 00:17:42 +00:00 |
andres.delikat
|
8d856ccd53
|
Input Config - remove now obsolete TruncateButtonMapping function
|
2011-06-22 17:35:19 +00:00 |
andres.delikat
|
e4a112c220
|
Hotkeys/Input - Use Ctrl for display instead of Control
|
2011-06-21 01:22:27 +00:00 |