Matt Nadareski
347beca874
Handle Redump 503s / Timeouts ( fixes #289 )
2021-06-20 11:21:43 -07:00
Matt Nadareski
6d57a05f8c
Encode params for login
2021-06-19 16:12:42 -07:00
Matt Nadareski
76fcb3ae10
Separate "Include Artifacts" into a separate setting ( fixes #287 )
2021-06-19 15:41:46 -07:00
Matt Nadareski
b913f5f9ae
Update Xbox disc detection ( fixes #288 )
2021-06-19 15:25:43 -07:00
Matt Nadareski
68fa1eecfb
Replace dumping program output processing
2021-06-15 10:24:19 -07:00
Matt Nadareski
c91137130b
Fix newline processing, add changelog
2021-06-15 10:20:13 -07:00
Matt Nadareski
972b07551f
Add Logging utility class
2021-06-15 09:55:14 -07:00
Matt Nadareski
01b6c3cc98
Minor formatting change in ProcessingQueue
2021-06-14 22:37:47 -07:00
Matt Nadareski
b461dc76b9
Fix incorrect normalization for Aaru
2021-06-14 22:15:36 -07:00
Matt Nadareski
07615cb336
Update nuget packages
2021-06-03 22:19:03 -07:00
Matt Nadareski
9a9a977cc4
Simplify flag validation
...
Instead of trying to determine if something is a flag, just check if it's one of the supported flags. This should reduce the amount of potential issues that come along with making assumptions about what a parameter could look like.
2021-06-03 22:13:50 -07:00
Matt Nadareski
ab5869331b
Add throwability to cuesheet code
2021-06-03 21:58:52 -07:00
Matt Nadareski
1c9ebfd703
TODO additions
2021-06-03 21:20:45 -07:00
BadAd84
b1af2b6061
Fix for high cpu usage, issue with loop. ( #286 )
2021-05-30 12:58:08 -07:00
Matt Nadareski
2fccd53098
Ensure CSSKey file included in log zipping
2021-05-27 12:07:21 -07:00
Matt Nadareski
a7ad3e41d9
Change offset value for HVN discs ( fixes #285 )
2021-05-27 11:49:24 -07:00
Matt Nadareski
1fc6476f71
Be smarter about checking for zipped logs
2021-05-27 11:46:47 -07:00
Matt Nadareski
53e5a1b1b1
Check for the zipped logs for dealing with overwrites ( fixes #277 )
2021-05-27 11:20:48 -07:00
Matt Nadareski
119e9dc4cc
Always check for all DIC log files, just in case ( fixes #281 )
2021-05-27 11:00:56 -07:00
Matt Nadareski
9263769906
Fix negative offsets ( fixes #282 )
2021-05-27 10:41:25 -07:00
Matt Nadareski
ebaf9539b2
Allow users to customize protection scanning
2021-05-06 21:47:57 -07:00
Matt Nadareski
7e96bbee27
Custom UI elements v1
...
This enables full-window dark mode to be a reality. The problem is that my design skills are very low
2021-04-26 22:32:05 -07:00
Matt Nadareski
f7019546d1
Add experimental dark mode ( fixes #272 )
2021-04-26 12:07:21 -07:00
Matt Nadareski
086f54abf0
Topsy-turvy ( fixes #274 )
2021-04-25 14:08:00 -07:00
Matt Nadareski
143a4149bd
Parametrics ( #276 )
...
* Begin reducing complexity of parameters classes
* Make the method virtual, not the field
* Consolidate helper methods
* Fix "empty" commands; Fix DD generation
* Handle all sorts of numerical values
* Rip out remaining unneeded enum
2021-04-25 14:03:55 -07:00
Matt Nadareski
7a2061a36e
Bump version for first MPF rebranded stable
2021-04-23 10:30:44 -07:00
Matt Nadareski
191c7b080e
Add offset for all HVN discs
2021-04-18 10:42:09 -07:00
Matt Nadareski
aab0813688
Remove HVN-specific flags for now
...
These flags may cause dumping issues for some, if not a majority, of VideoNow discs
2021-04-16 21:18:48 -07:00
Matt Nadareski
b15ddf390b
Update to BurnOutSharp 1.6.1
2021-04-14 09:27:42 -07:00
Matt Nadareski
d6f2ecbd25
Add version from Git commit ( fixes #271 )
...
This also ensures that the new version check still works as well, so the commit hash addition doesn't screw anything up.
2021-04-13 09:30:26 -07:00
Matt Nadareski
4b7d4e05e7
Streamline output path textbox handling
...
Addresses issue of cursor moving during typing
Addresses issue of extraneous spaces appearing
2021-04-12 13:25:12 -07:00
Matt Nadareski
1edac34c1a
Handle dialog return properly
...
Also fixes an issue where dumpable media with no ring would show a ringcode tab
2021-04-11 09:31:22 -07:00
Matt Nadareski
9adc588c9c
Reintroduce options cancel button
2021-04-11 00:09:13 -07:00
Matt Nadareski
9854c9970a
Add descriptions to new options, change defaults
...
The default changes are:
- Setting `CompressLogFiles` to `true`
- Setting `ToolsInSeparateWindow` to `true`
- Setting `EnableLogFormatting` to `false`
- Setting `EnableProgressProcessing` to `false`
The last two don't really matter if `ToolsInSeparateWindow` is `true` since no UI-derived logs will ever trigger them, so they're being disabled for now.
2021-04-09 13:31:23 -07:00
Matt Nadareski
0c68164d6d
Add option for log formatting
2021-04-09 12:03:30 -07:00
Matt Nadareski
5e283c9e80
Add option to enable progress processing
...
This is one of the larger pain-points for redirecting the output as it involves a regex. Make it optional so people with weaker systems have a better chance.
2021-04-09 11:16:50 -07:00
Matt Nadareski
d270501c2d
Update to BurnOutSharp 1.6.0
2021-04-09 10:31:27 -07:00
Matt Nadareski
f7f924593f
Add Audio CD detection
...
On Windows 10, at least, when a purely Audio CD is put in, it gets the volume label of "Audio CD", conveniently. We can use this to at least attempt to match, even if this could be a false positive for some CD-i or things like Jag CD
2021-04-07 10:04:59 -07:00
Matt Nadareski
22b15710d0
Take output of compression into account for log
2021-04-02 22:34:46 -07:00
Matt Nadareski
7e5952bbb8
Add log file lsits for CleanRip and UIC
2021-04-02 22:23:15 -07:00
Matt Nadareski
742db4c854
Change default archive name
2021-04-02 22:12:32 -07:00
Matt Nadareski
4fd51dbe45
Default to false, for now
2021-04-02 21:57:00 -07:00
Matt Nadareski
096a8a6a06
Add Aaru log file paths, remove TODO in DIC
2021-04-02 21:56:14 -07:00
Matt Nadareski
ad5cd5b8f9
Only encode artifacts if we're outputting JSON
2021-04-02 21:53:41 -07:00
Matt Nadareski
96fa8d8cef
Add DiscImageCreator log paths
2021-04-02 21:36:14 -07:00
Matt Nadareski
01bf3c9efb
Add log file compression
2021-04-02 21:21:50 -07:00
Matt Nadareski
da0bf64e94
Add log compression option
2021-04-02 20:55:20 -07:00
Matt Nadareski
d39cf5d13f
Make JSON optional ( fixes #268 )
2021-04-02 18:57:25 -07:00
Matt Nadareski
d2c504898a
Empty the queue at least
2021-04-01 19:08:39 -07:00
Matt Nadareski
58028b4f18
Reset queue entirely to prevent issues
2021-04-01 15:11:30 -07:00