Commit Graph

1602 Commits

Author SHA1 Message Date
Timothy Baldridge
6bad6d17cf
Merge pull request #415 from tr4wzified/queue-size-fix
Fix queue size being assigned to 0 on low end machines
2020-01-21 20:47:05 -07:00
Timothy Baldridge
d52b713ec3
Merge pull request #410 from Noggog/no-matching
Random refactors
2020-01-21 20:46:39 -07:00
Justin Swanson
bbb3f41aae Missing refactors 2020-01-21 18:41:32 -06:00
trawzified
95f8f08a12 Better fix for 0 queue size 2020-01-21 21:40:47 +01:00
trawzified
882fbd3edc Fix queue size being assigned to 0 on low end machines 2020-01-21 21:10:13 +01:00
Timothy Baldridge
e7777a5148
Merge pull request #413 from wabbajack-tools/bump-deps
Bump Deps Versions
2020-01-21 06:40:17 -07:00
Timothy Baldridge
84d2a3e8f9 Server changes for CDN optimization 2020-01-21 05:50:53 -07:00
Timothy Baldridge
e4b840114c
Merge pull request #411 from Noggog/readme-fix-gui-refactors
Readme Fix - Gui Refactors
2020-01-21 05:49:25 -07:00
Timothy Baldridge
ddbfaafdb5
Merge pull request #402 from Noggog/modlist-error-display
Modlist Gallery Error Display
2020-01-21 05:49:16 -07:00
Justin Swanson
06afa322f9 Changelog update 2020-01-20 22:33:06 -06:00
Justin Swanson
5838fc9d80 Fix for website readmes not opening 2020-01-20 22:28:45 -06:00
Justin Swanson
0e935ec261 UserIntervention views made to RxUserControls 2020-01-20 22:23:33 -06:00
Timothy Baldridge
83418e00c6
Update README.md 2020-01-20 18:16:08 -07:00
Timothy Baldridge
f2cb662ca0
Update LICENSE.txt 2020-01-20 18:11:26 -07:00
Justin Swanson
29295a774e InstallationView swapped to RxUserControl 2020-01-20 19:07:41 -06:00
Justin Swanson
95260b1342 InstallationCompleteView swapped to RxUserControl 2020-01-20 17:21:40 -06:00
Justin Swanson
86391512bc CompilationCompleteView swapped to RxUserControl 2020-01-20 17:21:37 -06:00
Justin Swanson
7ad46c65cc Refactored AttentionBorder to a ContentControl
Looks like it's the proper way to do it anyway.
https://stackoverflow.com/questions/751325/how-to-create-a-wpf-usercontrol-with-named-content

UserControls are really just for super end-use
2020-01-20 17:21:32 -06:00
Justin Swanson
d788a3ae95 CompilerView swapped to RxUserControl 2020-01-20 17:21:29 -06:00
Justin Swanson
f026a666dd Bugfix for MO2 compiler not respecting targeted download folder 2020-01-20 17:21:25 -06:00
Justin Swanson
c8f38c6ff2 Added log for how many metas are being inferred 2020-01-20 17:16:37 -06:00
Justin Swanson
0f7c1b4632 ExtensionManager -> ModListAssociationManager 2020-01-19 19:49:12 -06:00
Justin Swanson
315b8069a7 Consts.HashFileExtension usage 2020-01-19 19:46:16 -06:00
Justin Swanson
0cb1d3cb0a Consts.MetaFileExtension 2020-01-19 19:45:05 -06:00
Justin Swanson
4138e644ef ExtensionManager.Extension -> ModListExtension 2020-01-19 19:42:27 -06:00
Justin Swanson
ab4371e5d2 ACompiler no match printing limited to 10 in GUI.
Refactored printing and failure mechanics for nomatch to ACompiler for general reuse
2020-01-19 19:36:09 -06:00
Justin Swanson
3d130690c4 Removed DropAll log message
Will eventually be printed by MO2Compiler as well
2020-01-19 19:32:13 -06:00
Timothy Baldridge
129fb445b8 Bump Version 2020-01-19 16:37:33 -07:00
Timothy Baldridge
e30dcf2358
Merge pull request #401 from wabbajack-tools/file-upload
File upload and hosting for WJ
2020-01-19 15:56:03 -07:00
Timothy Baldridge
141ff50dbe Add missing file 2020-01-19 15:45:18 -07:00
Timothy Baldridge
b38fc3a8b5 Critical flaw in AuthorAPI 2020-01-19 15:40:30 -07:00
Timothy Baldridge
2586ee9f98 Final bit of cleanup on the server to work with a CDN. 2020-01-19 15:36:38 -07:00
Justin Swanson
1a1818f338 ModList download metric no longer awaited
Don't need for it to be finished before continuing.
2020-01-19 12:38:55 -06:00
Timothy Baldridge
f2359ab273 Rewrote the uploader to use a block based approach 2020-01-18 22:51:12 -07:00
Justin Swanson
b5edd9ce26 ModListGallery loading error display 2020-01-18 22:40:31 -06:00
Justin Swanson
dbce33fb45 ModListGallery loading ring for loading modlist meta 2020-01-18 22:37:07 -06:00
Timothy Baldridge
2a31c85e24
Merge pull request #400 from Noggog/failed-compilation-display-bug
Failed compilation display bug
2020-01-18 15:31:13 -07:00
Timothy Baldridge
4ec01da8d1
Merge pull request #399 from Noggog/corrupted-modlists-fix
Corrupted Modlists Fix
2020-01-18 15:30:48 -07:00
Timothy Baldridge
3f5b5ab357
Merge pull request #398 from erri120/mo2-stuff
Re-pathing and MO2 Output overwrite fixes
2020-01-18 15:30:23 -07:00
Timothy Baldridge
72977ec0b3 Fix a bug in the users path 2020-01-18 15:24:55 -07:00
Timothy Baldridge
6969a531e2 Add Upload support to WJ, fixes for the new server, etc. 2020-01-18 15:09:32 -07:00
Justin Swanson
f1c0da3b4f ISubInstallerVM.Compile returns bool now 2020-01-18 15:57:53 -06:00
Justin Swanson
e2ebeb9af6 ISubCompilerVM.Compile returns bool now
Completion status now marked failure if that bool is false
2020-01-18 15:57:41 -06:00
Justin Swanson
bad10ae21c ModlistMetadataVM now fishes for false download return values 2020-01-18 14:52:37 -06:00
Justin Swanson
5db84a6ee6 Replaced all File.OpenWrite calls /w .Open(FileMode.Create)
File.OpenWrite is equivalent to FileMode.OpenOrCreate, which caused errors when replacing a file that was larger previously
2020-01-18 14:52:09 -06:00
Justin Swanson
3bac5d2f00 AbstractDownloadState.Download returns bool
There's sort of a theoretical disagreement, still.  Should a failed download throw an exception, or return false?  Users of this function still need to handle/prep for either/or.

Still, this is better than before, where some failures were being swallowed completely
2020-01-18 14:07:27 -06:00
Justin Swanson
32bb4cd8e9 Some minor refactors on modlist downloading
Metrics send in parallel.  Exceptions caught/rethrown on tcs
2020-01-18 14:07:20 -06:00
Justin Swanson
80508aa494 Made changes to help cope with my allergy to strings 2020-01-18 13:28:42 -06:00
erri120
34ec97f1a4
MO2Installer will create output folders for executables if they dont exist 2020-01-18 15:48:55 +01:00
erri120
e762ec5c9a
Added .xml to config file extension list 2020-01-18 15:12:53 +01:00