Commit Graph

4246 Commits

Author SHA1 Message Date
2b5fd4e70b Fix XML validity of projects. 2022-11-13 13:44:46 +00:00
d974a3f753 Add osx-arm64 RID. 2022-11-13 13:40:54 +00:00
eebe326bc9 Remove useless parameters in projects. 2022-11-13 13:40:36 +00:00
7ace2f7eeb Remove output configuration from projects. 2022-11-13 13:32:01 +00:00
b5a7e5b16d Ignore XML comment warnings when building in DEBUG. 2022-11-13 13:19:57 +00:00
dda065deed Remove .NET Framework building conditions. 2022-11-13 13:08:18 +00:00
423513f492 Remove archaic unused MonoDevelop project extensions. 2022-11-13 12:58:36 +00:00
0229183638 Bump C# to 11.0. 2022-11-13 12:48:42 +00:00
9e10f34f5e Bump framework to .NET 7 2022-11-13 12:46:18 +00:00
15bdd66217 Prevent more false positives when identifying SNES Cart images. 2022-11-13 07:25:45 +00:00
3ee4e8caab Prevent some false positives when identifying SNES Cart images. 2022-11-13 06:42:21 +00:00
8b5e23a693 Use proper mount point for test files. 2022-11-13 05:48:58 +00:00
8d551c2d2a Remove spurious calls in device report. 2022-10-27 11:00:44 +01:00
a37e0f3e7e Add workaround for device report the AccessTek/Optorite DD0203 drive. 2022-10-27 10:59:41 +01:00
61620a0a12 Fix printhex helper ignoring width parameter. 2022-10-12 14:18:45 +01:00
691abda8c6 Merge pull request #752 from retokromer/patch-1
use modern Bash syntax
2022-10-12 13:25:02 +01:00
רטו/רעטאָ • Reto
95337e6aa8 use modern Bash syntax 2022-10-12 14:19:16 +02:00
b1ac16c551 Merge pull request #747 from williamtheaker/patch-1 2022-09-23 02:08:32 +01:00
William Theaker
895c9e02a9 Add device report to general issue template 2022-09-22 21:04:48 -04:00
5edaa45b20 Merge pull request #743 from robin-francois/devel
Cosmetic fix in Info.cs - adding periods to sentences
2022-09-06 14:25:53 +01:00
Robin François
baeb5467c9 Merge pull request #1 from robin-francois/robin-francois-cosmetic-2
Cosmetic fix in Info.cs - adding periods to sentences
2022-09-05 10:14:50 +02:00
Robin François
be234cfd7b Create Info.cs
Cosmetic fix: adding periods to end sentences.
2022-09-05 10:11:48 +02:00
82f2fd6396 In ISO9660 filesystem pass thru error reading extents. Fixes #652 2022-05-21 18:52:42 +01:00
c488411b75 Disable unneeded allocation. 2022-05-21 17:45:40 +01:00
325652a6c5 Do not use reserved characters when extracting files in Windows. Fixes #646 2022-05-20 19:39:08 +01:00
e295fcf133 Fix parent block identifier in AaruFormat. 2022-05-20 19:38:01 +01:00
22aa46e70a Catch socket exceptions when connecting to a remote. 2022-04-18 15:45:21 +01:00
333d1e4310 Handle dumping CD-i discs with audio tracks and a hidden data track 1. Fixes #703 2022-04-18 15:37:36 +01:00
90d0d6f6c9 Do not overwrite a track's ISRC with the next track's. 2022-04-18 13:39:02 +01:00
fa4aa1a684 Remove net6 string from output path. 2022-04-18 12:34:47 +01:00
599213a37c Fix .NET 6 TFM. 2022-04-18 09:45:18 +01:00
ec141cc251 Handle run-out sectors in CD-R(W) discs. Fixes #620 2022-04-14 13:11:48 +01:00
e803ae4519 Fix AaruFormat's DDT verification when its size on-image is bigger than 1MiB. Fixes #726 2022-04-13 13:40:51 +01:00
7ebc3b245b Do not set INDEX 1 to a value higher than what the TOC already said. 2022-04-10 14:10:41 +01:00
1e58286375 Workaround strange arithmetic bug. 2022-04-10 14:10:11 +01:00
30b5802198 Update System.CommandLine dependency. 2022-04-10 12:54:04 +01:00
66975faa66 Add support for detecting Windows 11. 2022-04-10 10:18:02 +01:00
f9f97c02c5 Mark newly discovered pregap sectors for retry. Fixes incorrect data on some track type changes. 2022-04-09 20:27:05 +01:00
ad4355c2c2 Fix managed FLAC block compression. 2022-04-09 18:58:03 +01:00
1c6fb91964 Workaround when some drive's firmware return a track type change error too soon. Fixes #711 2022-04-09 16:46:57 +01:00
46d9a65b06 Fix writing uncompressed AaruFormat. 2022-04-09 16:46:09 +01:00
755da6cd2c Use error number for device instead of exception. 2022-03-26 20:18:01 +00:00
89a2c52911 Move OS specific command implementation to OS specific device class. 2022-03-26 19:35:13 +00:00
2fa340474a Split device construction per OS. 2022-03-26 18:31:04 +00:00
d2d3bb560c Use Create method for creating Device class. 2022-03-26 17:46:59 +00:00
9ec5aca447 Use HttpClient instead of WebRequest. 2022-03-26 17:12:46 +00:00
a9e228a91b Add new official .NET guards for OS dependant code. 2022-03-26 17:12:08 +00:00
1c99cb1d09 Change async void for async Task wherever possible. 2022-03-26 16:52:00 +00:00
1927868706 More code cleanups. 2022-03-26 16:51:26 +00:00
f0fa4d4320 Remove unused code. 2022-03-17 23:54:41 +00:00