YoshiRulz
|
1068735779
|
Extract helper method
|
2019-03-28 14:00:09 +10:00 |
YoshiRulz
|
129deb2746
|
Extract local variables
|
2019-03-28 13:59:54 +10:00 |
YoshiRulz
|
36144da3ef
|
Use indexed Select instead of incrementing local var
|
2019-03-28 13:59:26 +10:00 |
YoshiRulz
|
d09003c113
|
Use is operator instead of OfType
also fixes inverted comparison
|
2019-03-28 00:53:20 +10:00 |
YoshiRulz
|
f256c164d1
|
Replace concatenation and StringBuilder with string.Concat/string.Join
|
2019-03-28 00:40:18 +10:00 |
YoshiRulz
|
56c33ac99b
|
Use OfType where possible
|
2019-03-27 16:20:43 +10:00 |
YoshiRulz
|
2b7443bd83
|
Create and use IEnumerable.OrderByInDir extension
|
2019-03-27 15:57:49 +10:00 |
YoshiRulz
|
f060bc1211
|
Merge consecutive Where calls
|
2019-03-27 15:47:26 +10:00 |
YoshiRulz
|
4d465a4a58
|
Use AddRange where possible
|
2019-03-27 14:57:08 +10:00 |
YoshiRulz
|
03d4c51c47
|
Replace .Where(pred).Count() with .Count(pred)
|
2019-03-27 14:40:55 +10:00 |
YoshiRulz
|
c847b8cdba
|
Use RemoveAll where possible
|
2019-03-27 14:38:06 +10:00 |
YoshiRulz
|
6abcf7953c
|
Use Except where possible
|
2019-03-27 14:28:58 +10:00 |
YoshiRulz
|
ac1b24ae6c
|
Replace comparison of .Where().FirstOrDefault() to null with equivalent
|
2019-03-27 14:17:09 +10:00 |
YoshiRulz
|
c82ff6077a
|
Remove ToList call when the returned List is used as an IEnumerable
|
2019-03-27 13:56:10 +10:00 |
YoshiRulz
|
2900484ad5
|
Simplify Any calls
Replace .Where(pred).Any() with .Any(pred)
Replace .Any(x => x == y) with .Contains(y)
|
2019-03-25 04:02:11 +10:00 |
YoshiRulz
|
718e60cbc4
|
Remove IEnumerable.Any check when iterating the same IEnumerable
|
2019-03-25 03:28:02 +10:00 |
YoshiRulz
|
f45201ce7a
|
Replace remaining LINQ DSL with method chains
|
2019-03-25 03:03:54 +10:00 |
YoshiRulz
|
90623d36e2
|
Replace .Where(pred).FirstOrDefault() with .FirstOrDefault(pred)
In FirmwareDatabase.LookupFirmwareRecord and MDS_Format.LoadMDSToDisc, first
convert LINQ DSL to method chain
|
2019-03-25 02:21:37 +10:00 |
YoshiRulz
|
4f5beb09a8
|
Use RemoveAt instead of removing by value
CheatCollection.Add: replaced comparisons in lambda with overloaded ==
|
2019-03-25 01:13:14 +10:00 |
YoshiRulz
|
5f80e9d8e5
|
Use indexer instead of First() or Last()
|
2019-03-25 00:42:30 +10:00 |
YoshiRulz
|
b72f40808b
|
Create and use IEnumerable.SelectAsIndexOf extension
|
2019-03-24 21:06:05 +10:00 |
YoshiRulz
|
6045992464
|
Use Keys instead of selecting each pair's key with LINQ
|
2019-03-24 19:54:57 +10:00 |
YoshiRulz
|
e790d904cb
|
Use Count or Length instead of Count() or no-param Any()
|
2019-03-24 19:21:47 +10:00 |
feos
|
d54146791e
|
fix #1509
|
2019-03-14 19:30:52 +03:00 |
James Groom
|
c49799bb5b
|
Fix erroneous s/watch\.//i
|
2019-03-15 00:08:43 +10:00 |
feos
|
9a40dbf3ab
|
link Latest development build once again
|
2019-03-10 16:31:38 +03:00 |
feos
|
c3c262db12
|
N64:
- close #1478
- update gliden
- wire up halo removal
|
2019-03-10 16:15:55 +03:00 |
alyosha-tas
|
6d0973ca7e
|
Merge pull request #1429 from YoshiRulz/master
Inconsequential changes (no whitespace)
looks good to me
|
2019-03-09 17:32:10 -06:00 |
alyosha-tas
|
e5d94f3d7c
|
Genesis: fix VDP viewer, fixes #1449
|
2019-03-09 17:16:00 -06:00 |
James Groom
|
bf423747a5
|
Fix typo
|
2019-03-09 00:07:30 +10:00 |
zeromus
|
5b552af5d5
|
change >= 0x80 -> '.' remap in hex editor to >= 0x7F (fixes #1503)
|
2019-03-03 01:14:33 -05:00 |
James Groom
|
1c5ec3f1dd
|
Fix typo
...or is it the docs that are wrong?
|
2019-02-28 14:07:16 +10:00 |
James Groom
|
1d5a097a75
|
Fix typo
also this method sucks
|
2019-02-27 15:33:27 +10:00 |
alyosha-tas
|
7630be7e93
|
SMS: Some clean up and speed up
|
2019-02-24 11:02:59 -06:00 |
YoshiRulz
|
13152d670f
|
Rewrite MovieView_ColumnClick, also fixes typo
|
2019-02-24 15:49:10 +10:00 |
YoshiRulz
|
a572b220f6
|
Fix typo copying to clipboard during loop
|
2019-02-24 15:48:09 +10:00 |
James Groom
|
99b600bbab
|
Fix typo, using interpolation
|
2019-02-24 15:41:00 +10:00 |
James Groom
|
d5d2e7d412
|
Fix typo
|
2019-02-24 15:39:53 +10:00 |
James Groom
|
cf23d9db87
|
Fix typo and cleanup loop
|
2019-02-24 15:39:01 +10:00 |
alyosha-tas
|
9f75222284
|
SMS: Refactor sound to not use AsyncSound
|
2019-02-23 11:31:09 -06:00 |
James Groom
|
f987ede70d
|
Fix magic mega drive detection
|
2019-02-22 14:42:16 +10:00 |
alyosha-tas
|
469fc4836f
|
NESHawk: Optimizations and Audio changes
|
2019-02-18 14:52:17 -06:00 |
alyosha-tas
|
ee45e3114e
|
manually revert 'allow alpha in screenshots'
|
2019-02-12 17:17:08 -06:00 |
alyosha-tas
|
cb517aaded
|
Game Linking: resolve #321
|
2019-02-10 16:22:29 -06:00 |
alyosha-tas
|
cf80d15c8f
|
GBHawk: bug fix
|
2019-02-10 09:25:56 -06:00 |
alyosha-tas
|
ead1d8d08c
|
GGHawkLink: Virtual Pad
|
2019-02-10 08:59:28 -06:00 |
alyosha-tas
|
dc94825891
|
various code cleanup
|
2019-02-09 16:46:36 -06:00 |
alyosha-tas
|
ea92bdcc66
|
GGHawkLink: tracelogger
|
2019-02-09 15:19:18 -06:00 |
alyosha-tas
|
5665617d9b
|
GGHawkLink: menues and API stuff
|
2019-02-09 12:41:23 -06:00 |
alyosha-tas
|
f08a521900
|
GGHawkLink:
-Seperate controller input
-Fix lag indicator
-Correct frame execution
|
2019-02-09 11:45:29 -06:00 |