Commit Graph

4061 Commits

Author SHA1 Message Date
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
0a91a2ccee Write media tags to image even when aborted. Fixes #509 2021-08-04 02:00:39 +01:00
1af36c75bd Try to reduce workaround some firmware bug in some audio CDs with hidden audio for #605. 2021-08-03 21:14:59 +01:00
89b0ae5206 Stop processing sidecar when aborted. Fixed #470 2021-08-03 14:12:59 +01:00
d9faf8cdc1 Add unit test for #448 2021-08-03 04:40:55 +01:00
0a87e63978 Fix full TOC generation. Fixes #625 2021-08-03 04:37:31 +01:00
bcc4135146 Add unit test for #625 2021-08-03 04:36:38 +01:00
a6cbfbebd6 Fix track properties from CDRDAO disc images. 2021-08-03 04:20:06 +01:00
85679e09a4 Return sessions in CDRDAO disc images. 2021-08-03 03:58:53 +01:00
f16c428c0d Fix returned track properties in raw ISO images. 2021-08-03 03:48:45 +01:00
a12cfe256c Prevent writing non-long sectors in Alcohol 120% images. 2021-08-03 03:48:16 +01:00
1e1be189e9 Add unit test for #624 2021-08-03 03:46:49 +01:00
df0669b18d Fix taking account of session start pregaps when writing Alcohol 120% images. Fixes #623 2021-08-03 02:46:21 +01:00
ae9645e3b6 Add unit test for #623 2021-08-03 02:42:17 +01:00
a83cd16bb8 Fix Alcohol getting asked for tracks it has not yet initialized. 2021-08-03 02:42:06 +01:00
c356405fe9 Do not allow converting multisession images to formats that don't support multisession. 2021-08-03 02:14:45 +01:00
edd1303d19 Add unit tests for writable optical media images. 2021-08-03 00:29:09 +01:00
efec5accc5 Fix 48-bit ATA commands. Fixes #532 2021-07-29 00:56:12 +01:00
8a0f87c542 Merge pull request #638 from mnadareski/draw-squares
Add DrawSquares to BlockMap
2021-07-29 00:47:32 +01:00