Commit Graph

924 Commits

Author SHA1 Message Date
erri120
7583703239
Simplified names in Wabbajack.Common 2019-11-21 16:04:48 +01:00
erri120
d8276fb2ea
Simplified names in Wabbajack 2019-11-21 16:04:33 +01:00
erri120
00d4181b1b
Removed unused imports from all Tests 2019-11-21 15:27:35 +01:00
erri120
6892eced57
Removed unused imports from Wabbajack.VirtualFileSystem 2019-11-21 15:27:10 +01:00
erri120
44feef1985
Removed unused imports from Wabbajack.CacheServer 2019-11-21 15:26:45 +01:00
erri120
a9fcc715d2
Removed unused imports from Wabbajack.Common.CSP 2019-11-21 15:26:25 +01:00
erri120
a31ea20657
Removed unused imports from Wabbajack.Common 2019-11-21 15:26:08 +01:00
erri120
e4f17a81b8
Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
erri120
1737d621bd
Removed unused imports from Wabbajack 2019-11-21 15:25:40 +01:00
erri120
0e6116dea0
Removed unused azure-pipeline 2019-11-21 15:14:04 +01:00
erri120
f99c9bf5ea
Deleted unused .gitmodules 2019-11-21 15:12:02 +01:00
erri120
97b7524030
Created READMEs for most projects 2019-11-21 15:11:08 +01:00
erri120
71862beb86
Removed old VFS files 2019-11-21 15:10:39 +01:00
Timothy Baldridge
046907499b Few bug fixes to the caching code, don't allow nulls to get into the cache. 2019-11-21 06:28:37 -07:00
Timothy Baldridge
6892339604 Merge branch 'master' of https://github.com/wabbajack-tools/wabbajack 2019-11-20 22:57:54 -07:00
Timothy Baldridge
e10112bff9 Nexus has dirty caches, so we have to work around it 2019-11-20 22:57:48 -07:00
Timothy Baldridge
ec8b0d3c46
Merge pull request #197 from Noggog/gui-maintenance
CPU status display maintenance
2019-11-20 22:26:44 -07:00
Justin Swanson
e77f933ce9 Compiler wired to show CPU status again 2019-11-20 23:17:40 -06:00
Justin Swanson
587395e98b ISubCompilerVM.ActiveCompilation 2019-11-20 23:15:47 -06:00
Justin Swanson
2bebad5fae InstallerVM disposes of CPU subscription 2019-11-20 23:08:21 -06:00
Timothy Baldridge
f8d5dcfb1f Merge branch 'master' of https://github.com/wabbajack-tools/wabbajack 2019-11-20 21:59:35 -07:00
Timothy Baldridge
127a8ff09c Fix some stupid bugs in the cache server 2019-11-20 21:59:22 -07:00
Timothy Baldridge
7ddbed9b78
Merge pull request #196 from wabbajack-tools/queue-size-and-disk-space
Disk size and performance
2019-11-20 21:20:20 -07:00
Timothy Baldridge
7188a926af Cache disk speeds for better performance 2019-11-20 17:04:01 -07:00
Timothy Baldridge
27964f0348 Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
Timothy Baldridge
0c518c48ec
Merge pull request #194 from wabbajack-tools/testing-and-fixes
Several fixes that came up during testing.
2019-11-19 18:24:25 -07:00
Timothy Baldridge
a8d8d20a99 Several fixes that came up during testing.
* Fixed hashing progress bars
* Wired up the CPUStatus to the UI during installation
* Fixed xxHashing
* Verified modlist optimization works on a real modlist (noise)
* Added an optimizer test for extra files created by the user left in the install directory.
2019-11-19 17:15:46 -07:00
Timothy Baldridge
c93b039912
Merge pull request #193 from tr4wzified/zEditfix
Change general _mo2Compiler back to installer to fix merges
2019-11-19 07:21:19 -07:00
Timothy Baldridge
a1336f170c
Merge pull request #192 from wabbajack-tools/better-http-server
Implement a better HTTP caching server
2019-11-19 06:40:10 -07:00
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