Matt Nadareski
b41ae7a7c3
Data and Tools -> Core
2020-12-08 13:23:59 -08:00
Matt Nadareski
174be6ca54
Cleanup between namespace extraction
2020-12-08 11:09:05 -08:00
Matt Nadareski
96f0a94b10
Extract out IO namespace, Part 3
2020-12-08 00:13:22 -08:00
Matt Nadareski
96e2afcfe4
Extract out IO namespace, Part 1
2020-12-07 15:08:57 -08:00
Matt Nadareski
ee3e4645a0
Extract out Logging namespace
2020-12-07 14:29:45 -08:00
Matt Nadareski
bac43467cf
Wire up source for logging where possible
2020-10-07 16:37:10 -07:00
Matt Nadareski
b7db9f7f14
Instance logging with backing static class instead of Global
2020-10-07 15:42:30 -07:00
Matt Nadareski
982df3faaf
Fix hashing in parallel
2020-10-05 17:43:44 -07:00
Matt Nadareski
c533a29bd7
Fix rebuild, extract depth to proper places
2020-09-18 15:01:03 -07:00
Matt Nadareski
ba253f94e6
Reduce who cares about date
2020-09-18 11:26:50 -07:00
Matt Nadareski
7ed7107fd2
Clean up more info instances
2020-09-18 01:50:44 -07:00
Matt Nadareski
7acadcddd5
Simplify GetInfo
2020-09-18 00:29:08 -07:00
Matt Nadareski
044d70da6e
Consolidate some of the throws
2020-09-15 17:09:35 -07:00
Matt Nadareski
fc580c7d35
Make logging more intuitive
2020-09-15 14:38:37 -07:00
Matt Nadareski
91f659dca2
Add and use ThrowOnError global (temp)
2020-09-15 12:12:13 -07:00
Matt Nadareski
5fb140f406
Fix Sort multiple outputs
2020-08-28 21:38:27 -07:00
Matt Nadareski
2a5a5516d9
Enable flat writing using header value
2020-08-28 20:46:12 -07:00
Matt Nadareski
4d0a3f55eb
Add Aaruformat validation and media item type ( #29 )
...
* Initial `media` and AaruFormat code
* But... why?
* Fix AIF reading
* Fix D2D, Logiqx cleanup
* Minor cleanup
* Final cleanup round
2020-08-27 16:57:22 -07:00
Matt Nadareski
2da51628a4
Machine stands alone
2020-08-20 13:17:14 -07:00
Matt Nadareski
52c15d4732
Replace RVX with Depth
2020-08-18 23:39:13 -07:00
Matt Nadareski
8e687a251d
Add RVX compatible inputs
2020-08-18 11:34:43 -07:00
Matt Nadareski
17a6a7ec69
IO extensions to IO namespace
2020-08-01 23:04:11 -07:00
Matt Nadareski
a84314684f
Move flags, logging
2020-08-01 22:10:29 -07:00
Matt Nadareski
4e406604c2
Remove .NET Framework 4.6.2/4.7.2 ( #24 )
...
* Remove < .NET 4.8, general cleanup
* Abstract
* Tango
* Banner
* Scan no more
* Common
* Application
* Access
* Filter-feeder
* Graffiti
* Paint-over
* Law and Order
* XOR-o
* Unused staircase
* Maybe
* Maybe not
* Delete this
* The word is "no"
* Emit
* Improper
* Aye aye
* Fence
* Barrier
* Monkey
* Pail
* Lines
2020-07-15 09:41:59 -07:00
Matt Nadareski
4ad77d6be6
Cleanup and overhaul ( #21 )
...
* Syntax cleanup
* More minor cleanup, use Linq
* Fix broken features by using correct values
* Feature flags the same
* Features are modular
* No AlphaFS, more .NET versions
* Fix appveyor
* Put back identifiers, for some reason
* String interpolation, modernization
* Better use of GetField
* XmlTextWriter to remove possible issues
* Fix header for OpenMSX
2020-06-10 22:37:19 -07:00
Matt Nadareski
b09198708e
[FileTypes/] Cleanup tabs AND variables
2019-02-08 20:51:44 -08:00
Matt Nadareski
1768370199
[ALL] DatItem/Machine cleanup and descriptions
2019-01-08 12:11:55 -08:00
Matt Nadareski
d585e8940b
[Folder] Implement Write with input filename
2018-03-05 11:37:41 -08:00
Matt Nadareski
56df4418b4
[FileTypes] Add "hashing" defaults
2018-02-23 11:56:18 -08:00
Matt Nadareski
d36cff2f9b
[FileTypes] Rename methods to fit better
2018-02-15 23:52:57 -08:00
Matt Nadareski
5740cecc0d
[FileTypes/] BaseFile for life
2018-02-15 23:38:55 -08:00
Matt Nadareski
3a45dcc1a5
[Enums, FileTypes/, Utilities] Use new enum, new class
...
Add a new "BaseFile" class for potential future use. This should be the "base" for all future files and folders that could exist. This is likely to change over time.
2018-02-15 22:06:20 -08:00
Matt Nadareski
de16014af9
[ALL] Update string check; add output path helper
2017-11-08 13:15:44 -08:00
Matt Nadareski
5dd08cba63
[ALL] One utility class now
2017-11-08 00:27:00 -08:00
Matt Nadareski
397e5634c1
[DatItems/] Items -> DatItems for clarity
2017-11-02 15:44:15 -07:00
Matt Nadareski
6cd84ae8aa
[FileTypes/] Move some things around
2017-11-02 01:03:36 -07:00
Matt Nadareski
d379ef59ab
[FIleTypes/] Migrate to individual input/output types
...
Similar to the migration of splitting DatFile into ifferent subtypes, this makes sure that logic that petains to each "type" of file that's used by SabreTools, be it an input/output archive format or a specialty file format that is treated by itself like CHDs, is in tis own namespace. ArchiveTools has been pared down accordingly and all "factory" logic should make it easier to add more formats in the future with little fuss.
2017-11-02 00:29:20 -07:00