Commit Graph

3979 Commits

Author SHA1 Message Date
484d977e30 Disable archives and GUI. 2021-09-12 19:38:46 +01:00
631eee916f Fix filesystem tests when readdir returns a null list. 2021-09-12 19:27:43 +01:00
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
75edb759e6 General code refactor. 2021-08-17 21:23:10 +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
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
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
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
a759557fe0 Fix missing parameter comment documentation. 2021-08-17 17:27:21 +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
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
da4c666250 Fix non-read-only member in GetHashCode() 2021-08-17 16:29:32 +01:00
39e73b16a0 Fix inconsistent naming. 2021-08-17 16:27:42 +01:00
1f7bcc83f1 More documentation inheritance. 2021-08-17 16:12:30 +01:00
c6f5ece939 Remove redundant assignments. 2021-08-17 14:40:50 +01:00
a715b9b351 Add XML comments to public entities. 2021-08-17 14:40:37 +01:00
c1287c00cf Remove redundant parentheses. 2021-08-17 14:27:19 +01:00
6dd5fb5c5c Add missing XML documentation inheritance. 2021-08-17 14:25:12 +01:00
00f605b0ca Add XML comments to public entities. 2021-08-17 13:56:05 +01:00
0d18153610 Update changelog. 2021-08-14 02:52:30 +01:00
a9968f9de7 Consider 0 to be "current default timeout", otherwise some device commands / operating system combinations fail. Fixes #472 2021-08-12 03:00:22 +01:00
10d286ada6 Fix null propagation order of operation. Fixes #472 2021-08-09 03:35:49 +01:00
7687507353 Ensure Kreon commands return proper error status. 2021-08-09 03:34:54 +01:00
6465686e53 Show hidden track in media info. Fixes #442 2021-08-04 02:56:55 +01:00
84a7fb7df7 Convert tapes sector by sector as the change in sector size cannot be currently detected. Fixes #552 2021-08-04 02:54:09 +01:00