Commit Graph

1095 Commits

Author SHA1 Message Date
Timothy Baldridge
8feed8a575 disable more of the test 2019-11-19 06:08:49 -07:00
trawzified
c403394592 Change general _mo2Compiler back to installer to fix merges 2019-11-19 14:04:17 +01:00
Timothy Baldridge
c14c3a7874 disable broken tests 2019-11-18 22:30:37 -07:00
Timothy Baldridge
5fcb0bad94 Fixe the download type for test files so builds pass. 2019-11-18 22:24:05 -07:00
Timothy Baldridge
641dd36d7f Implement a better HTTP caching server 2019-11-18 22:10:07 -07:00
Timothy Baldridge
549d32579c
Merge pull request #190 from erri120/add-morrowind
Re-added Morrowind
2019-11-18 14:42:23 -07:00
erri120
fbb90d698e
Re-added Morrowind 2019-11-18 20:31:55 +01:00
Timothy Baldridge
ce0e3da7cb
Merge pull request #189 from tr4wzified/win7downloadsfix
Change KnownFoldersType to Downloads instead of DownloadsLocalized, f…
2019-11-18 11:31:16 -07:00
Timothy Baldridge
0306a1e3a9
Merge pull request #188 from erri120/editorconfig
Created std editorconfig
2019-11-18 11:31:04 -07:00
Timothy Baldridge
7773d033ea
Merge pull request #187 from erri120/nitpicking-1
Nitpicking stuff #1
2019-11-18 11:30:47 -07:00
Timothy Baldridge
197ff3c4b5
Merge pull request #186 from wabbajack-tools/optimize-mod-list-updating
Optimize modlists before installation. Also fixed an async bug in VFS.
2019-11-18 11:30:34 -07:00
tr4wzified
7b20b40ce0 Change KnownFoldersType to Downloads instead of DownloadsLocalized, fixes Windows 7 crash 2019-11-18 18:53:11 +01:00
erri120
bb2661f968
Changed ToDescriptionString to return toString if no description is present 2019-11-18 18:06:17 +01:00
erri120
b312b831c0
Created std editorconfig 2019-11-18 17:02:46 +01:00
erri120
2fde106b92
ModList list from GitHub will display the description of a game instead of toString if available 2019-11-18 16:46:55 +01:00
Timothy Baldridge
13de3913da Optimize modlists before installation. Also fixed an async bug in VFS. 2019-11-17 22:21:24 -07:00
Timothy Baldridge
50bbd0eb1f
Merge pull request #185 from wabbajack-tools/clearer-compiler-interface
Clearer compiler interface
2019-11-17 17:35:25 -07:00
Timothy Baldridge
8d5843ecc6 Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
Timothy Baldridge
0c78680c09 Abstract the base components of compilers/installers into a single abstract class 2019-11-17 16:48:32 -07:00
Timothy Baldridge
3e02500f4d Fix exception on load when starting with no arguments 2019-11-17 15:32:33 -07:00
Timothy Baldridge
c9e15cf7db
Merge pull request #180 from erri120/vortex-stuff
Vortex stuff
2019-11-17 15:23:08 -07:00
erri120
e7a644ea6f
Removed IgnoreMissingFiles = true 2019-11-17 17:30:05 +01:00
erri120
7dbe31581f
Disabled mods will now be ignored in the VortexCompiler 2019-11-17 17:26:04 +01:00
erri120
ac178ed0c5
Moved core Compile functions to ACompiler 2019-11-17 16:00:33 +01:00
erri120
b21fdfbd8c
VortexCompiler will now export MD and HTML files 2019-11-17 15:54:07 +01:00
erri120
24378ac553
VortexCompiler include Properties 2019-11-17 15:45:21 +01:00
erri120
c22cc20fc8
Rebase fixes 2019-11-17 15:28:01 +01:00
erri120
a10a3ff1ff
ModList staging folder will be deleted when finished 2019-11-17 15:01:13 +01:00
erri120
bfbdc10860
Fixed Game not being set and vortex file not being ignored 2019-11-17 15:01:13 +01:00
erri120
ed2a6c5592
Updated GOGHandler with new check for RequiredFiles 2019-11-17 15:00:40 +01:00
erri120
76db3cafea
Fixed typo 2019-11-17 15:00:40 +01:00
erri120
eed53e38df
Added nosettings argument 2019-11-17 15:00:39 +01:00
erri120
1e303a8339
Added RequiredFiles property to GameMetaData 2019-11-17 15:00:39 +01:00
erri120
8e920296b6
VortexCompilerVM cleanup 2019-11-17 15:00:39 +01:00
erri120
801fa74625
Only Vortex supported games will be shown when selecting Vortex compiler 2019-11-17 15:00:38 +01:00
erri120
e9a3030c91
Removed Morrowind from Game enum 2019-11-17 15:00:37 +01:00
erri120
e845f767e6
Fixed LoadAllGames failing when no GOGIDs List exist 2019-11-17 15:00:37 +01:00
erri120
03251804c1
Fixed typo 2019-11-17 15:00:37 +01:00
erri120
61b91ad460
Created an abstract Installer class and moved core functions over 2019-11-17 15:00:36 +01:00
Timothy Baldridge
702de2cfbe
Merge pull request #183 from Noggog/some-styling
Some Styling
2019-11-17 06:56:05 -07:00
Timothy Baldridge
00a1215cf4
Merge pull request #182 from wabbajack-tools/compiler-update-streams
Instanced Work Queues
2019-11-17 06:55:30 -07:00
Timothy Baldridge
7dfe295191
Merge pull request #184 from Noggog/compilerVM-status-tracker
Compiler vm status tracker
2019-11-17 06:55:08 -07:00
Justin Swanson
dc19fdfe42 CompilerVM exposure of status tracker
Sub compilers control what status tracking to use.  View doesn't currently make use of it, but should have access now
2019-11-17 01:59:00 -06:00
Justin Swanson
856d19ec4e Removed weird ReactiveUI reference
Seemed to have a weird hardwired DLL reference, in addition to the NuGet
2019-11-17 01:51:10 -06:00
Justin Swanson
06ceb197b0 Some margin styling 2019-11-17 01:28:33 -06:00
Justin Swanson
cafba5ff81 FilePickerVM ExistCheckOption /w IfNotEmpty features
Some paths aren't an error condition when the path is completely empty
2019-11-17 01:05:27 -06:00
Justin Swanson
a1070928e0 FilePicker error display rework
Circle was covering the text
2019-11-17 00:40:38 -06:00
Timothy Baldridge
2e2ced6023 Updated work queue reporting 2019-11-16 23:02:09 -07:00
Justin Swanson
4268d1b9b8 DetailImageView hides shadows for empty items 2019-11-16 23:31:54 -06:00
Timothy Baldridge
9db982a13d Merge latest from master 2019-11-16 21:30:22 -07:00