Commit Graph

424 Commits

Author SHA1 Message Date
e43ef1bf04 Add PC-FX executable plugin. 2018-02-08 21:13:23 +00:00
bcf016f49a 🐛Fix ISO9660 when root directory is outside of device. 2018-02-08 02:59:42 +00:00
4194566a20 🐛Fix static method on hashes not being declared as such. 2018-02-03 19:11:41 +00:00
b50b6c29ca 🐛Move checksum initializers to instance constructors. 2018-02-03 17:39:49 +00:00
d732d72342 Add more boot code hashes to FAT. 2018-02-01 01:19:19 +00:00
5c26b38881 Add list of known boot code hashes for FAT filesystem. 2018-01-30 01:08:59 +00:00
822cd29d30 🐛Fix partition bounds on System V filesystem. 2018-01-30 00:54:57 +00:00
12785cc087 Skip null terminated strings in ISO9660 fields. (These violate ISO9660). 2018-01-29 17:36:58 +00:00
f9d5028cf0 Add numeric values to media types. 2018-01-23 15:49:49 +00:00
4bb8b41363 Add support for detecting High Performance Optical File System. 2018-01-16 22:45:16 +00:00
9239f19711 Update copyright year in .NET metadata. 2018-01-06 11:57:21 +00:00
38725e5625 🐛Correct UCSD Pascal filesystem on Apple II disks. 2018-01-06 00:41:14 +00:00
4b359e71f8 🐛Correct ProDOS filesystem detection on Apple II disks. 2018-01-05 23:58:03 +00:00
0d0bc878a6 🐛Add support for the Microsoft Resilient File System (aka ReFS), fixes #13 2017-12-30 17:47:55 +00:00
923ed6673a Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
2017-12-30 09:09:49 +00:00
df4a8a1ad5 🐛Correct trying to read past partition when El Torito boot image indicates to be bigger than it. 2017-12-30 01:22:23 +00:00
ecd2db76a8 🎨Supported options in IReadOnlyFilesystem is better set as a property. 2017-12-28 18:08:15 +00:00
d65b3be910 🐛Correct setting encoding in MFS. 2017-12-28 05:52:39 +00:00
e3bc39a243 🐛Correct character set for ProDOS should be Apple IIc's. 2017-12-28 05:52:04 +00:00
1bb2d16e54 Add support to show available options from IReadOnlyFilesystems. 2017-12-28 00:29:04 +00:00
a1f82e0e72 Add option to pass an arbitrary list of options to IReadOnlyFilesystem.Mount() 2017-12-27 23:55:59 +00:00
0d034ce4d0 🐛Add support for Radix-50 character encoding, fixes #103 2017-12-27 21:57:07 +00:00
41180352de 🐛Added support for Apple II character sets, fixes #102 2017-12-26 18:52:21 +00:00
56198b1ee6 🎨Changed IReadOnlyFilesystem so methods that only output don't get passed as ref. 2017-12-26 08:17:28 +00:00
18f9a349c9 🎨REFACTOR: Use auto-properties. 2017-12-26 08:01:40 +00:00
94d8173b3a 🎨REFACTOR: Plugins do not need to expose their methods as virtual. 2017-12-26 07:28:40 +00:00
6aee3c9cb1 🎨Separate read-only filesystems from identify-only filesystem interfaces. 2017-12-26 07:23:09 +00:00
3bbb645556 🐛Corrected missing encoding setup in LisaFS. 2017-12-26 06:47:33 +00:00
dbf75cf786 🐛Corrected invalid LINQ casting. 2017-12-26 06:46:28 +00:00
2eca6ec8be 🐛Corrected miscalling current encoding when identifying filesystems. 2017-12-26 06:36:15 +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
03a4e286cc Added support for Xia fs. 🐛 Fixes #152 2017-12-25 23:42:14 +00:00
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
4115698ac8 REFACTOR: Final cleanup of DiscImageChef.Filesystems. 2017-12-24 02:37:41 +00:00
3d38e01fdc DOCUMENTATION: DateTime handlers. 2017-12-23 03:59:48 +00:00
c59e424ec8 REFACTOR: All refactor in DiscImageChef.Filesystems. 2017-12-22 08:43:22 +00:00
ef2fff0abd Refactor ISO9660 and solves bug preventing amiga extensions from being named. 2017-12-22 07:28:54 +00:00
56986338be Refactor AppleDOS and solves bug preventing VTOC from being retrieved as "$Vtoc". 2017-12-22 07:05:08 +00:00
49144eeb01 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
9a404acef4 REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
b9ec685b4e REFACTOR: Minor refactors. 2017-12-21 17:14:49 +00:00
586b838a17 REFACTOR: Invalid XML in XML comment. 2017-12-21 16:45:16 +00:00
f02e8f3cca REFACTOR: XML comment is not placed on a valid language element. 2017-12-21 16:35:49 +00:00
ff08e93144 REFACTOR: Redundant class or interface specification in base types list. 2017-12-21 16:27:09 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
35ce7db892 REFACTOR: Unnecessary whitespace removal. 2017-12-21 07:36:47 +00:00