.. |
ControllerConfig
|
Controller config - analog bind panel - slight positioning tweak to prevent the button name from getting cut off
|
2014-07-06 15:57:57 +00:00 |
ControllerImages
|
wonderswan controller image for controller config
|
2014-05-30 18:55:58 +00:00 |
GB
|
Correct the Dual Gameboy XML creator to use the Global ROM path instead of Gameboy's pallet folder.
|
2014-08-13 19:09:15 +00:00 |
N64
|
N64: Merged jabo's settings from PJ64's RDB into our gamedb. Tweaked the plugin settings screen to use those settings.
|
2014-08-07 02:48:01 +00:00 |
NES
|
improved life cycle management of picturebox images (dont we have some direct substitute for picturebox which doesnt suck so much?)
|
2014-08-14 15:51:49 +00:00 |
PCE
|
cleanup
|
2014-08-03 22:05:32 +00:00 |
SMS
|
SMS: support new settings infrastructure. this adds enableFM and allowOverclock as sync relevant settings for movie files (but of course, they won't end up in Movie 1.0 files)
|
2013-12-24 01:06:17 +00:00 |
SNES
|
SNES - hide accuracy core option except in developer builds
|
2014-06-07 00:57:54 +00:00 |
TI83
|
fix some internal settings infrastructure
|
2014-07-14 16:10:45 +00:00 |
AnalogRangeConfig.Designer.cs
|
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 |
AnalogRangeConfig.cs
|
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 |
AnalogRangeConfigControl.Designer.cs
|
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 |
AnalogRangeConfigControl.cs
|
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 |
AnalogRangeConfigControl.resx
|
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 |
AutofireConfig.Designer.cs
|
…
|
|
AutofireConfig.cs
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
AutofireConfig.resx
|
…
|
|
ControllerConfig.Designer.cs
|
Controller Config - add a Clear button
|
2014-06-04 15:00:53 +00:00 |
ControllerConfig.cs
|
add some extensions to the ControlExtension class for converting cruddy .NET 1.0 collection objects to IEnumerable<T>, and start removing some code in specific forms that work around cruddy .NET 1.0 stuff
|
2014-07-28 03:01:57 +00:00 |
ControllerConfig.resx
|
Controller Config - add tooltip to default and save defaults buttons to clarify what they do, show defaults on release builds
|
2014-05-05 21:54:25 +00:00 |
DisplayConfig.Designer.cs
|
re-add hq2x via shader. add a new Display Configuration dialog (its simple for now).
|
2014-02-03 05:27:59 +00:00 |
DisplayConfig.cs
|
cleanup, namely of GraphicsControl and related systems, and add a RetainedGraphicsControl which should be useful for tool windows
|
2014-01-28 19:33:49 +00:00 |
DisplayConfig.resx
|
cleanup, namely of GraphicsControl and related systems, and add a RetainedGraphicsControl which should be useful for tool windows
|
2014-01-28 19:33:49 +00:00 |
DisplayConfigLite.Designer.cs
|
Made the scanline intensity display the %.
|
2014-08-09 16:54:56 +00:00 |
DisplayConfigLite.cs
|
Made the scanline intensity display the %.
|
2014-08-09 16:54:56 +00:00 |
DisplayConfigLite.resx
|
add option to disable fullscreen hacks (may increase latency) and snowy null emulator (may increase seizure rate)
|
2014-07-12 20:42:44 +00:00 |
FileExtensionPreferences.Designer.cs
|
Slight tweaks to extension preferences dialog, add .iso and .img as configurable extensions
|
2014-04-14 17:37:49 +00:00 |
FileExtensionPreferences.cs
|
Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default)
|
2014-04-14 16:48:45 +00:00 |
FileExtensionPreferences.resx
|
Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default)
|
2014-04-14 16:48:45 +00:00 |
FileExtensionPreferencesPicker.Designer.cs
|
Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default)
|
2014-04-14 16:48:45 +00:00 |
FileExtensionPreferencesPicker.cs
|
Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default)
|
2014-04-14 16:48:45 +00:00 |
FileExtensionPreferencesPicker.resx
|
Add a Extension Preferences dialog in the Config menu, currently it will show .bin and .rom and allow the user to pick a platform or pick "ask me on load" to be asked every time (the default)
|
2014-04-14 16:48:45 +00:00 |
FirmwaresConfig.Designer.cs
|
firmware config dialog: add perks and fix bugs
|
2013-12-19 16:59:23 +00:00 |
FirmwaresConfig.cs
|
dont crash when organizing firmware
|
2014-08-03 22:38:27 +00:00 |
FirmwaresConfig.resx
|
firmware config dialog: add perks and fix bugs
|
2013-12-19 16:59:23 +00:00 |
FirmwaresConfigInfo.Designer.cs
|
give firmware database and UI ability to track ok/notok/bad state of an option/firmwarefile. apply tons of research to study PSX bios files situation
|
2014-06-21 06:40:07 +00:00 |
FirmwaresConfigInfo.cs
|
Remove the CustomControls/Util file and move all the classes into the Form Extensions file, since they were all extension methods for window form objects
|
2014-07-27 15:22:30 +00:00 |
FirmwaresConfigInfo.resx
|
give firmware database and UI ability to track ok/notok/bad state of an option/firmwarefile. apply tons of research to study PSX bios files situation
|
2014-06-21 06:40:07 +00:00 |
GenericCoreConfig.Designer.cs
|
add a "defaults" button to the generic core config dialog, used by wonderswan, genesis, saturn, and 2600
|
2014-08-10 22:01:17 +00:00 |
GenericCoreConfig.cs
|
add a "defaults" button to the generic core config dialog, used by wonderswan, genesis, saturn, and 2600
|
2014-08-10 22:01:17 +00:00 |
GenericCoreConfig.resx
|
GPGX: support new settings system. this means you can now connect all manner of weird arse controllers, but some aren't implemented in other places yet.
|
2013-12-23 23:03:12 +00:00 |
GuiOptions.Designer.cs
|
Gui option to start in full screen
|
2014-07-06 14:16:59 +00:00 |
GuiOptions.cs
|
Gui option to start in full screen
|
2014-07-06 14:16:59 +00:00 |
GuiOptions.resx
|
Move a bunch of config menu items into a Customize dialog box
|
2014-05-06 01:27:56 +00:00 |
HotkeyConfig.Designer.cs
|
…
|
|
HotkeyConfig.cs
|
add system for controlling which forms can generate mouse input
|
2014-06-22 23:20:36 +00:00 |
HotkeyConfig.resx
|
…
|
|
InputCompositeWidget.Designer.cs
|
fix new bugs in hotkey/input binding process
|
2014-04-22 19:23:52 +00:00 |
InputCompositeWidget.cs
|
controller config - fix autotab off behavior
|
2014-06-07 02:08:10 +00:00 |
InputCompositeWidget.resx
|
Instead of InputWidget, use new InputCompositeWidget UserControl which includes a button you can use to summon a contextmenu of special bindings (such as WMouse L), which the textbox part (still InputWidget) will ignore otherwise.
|
2014-04-19 21:03:49 +00:00 |
InputWidget.cs
|
Input Widget - if assigning a button with autotab on, if the button is not the same as the first position value, clear all bindings first. Makes for a less confusing user experience when remapping joypad buttons
|
2014-06-21 20:02:31 +00:00 |
MessageConfig.Designer.cs
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
MessageConfig.cs
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
MessageConfig.resx
|
…
|
|
PathConfig.Designer.cs
|
Path Config - 1. remove Global Base from top and leave it in the Global tab, 2. Rename Global Tabs "base rom" to "ROM"
|
2014-07-21 23:18:18 +00:00 |
PathConfig.cs
|
add some extensions to the ControlExtension class for converting cruddy .NET 1.0 collection objects to IEnumerable<T>, and start removing some code in specific forms that work around cruddy .NET 1.0 stuff
|
2014-07-28 03:01:57 +00:00 |
PathConfig.resx
|
…
|
|
PathInfo.Designer.cs
|
fix some dangling references to BizHawk.Multiclient mostly in comments, but also in some client facing tooltip and lua documentation
|
2014-07-27 01:19:33 +00:00 |
PathInfo.cs
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
PathInfo.resx
|
…
|
|
ProfileConfig.Designer.cs
|
Profile Config - don't show custom profile in non-developer builds, put saving logic in the ok button click event instead of drop down change event. Remove a warning in TasMovie.cs
|
2014-07-15 00:05:18 +00:00 |
ProfileConfig.cs
|
N64 sync settings - clean up some stuff and fix the plugin type being a read-only proprty in the new config dialog
|
2014-07-20 16:59:03 +00:00 |
ProfileConfig.resx
|
Add snazy icon for profile config
|
2014-07-03 19:33:38 +00:00 |
RewindConfig.Designer.cs
|
turn Rewind Config into Rewind & Savestate config and allow control of normal savestate compression level
|
2014-07-12 20:20:08 +00:00 |
RewindConfig.cs
|
turn Rewind Config into Rewind & Savestate config and allow control of normal savestate compression level
|
2014-07-12 20:20:08 +00:00 |
RewindConfig.resx
|
turn Rewind Config into Rewind & Savestate config and allow control of normal savestate compression level
|
2014-07-12 20:20:08 +00:00 |
SoundConfig.Designer.cs
|
…
|
|
SoundConfig.cs
|
Various code cleanups on some config dialogs
|
2013-11-28 01:33:38 +00:00 |
SoundConfig.resx
|
…
|
|