Commit Graph

68 Commits

Author SHA1 Message Date
64629af6d2 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
6e36a7fdfc REFACTOR: Final cleanup of DiscImageChef.CommonTypes. 2017-12-23 16:46:22 +00:00
71477cf6cf DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
4e6f19fcc5 REFACTOR: All refactor in DiscImageChef.CommonTypes. 2017-12-21 20:32:50 +00:00
694b41d322 REFACTOR: Unreachable code. 2017-12-21 16:33:16 +00:00
124d77cea6 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
4dc1bf4fdc REFACTOR: Removed else statements. 2017-12-21 02:57:32 +00:00
ee9406fed0 REFACTOR: Removed reduntant semicolon. 2017-12-21 02:53:52 +00:00
0f77e04651 REFACTOR: Replace built-in type with a keyword. 2017-12-21 02:42:18 +00:00
4455b2bee2 REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00
3d148619ed REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
c09d7944fe REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
6c33c8bb09 REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
b59c8062b3 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
c2d931920f Bumped version to 3.99.6.0. 2017-11-29 16:02:19 +00:00
50dc5ea407 Added support for LS-240 SuperDisk and FD32MB. 2017-11-29 15:54:39 +00:00
12e0201f98 Corrected Apricot disk size. 2017-09-22 23:32:11 +01:00
48ff657996 Added support for the Apridisk disk image format, for ACT Apricot disk
images.
2017-09-22 23:02:30 +01:00
2ea389a38b Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
c91b3df1ee Added disk geometry. 2017-08-02 23:01:11 +01:00
c0217864d6 Corrected media types. 2017-08-02 18:29:55 +01:00
dcc5a79260 Corrected some NEC types. 2017-08-02 13:57:04 +01:00
b02a4aa7fa Changed VTOC plugin from UNIX to VTOC.
Added UNIX plugin for hardwired partition tables on old UNIX
	kernels.
	Added several DEC hard disks.
2017-07-31 14:42:11 +01:00
4653599f9f Added equality and comparison overrides to Partition struct. 2017-07-25 22:27:09 +01:00
5944f710bc Add field to propagate partition scheme on each partition. 2017-07-23 22:54:36 +01:00
0199bbc046 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
1d1512d663 Refactor, pass whole partition structure to filesystems. 2017-07-19 16:31:08 +01:00
d15d2380c1 Corrected parameters of Acorn floppies. 2017-07-18 06:34:33 +01:00
830bc9ba33 Added support for typical Atari ST floppies. 2017-07-10 21:38:07 +01:00
243ba304c5 Added some Acorn floppy formats. 2017-07-01 03:39:52 +01:00
1014155aa8 Formatting options. 2017-06-29 21:23:39 +01:00
bdb663bdbc Added suppor for resume mapfile. 2017-06-20 05:50:42 +01:00
79f2614aed Added and corrected a bunch of media types. 2017-06-05 20:24:08 +01:00
04cd943bdf Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
0f127a999f Project file formatting. 2017-06-03 01:13:47 +01:00
67a99c1cae Updated copyright string. 2017-05-19 20:28:49 +01:00
1ab9801d39 Bumped version to 3.3.99.0. 2017-05-19 20:27:27 +01:00
d07c673596 Upped version to 3.3.99.0. Do not use version from solution on
library projects.
2017-05-19 18:39:15 +01:00
70838e2455 Some changes made by VS/Mac, harmless. 2017-05-16 08:26:38 +01:00
5e95048cfa Add support for IOMEGA Clik! (aka PocketZip) 2016-12-10 04:04:10 +00:00
7068161ae5 * CICMMetadata:
Updated to last upstream.

	* DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs:
	  Added DDS-2, DDS-3, DDS-4 with no medium type code.

	* DiscImageChef.Devices/Device/ScsiCommands/SPC.cs:
	  Added REQUEST SENSE command.

	* DiscImageChef.Devices/Device/ScsiCommands/SSC.cs:
	  Added SPACE command.

	* DiscImageChef.Devices/Enums.cs:
	  Added enumeration for SPACE command codes.

	* DiscImageChef.Metadata/MediaType.cs:
	  Added support for DDS, DDS-2, DDS-3, DDS-4.
2016-10-12 06:16:41 +01:00
497c64ede4 Add support for D64, D71 and D81 disk images. 2016-09-14 16:05:35 +01:00
db3fbc7453 * README.md:
* DiscImageChef.DiscImages/DIM.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for X68k .DIM format.

	* DiscImageChef.CommonTypes/MediaType.cs:
	  Added missing NEC and SHARP floppy types.

	* DiscImageChef.DiscImages/BLU.cs:
	* DiscImageChef.DiscImages/GDI.cs:
	* DiscImageChef.DiscImages/Nero.cs:
	* DiscImageChef.DiscImages/CopyQM.cs:
	* DiscImageChef.DiscImages/CDRDAO.cs:
	* DiscImageChef.DiscImages/CDRWin.cs:
	* DiscImageChef.DiscImages/TeleDisk.cs:
	* DiscImageChef.DiscImages/Apple2MG.cs:
	* DiscImageChef.DiscImages/DiskCopy42.cs:
	* DiscImageChef.DiscImages/Alcohol120.cs:
	* DiscImageChef.DiscImages/BlindWrite5.cs:
	* DiscImageChef.DiscImages/BlindWrite4.cs:
	* DiscImageChef.DiscImages/ZZZRawImage.cs:
	  In verbose show disk image type and comments.
2016-08-21 17:35:35 +01:00
b095d9f649 Bumped version to 3.2.99.2. 2016-08-09 15:34:26 +01:00
61f6ce0121 Public beta release 3.2.99.1. 2016-08-07 04:38:07 +01:00
ed0ea2996d * README.md:
* DiscImageChef.DiscImages/CopyQM.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for Sydex CopyQM disk image format.

	* DiscImageChef.CommonTypes/MediaType.cs:
	  Corrected typo.

	* DiscImageChef.DiscImages/DiskCopy42.cs:
	  Misplacement of XML media type setting.

	* DiscImageChef.Helpers/DateHandlers.cs:
	  Added DOS to C# date converter.
2016-08-07 04:35:32 +01:00
73e64eb41b * DiscImageChef.DiscImages/BLU.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Added support for Basic Lisa Utility.

	* DiscImageChef.Metadata/MediaType.cs:
	* DiscImageChef.CommonTypes/MediaType.cs:
	  Added Priam DataTower.

	* DiscImageChef.DiscImages/Apple2MG.cs:
	  Added CiderPress creator.

	* DiscImageChef.DiscImages/CDRWin.cs:
	  Changed RegExs so words must be exact.
2016-08-02 18:09:24 +01:00
a4ceb4461f Bumped to version 3.2.1. 2016-08-01 19:07:04 +01:00
61a7811591 Bump to version 3.2.0 2016-08-01 19:01:21 +01:00
246881d296 Bump to version 3.1.0. 2016-07-29 02:25:29 +01:00