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
|
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
|
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
|
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 |
zeromus
|
5b552af5d5
|
change >= 0x80 -> '.' remap in hex editor to >= 0x7F (fixes #1503)
|
2019-03-03 01:14:33 -05: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 |
alyosha-tas
|
cb517aaded
|
Game Linking: resolve #321
|
2019-02-10 16:22:29 -06:00 |
alyosha-tas
|
ead1d8d08c
|
GGHawkLink: Virtual Pad
|
2019-02-10 08:59:28 -06:00 |
alyosha-tas
|
5665617d9b
|
GGHawkLink: menues and API stuff
|
2019-02-09 12:41:23 -06:00 |
alyosha-tas
|
4f17934d6c
|
GGHawkLink: Initial Commit
- Make necessary access changes in SMS
- Implmement multi-disk bundler support
- Initial Video and sound support
|
2019-02-09 09:55:45 -06:00 |
zeromus
|
b23cba072b
|
fix ffmpeg webm support (fixes #1477)
|
2019-02-05 15:29:40 -05:00 |
adelikat
|
143c172cf0
|
debugger - dissassembler - wire pageup/pagedown to incement/decrement
|
2019-02-02 17:08:26 -06:00 |
Asnivor
|
76070cd89d
|
OCD: Fix non-critial compiler warnings in my code
|
2019-01-25 15:45:15 +00:00 |
feos
|
766de68e18
|
tastudio: don't tell about clipboard if it's empty
|
2019-01-23 17:24:42 +03:00 |
feos
|
ce3e3d2ed3
|
lua docs: couple hints
|
2019-01-23 15:42:02 +03:00 |
Asnivor
|
40384b0103
|
ApiHawk: fixed incorrect case in GUIApi.cs (causing BizHawk not to build on case-intolerant linux)
|
2019-01-22 16:48:39 +00:00 |
alyosha-tas
|
a15e856390
|
Update link text to match link status
|
2019-01-20 09:30:08 -06:00 |
nattthebear
|
0114e39489
|
change all uses of -c:a libvo_aac to -c:a aac because the ffmpeg we're packaging now no longer supports the former
|
2019-01-20 09:20:52 -05:00 |
adelikat
|
5b26300e50
|
Merge pull request #1419 from upthorn/master
Extend APIHawk with a lua-like system of api libraries
|
2019-01-19 17:24:08 -06:00 |
alyosha-tas
|
c4b3a7c3b8
|
TAStudio: Update window name when using saveas, Fixes #1444
|
2019-01-19 14:47:12 -06:00 |
alyosha-tas
|
6e1a19b5f8
|
TAStudio: Ask to override existing bk2 file when exporting
|
2019-01-19 14:02:45 -06:00 |
alyosha-tas
|
2bddf3663e
|
TAStudio: Fix some bugs in new from menues
|
2019-01-19 13:30:42 -06:00 |
alyosha-tas
|
9696a75839
|
Merge pull request #1439 from TASVideos/subneshawkfixattempt
SubNESHawk
|
2019-01-19 09:48:43 -06:00 |
zeromus
|
b164d8b31c
|
implement user crop area as a negative padding
fixes #1453
|
2019-01-18 01:16:03 -05:00 |
zeromus
|
e53d861db4
|
Revert "bad attempt at implementing user crop area"
|
2019-01-18 01:00:24 -05:00 |
zeromus
|
578bb546f3
|
bad attempt at implementing user crop area. need to do differently. needs to happen.. like... as soon as we get the video provider.
|
2019-01-18 01:00:07 -05:00 |
zeromus
|
cecdff8293
|
config hookup for user crop area
|
2019-01-18 00:59:45 -05:00 |
upthorn
|
435d717f7b
|
Merge branch 'master' of https://github.com/Upthorn/Bizhawk
|
2019-01-14 17:10:45 -08:00 |
alyosha-tas
|
c5cfe9e412
|
SubNESHawk: Fix up FPS viewer
|
2019-01-12 10:41:50 -06:00 |
alyosha-tas
|
5256284ac6
|
SubNESHawk:
- Use NES settings for controllers / sync settings
- Clean up un-needed extra controller code
- Enable Menues
|
2019-01-12 09:32:01 -06:00 |