Commit Graph

6509 Commits

Author SHA1 Message Date
840cdcc331 Fix null reference exception in FAT filesystem. 2021-09-12 19:27:25 +01:00
b1dce1522c Upgrade Packaging.Targets. 2021-09-12 19:26:36 +01:00
33e39ff721 Do not write index 0 for first session tracks in CDRWin disc images. Fixes #656 2021-09-06 05:02:40 +01:00
6429c784e6 Enlarge ATA command buffer size in Windows to 256 sectors. Fixes #650 2021-09-06 03:28:53 +01:00
7c384310f0 When pregap changes track start during trimming, ensure it is re-read. 2021-09-06 00:44:37 +01:00
44b0a10895 Restore speed reduction on audio reading disabled by previous commit. 2021-09-05 19:10:05 +01:00
b174c3f524 Fix reading first audio sectors in track type change as garbage on drives that can read scrambled data. 2021-09-05 19:09:22 +01:00
82934f0c3d Do not try to read as audio data sectors with medium error. 2021-09-05 06:48:10 +01:00
5ccb874882 Fix infinite loop when dumping multisession disc. 2021-09-05 05:36:05 +01:00
abd2a56ddf Fix null reference when converting non-tape images. 2021-09-02 22:10:01 +01:00
1cbfb8c021 Updated documentation. 2021-08-19 13:46:53 +01:00
394c96ed82 General code refactor. 2021-08-17 21:23:23 +01:00
22f34a17d4 General code refactor. 2021-08-17 21:23:22 +01:00
d6559cb798 General code refactor. 2021-08-17 21:23:22 +01:00
7fdadfa84f General code refactor. 2021-08-17 21:23:22 +01:00
d3451f3e4d General code refactor. 2021-08-17 21:23:22 +01:00
75edb759e6 General code refactor. 2021-08-17 21:23:10 +01:00
f173fb5d70 General code refactor. 2021-08-17 21:22:58 +01:00
4fcaeffc85 Merge into pattern. 2021-08-17 18:24:01 +01:00
fdff1d74c9 Use Array.Empty<T>. 2021-08-17 18:23:50 +01:00
a19cac2209 Use Array.Empty<T>. 2021-08-17 18:21:11 +01:00
da3cbf28f4 Use Array.Empty<T>. 2021-08-17 18:21:11 +01:00
f14592b392 Annotate nullability. 2021-08-17 18:18:05 +01:00
c50def3d59 Remove unused code. 2021-08-17 18:16:45 +01:00
4d3ce85907 Clarify precedence. 2021-08-17 18:16:25 +01:00
4bbee28113 Remove unneeded using statements. 2021-08-17 18:15:45 +01:00
80697f1b82 Fix wrongly marked nullable strings. 2021-08-17 17:59:45 +01:00
fabccff0df Fix reading DVD keys from AaruFormat. 2021-08-17 17:59:01 +01:00
83f149438d Remove redundant casts. 2021-08-17 17:55:17 +01:00
4005b1d276 Remove unused assignments. 2021-08-17 17:53:18 +01:00
f757716c2c Convert part of loop into LINQ. 2021-08-17 17:51:01 +01:00
00ee79bc69 Fix shift operation with left operand 0. 2021-08-17 17:43:49 +01:00
a84d4c28f6 Fix initialization of non nullable fields. 2021-08-17 17:42:44 +01:00
36b638fd4e Fix bitwise calculation losing data. 2021-08-17 17:41:14 +01:00
c3d10f4083 Virtual member in constructor. 2021-08-17 17:36:39 +01:00
11cedc2483 Conditional access is known to be not null. 2021-08-17 17:36:32 +01:00
73b212d3bb Conditional access is known to be not null. 2021-08-17 17:35:43 +01:00
f203b537a8 Add TODO to check floppy page. 2021-08-17 17:32:40 +01:00
bc03e3467f Fix namespaces. 2021-08-17 17:32:30 +01:00
8b7e27dca5 Fix namespaces. 2021-08-17 17:31:13 +01:00
a759557fe0 Fix missing parameter comment documentation. 2021-08-17 17:27:21 +01:00
874a3d4bcb Property can be made read-only. 2021-08-17 17:20:58 +01:00
15e3fd60c2 Property can be made read-only. 2021-08-17 17:20:58 +01:00
45798d5d00 Remove null supressions. 2021-08-17 17:19:48 +01:00
ad861f5a74 Fix possible exceptions. 2021-08-17 17:14:48 +01:00
5c4fd98e74 Fix inconsistent naming. 2021-08-17 17:14:39 +01:00
4b40c45b36 Set culture on string comparisons. 2021-08-17 16:58:44 +01:00
807c7c5313 Set culture on string comparisons. 2021-08-17 16:58:44 +01:00
770066e53f Remove unused code 2021-08-17 16:58:31 +01:00
9e9af262bd Fix non-read-only member in GetHashCode() 2021-08-17 16:29:32 +01:00