Commit Graph

212 Commits

Author SHA1 Message Date
7a2b0d9d73 Added support for Apple DOS and Apple ProDOS interleaved disk
images. Detection is by extension ".do" or ".po".
2017-07-20 13:11:27 +01:00
924442f307 Do not hash image when it is raw and plugin is appledouble as
file hash is the same.
2017-07-20 13:10:48 +01:00
16434f2788 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
a5dc95494b Corrected parameters of Acorn floppies. 2017-07-18 06:34:33 +01:00
c31f5e096c Optical disc images should have a partition for the first
track, like the other disc image formats do.
2017-07-15 01:38:00 +01:00
a5d470a541 Added support for LS-120 and iomega JAZ. 2017-07-11 01:39:18 +01:00
4cc7e72be9 Added support for typical Atari ST floppies. 2017-07-10 21:38:07 +01:00
f6f9ccdd26 Remove Acorn vs IBM floppy conflict, detect Acorn based on
file extension, rest assume IBM.
2017-07-01 09:39:11 +01:00
40754f2a94 Added some Acorn floppy formats. 2017-07-01 03:39:52 +01:00
5fd16faede Image classes should be public. 2017-07-01 02:49:09 +01:00
334cc66a53 Formatting options. 2017-06-29 21:23:39 +01:00
f15299cd90 Added support for IBM SaveDskF disk image format. 2017-06-22 16:20:49 +01:00
f5cca3c779 Pass filter UUID to sidecar creation, use it to detect filters
and calculate checksums of disk image and its contents
	correctly.
2017-06-22 01:11:50 +01:00
ff29d85926 Refactor: Remove unneeded TODOs. 2017-06-12 22:59:47 +01:00
3754c622f4 Updated SharpCompress package version. 2017-06-06 22:53:04 +01:00
76e16db616 Added support for different character encodings. 2017-06-06 21:23:20 +01:00
d6c37bc47b Moved Claunia.RsrcFork to nuget. 2017-06-06 18:22:16 +01:00
d35b40e164 Add support for HiFD. 2017-06-05 17:58:51 +01:00
ce3e941e1c Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
d9b372c878 Project file formatting. 2017-06-03 01:13:47 +01:00
33f10dc202 Added project for separation of engine from CLI. 2017-05-27 14:43:48 +01:00
68b17e1809 Added support for Xbox security sector. 2017-05-23 22:58:02 +01:00
97afb4ac12 Added XGD3 detection (by its size). 2017-05-23 19:25:17 +01:00
c8ed8cb31f Merge branch 'master' of https://github.com/claunia/DiscImageChef 2017-05-23 01:31:26 +01:00
ac5eadba7a Added support for Xbox DMI, with detection and decoding. 2017-05-23 01:30:57 +01:00
9bcb743ce1 Updated package 2017-05-21 21:31:09 +01:00
8859eed894 Updated dependencies. 2017-05-20 05:46:54 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +01:00
047a4b7911 Bumped version to 3.3.99.0. 2017-05-19 20:27:27 +01:00
916d2be6b8 Updated NuGet packages. 2017-05-19 20:25:29 +01:00
e4afde55b8 Upped version to 3.3.99.0. Do not use version from solution on
library projects.
2017-05-19 18:39:15 +01:00
304544fb02 Some changes made by VS/Mac, harmless. 2017-05-16 08:26:38 +01:00
c8245c9fd5 Do not skip text-based images on NULL, if they're smaller than
512 the test buffer gets NULL-filled.
2017-05-16 07:26:05 +01:00
5be233268b Add support for IOMEGA Clik! (aka PocketZip) 2016-12-10 04:04:10 +00:00
8b9d678893 Added PCMCIA support. 2016-10-17 04:41:27 +01:00
841453e1fa Adds support for DiscJuggler images, closes #56 2016-10-10 02:06:52 +01:00
17db00b068 * DiscImageChef.DiscImages/CloneCD.cs:
Correct subchannel reading.

	* DiscImageChef/DetectImageFormat.cs:
	  Add debug output.
2016-10-10 02:05:49 +01:00
9eb0a44b7a Adds support for CloneCD images, closes #57. 2016-10-08 04:29:33 +01:00
eeb313e42d * DiscImageChef.Filesystems/FAT.cs:
Add sanity check for BPB.

	* DiscImageChef.Filesystems/AppleHFS.cs:
	  Correct calling of Read2048SectorAs512()

	* DiscImageChef.Decoders/CD/Sector.cs:
	* DiscImageChef.Decoders/DiscImageChef.Decoders.csproj:
	  Added CD sector descrambling.
2016-10-08 04:29:04 +01:00
b27c25d74e * DiscImageChef.Decoders/Floppy/Apple2.cs:
Adds support for marshaling a whole disk, tracks and sectors
	  as well as decoding sectors in 5and3 and 6and2 GCRs.

	* DiscImageChef.Decoders/Floppy/AppleSony.cs:
	  Adds support for marshaling a whole disk, tracks and sectors
	  as well as decoding GCR sectors.

	* DiscImageChef.DiscImages/AppleNIB.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Adds support for Apple nibble disk images.
2016-10-07 00:43:12 +01:00
7483d004b7 Adds support for Apple DOS filesystem, closes #33. 2016-10-07 00:41:59 +01:00
c2ec29a681 Add support for ADC compressed images. 2016-09-30 04:57:35 +01:00
256304bfa2 Fail on StuffIt compressed images. 2016-09-30 04:34:45 +01:00
b0a7b2e7ea Updated SharpCompress to 0.13.0 2016-09-30 04:32:18 +01:00
d95785eec1 Adds support for compressed QCOW and QCOW2 images, closes #72. 2016-09-21 03:32:12 +01:00
85fd3b5900 Adds support for MAME Compressed Hunks of Data, closes #48. 2016-09-21 01:55:41 +01:00
9a87166daf Add method to get hexadecimal printout of a byte array. 2016-09-21 01:54:09 +01:00
dc31b282b6 * DiscImageChef.DiscImages/GDI.cs:
* DiscImageChef.DiscImages/CDRDAO.cs:
	* DiscImageChef.DiscImages/CDRWin.cs:
	  Prevent reading binary files.

	* DiscImageChef.Filters/MacBinary.cs:
	  Adds more sanity checks.
2016-09-17 21:23:01 +01:00
f18a888b15 Add support for D64, D71 and D81 disk images. 2016-09-14 16:05:35 +01:00
3cdada5883 * DiscImageChef.DiscImages/QED.cs:
Correct calculation of tables.

	* DiscImageChef.DiscImages/VDI.cs:
	  Correct IBM reading.

	* DiscImageChef.Filesystems/FAT.cs:
	  Not all FAT16 implementations set media descriptor
	  correctly.

	* DiscImageChef/Commands/Compare.cs:
	  Do not reuse FiltersList, for some reason same filter is
	  being returned already opened.
2016-09-13 20:47:07 +01:00