adelikat
|
bf88be8c72
|
Convert some more util methods to extension methods
|
2014-07-03 19:05:56 +00:00 |
adelikat
|
1c0eca190e
|
Remove some unused extensions, Remove Extensions.cs and move methods into better named files with their own namespaces
|
2014-07-03 18:54:53 +00:00 |
adelikat
|
6269e957e6
|
Remove some unused extension methods and move some others to CollectionExtensions
|
2014-07-03 18:43:49 +00:00 |
adelikat
|
a726fde352
|
Move some more extension methods
|
2014-07-03 18:38:02 +00:00 |
adelikat
|
01506da244
|
More Util cleanup - move an extension method to a more appropriate file and remove an unused method
|
2014-07-03 18:32:41 +00:00 |
adelikat
|
a9aa65397c
|
Convert a Util method to an extension method
|
2014-07-03 18:29:51 +00:00 |
adelikat
|
a5fadb8e0b
|
Some useless cleanup
|
2014-07-03 18:17:09 +00:00 |
adelikat
|
e058e08c35
|
Remove EnumHelper file and some code cleanup
|
2014-07-03 18:02:22 +00:00 |
adelikat
|
55c9132037
|
remove NamedDictionary that was only being used by a deleted mnemonics system
|
2014-07-03 17:47:12 +00:00 |
adelikat
|
216796c29e
|
Remove enum helper and move the remaining method to ReflectionExtensions since that is more accurate to what it is doing
|
2014-07-03 17:41:55 +00:00 |
adelikat
|
ebee9b9ded
|
More extension reorg
|
2014-07-03 17:35:49 +00:00 |
adelikat
|
90ab7d17b1
|
ugh!
|
2014-07-03 17:33:15 +00:00 |
adelikat
|
660ef2e024
|
more extension reorg
|
2014-07-03 17:30:37 +00:00 |
adelikat
|
00ac231a2a
|
More extension reorg
|
2014-07-03 17:29:01 +00:00 |
adelikat
|
6cba3568ef
|
More extension reorg
|
2014-07-03 17:23:03 +00:00 |
adelikat
|
47514784eb
|
Separate stream and writer extensions to an IOExtensions object and namespace
|
2014-07-03 17:13:09 +00:00 |
adelikat
|
204e331ea2
|
Oops, forgot to add this file
|
2014-07-03 17:04:54 +00:00 |
adelikat
|
393057d33a
|
Convert a helper method into an extension method
|
2014-07-03 17:01:10 +00:00 |
adelikat
|
540a235514
|
use an extension as an extension instead of a static method
|
2014-07-03 16:56:57 +00:00 |
adelikat
|
6bbd3ca80d
|
Hex and Watch Boxes - prevent user from pasting invalid input, also if they do manage to get the textbox into an invalid state, interpret the value as 0 rather than throwing an exception
|
2014-07-03 16:43:39 +00:00 |
adelikat
|
1964f3754a
|
Merge InputValidate into StringExtensions
|
2014-07-03 16:00:57 +00:00 |
adelikat
|
07876e0f12
|
slight reorg in extension file
|
2014-07-03 15:39:40 +00:00 |
adelikat
|
f546a8080c
|
Move some extension methods from the generic extensions file to NumberExtensions and fix up namespaces
|
2014-07-03 15:35:50 +00:00 |
adelikat
|
3a68f96b7a
|
remove a zzz variable to remove a warning
|
2014-07-03 15:30:24 +00:00 |
adelikat
|
0eb37ad36d
|
Convert IntHelpers to NumberExtensions and change namespace appropriately, remove StringHelpers.cs
|
2014-07-03 15:16:47 +00:00 |
adelikat
|
467f8da2fb
|
Convert StringHelpers into extension methods, and merge into StringExtensions, change namespace of string extensions
|
2014-07-03 15:05:02 +00:00 |
adelikat
|
d5e2808944
|
Fix namespaces
|
2014-07-03 14:56:13 +00:00 |
adelikat
|
513cc5fdad
|
A bit more reorg
|
2014-07-03 14:51:33 +00:00 |
adelikat
|
bfb541a5a9
|
Move InputValidate and StringHelpers to BizHawk.Common
|
2014-07-03 14:51:03 +00:00 |
adelikat
|
d1b610dad3
|
Profile COnfig - quicknes flag
|
2014-07-03 11:43:06 +00:00 |
xmikecampx7
|
47f2fc901b
|
Added Profiles for Saturn, Genesis, SMS, Coleco, Atari. Only NES left.
|
2014-07-03 03:44:14 +00:00 |
adelikat
|
461b73f1df
|
Ram Search - make manually deleting items a lot faster, since it was taking many many minutes when user was manually deleting an absurd number at once
|
2014-07-03 01:46:14 +00:00 |
adelikat
|
8362d078a4
|
Ram Search - IEnumerable instead of IList, Any() instead of Count > 0, makes a few things a bit faster in large search lists
|
2014-07-02 23:50:09 +00:00 |
xmikecampx7
|
a10e5fa16a
|
snes sync settings added
|
2014-07-02 23:28:36 +00:00 |
adelikat
|
08cf861c70
|
Profile dialog - do n64 and rewind settings
|
2014-07-02 21:20:45 +00:00 |
adelikat
|
63a7e2e4c6
|
Virtualpads - Analog Stick - fix updating of stick value when using the X,Y numeric boxes
|
2014-07-02 15:38:39 +00:00 |
goyuken
|
b75a32067b
|
add notation to NESSyncSettingsForm telling the user that region overrides are ignored in FDS mode
|
2014-07-02 15:27:02 +00:00 |
goyuken
|
d83c56a9d8
|
NES: internal cleanup and commenting
|
2014-07-02 15:21:42 +00:00 |
adelikat
|
afa1a5f73d
|
Ram Watch - issue 200 - add a pause button
|
2014-07-02 14:37:02 +00:00 |
adelikat
|
e4420fe493
|
Profile Config - add a method as a proof of concept as to how to set core specific settings
|
2014-07-02 14:27:12 +00:00 |
null_ptr
|
99b1c7b9b6
|
Fixed mupen64plus debug project settings
|
2014-07-01 02:31:01 +00:00 |
null_ptr
|
5b5ed57c1d
|
Removed parsing of SDL_KeyUp and SDL_KeyDown events from mupen core
|
2014-07-01 00:18:37 +00:00 |
goyuken
|
32b2fdc368
|
only run r7091 in dev mode
|
2014-06-30 18:28:55 +00:00 |
null_ptr
|
46ccebaf2b
|
Fixed freezing when soft reseting Legend of Zelda: Majora's Mask (and possibly others)
|
2014-06-30 18:25:42 +00:00 |
goyuken
|
65ddaf8a30
|
virtual pad: schema sanity checking
|
2014-06-30 17:14:02 +00:00 |
adelikat
|
2bd52403a7
|
Bk2 movies - remove auto input log conversion on load, since load is too soon to do this as it will not use the controller definition of the new core instance that hasn't been loaded yet. As of this commit, it doesn't use the log key when reading input either, so log entry logic is dependent on mnemonic orders and such things from the controller definition. Will need to ponder a way to put this back in.
|
2014-06-30 12:50:46 +00:00 |
adelikat
|
5262bed608
|
make bk2 the default even in non-developer builds
|
2014-06-30 12:03:10 +00:00 |
xmikecampx7
|
7e3e29820f
|
Added Genesis Activator Schema
|
2014-06-30 01:27:35 +00:00 |
christhecoolist
|
1024c5dc9f
|
initial XE1AP schema (unfinished)
|
2014-06-30 01:09:15 +00:00 |
xmikecampx7
|
76652312e8
|
FamicomFamilyKeyboard Schema Setup
|
2014-06-30 00:36:57 +00:00 |