andres.delikat
|
6bbab41b0c
|
PCE - Implement PCECD system id in core and in game info. Also set cancel property of LogWindow winform
|
2011-09-24 17:05:34 +00:00 |
andres.delikat
|
a30a5290ca
|
clear saveRam when loading a movie. Add movie name to saveram default path generation so that movies do not interfere with users saveram files
|
2011-09-17 14:23:23 +00:00 |
andres.delikat
|
eebdf7d84e
|
check if movie is active before trying to append the movie name to the savestate name! Fixes the double periods on non-movie savestates.
|
2011-09-11 20:32:44 +00:00 |
andres.delikat
|
9196e5d1ec
|
Input Config - auto focus when drop down menus change
|
2011-09-11 04:23:35 +00:00 |
andres.delikat
|
06b7055e4b
|
Hotkey Window - refix auto-focus on tab change
|
2011-09-11 02:19:41 +00:00 |
andres.delikat
|
dd9f615f00
|
Set minimum size and some anchoring fixes for config dialogs
|
2011-09-10 21:35:17 +00:00 |
andres.delikat
|
6321428feb
|
Hotkey & Controller config - set accept & cancel button properties
|
2011-09-10 21:24:15 +00:00 |
andres.delikat
|
e16bc58ace
|
Path Config - update main form status bar slots since savestates is one of the folders that could be affected here
|
2011-09-05 02:34:42 +00:00 |
andres.delikat
|
984abbb869
|
Refix bind savestates to movies option
|
2011-09-05 00:50:50 +00:00 |
andres.delikat
|
d7c267cbbe
|
PathManager - Make FilesystemSafeName remove all invalid chars (for filesystems) from a game name
|
2011-09-04 19:24:40 +00:00 |
andres.delikat
|
4ef00921e9
|
Autofire Config - Add flag for the "Take lag frames into account" feature, true by default
|
2011-08-29 22:25:40 +00:00 |
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 |