Commit Graph

24 Commits

Author SHA1 Message Date
d35f9fa829 Allow appending on writable images, and correct some incorrect values. 2018-01-18 23:18:56 +00:00
f407774c7c Add interface for writing sector tags that are not included in a long sector. 2018-01-01 22:19:31 +00:00
4756fd8e7c Add interface for setting media geometry. 2018-01-01 20:56:33 +00:00
3f042fa61c Corrected offset miscalculation on DRI Diskcopy. 2018-01-01 14:21:16 +00:00
c27f381c70 Add writing support to Digital Research DISKCOPY disk image. 2018-01-01 14:11:12 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +00:00
741a3289a2 🎨Remove chains of if-else to get media type from it's geometry, plus add
a geometry class with a list of known geometries and ❤️LINQ❤️ queries.
2017-12-28 04:57:26 +00:00
94d8173b3a 🎨REFACTOR: Plugins do not need to expose their methods as virtual. 2017-12-26 07:28:40 +00:00
f66a0bdd42 🎨Converted all plugin types to interfaces. 2017-12-26 06:05:24 +00:00
a002253fa4 🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure. 2017-12-26 02:51:10 +00:00
79cd1f96fd Refactor regexes as verbatim strings. 2017-12-24 20:26:23 +00:00
736552f6d8 REFACTOR: Final cleanup of DiscImageChef.DiscImages. 2017-12-24 00:12:31 +00:00
0ad9da7b3a REFACTOR: All refactor in DiscImageChef.DiscImages. 2017-12-22 06:55:04 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
39e9164c1c Corrected Apricot disk size. 2017-09-22 23:32:11 +01:00
452f077af9 Added support for the Apridisk disk image format, for ACT Apricot disk
images.
2017-09-22 23:02:30 +01:00
e53cfb9cdb Corrected if cases. 2017-09-13 02:09:50 +01:00
58e9da7b54 Removed duplicate debug line. 2017-09-13 00:15:46 +01:00
6b51948639 Added support for the Digital Research DiskCopy disk image format. 2017-09-13 00:15:19 +01:00