Commit Graph

28 Commits

Author SHA1 Message Date
df5f062500 Add interface to pass dump hardware list and CICM XML metadata to/from images. 2018-01-28 20:29:46 +00:00
4e9605a937 🐛Implement Apple RLE algorithm, fix #120, thanks to David Ryskalczyk. 2018-01-21 15:58:12 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +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
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
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
5592f147ac REFACTOR: Loop can be converted into LINQ-expression. 2017-12-21 07:08:26 +00:00
9cd1869d1d REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +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
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
08425e9ccc Added disk geometry. 2017-08-02 23:01:11 +01:00
76e16db616 Added support for different character encodings. 2017-06-06 21:23:20 +01:00
869b49d711 Updated copyright string. 2017-05-19 20:28:49 +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
e39b45f918 * DiscImageChef.DiscImages/NDIF.cs:
Correctec chunk sector counting.

	* DiscImageChef.Filesystems/ProDOS.cs:
	  Added debug. Corrected volume size.
2016-09-12 01:13:39 +01:00
11b6c094c6 Added more specific non-supported compression algorithms
message.
2016-09-10 01:49:17 +01:00
3c520c3216 * DiscImageChef.DiscImages/NDIF.cs:
Corrected sector calculation.
	Added support for multiple block chunk resources.

	* DiscImageChef.DiscImages/UDIF.cs:
	  Corrected sector calculation.
2016-09-10 01:39:43 +01:00
50a263cc44 Added new possible compression algorithms and field names from
DiskImages.framework.
2016-09-07 21:32:21 +01:00
122141c850 * TODO:
* README.md:
	* DiscImageChef.DiscImages/NDIF.cs:
	* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
	  Adds support for Apple NDIF images, closes #47

	* Claunia.RsrcFork:

	* DiscImageChef.DiscImages/UDIF.cs:
	* DiscImageChef.DiscImages/DiskCopy42.cs:
	  Try to get and use "vers" resource from the Resource Fork to
	  get ImageApplication and its version.

	* DiscImageChef.Filters/OffsetStream.cs:
	  Corrected OffsetStream arithmetic bug.
2016-09-06 23:21:10 +01:00