Timothy Baldridge
d3ea54f4e2
Merge pull request #1082 from wabbajack-tools/use-server-update-fallback
...
Ask the server for known upgrades as a last resource (for all downloads)
2020-09-10 08:05:29 -06:00
Timothy Baldridge
d953fa9179
Ask the server for known upgrades as a last resource (for all downloads)
2020-09-10 07:07:25 -06:00
erri120
d79531fb8e
Updated README
...
In response to #1081
2020-09-10 09:47:40 +00:00
Timothy Baldridge
8413826558
Merge pull request #1076 from Unnoen/1075-version-hover-bug
...
Fix version tooltip displaying incorrectly.
2020-09-09 22:00:44 -06:00
Timothy Baldridge
af7c9eb4a8
Merge pull request #1081 from wabbajack-tools/remove-defunct-downloaders
...
Remove Beth.NET and YT downloader, no one used them and they only sor…
2020-09-09 22:00:31 -06:00
Timothy Baldridge
f129a6bd22
Remove Beth.NET and YT downloader, no one used them and they only sortof worked
2020-09-09 19:49:22 -06:00
Timothy Baldridge
4da8fbb9f7
Merge pull request #1080 from wabbajack-tools/move-ini-include
...
Move where we include ini additions
2020-09-09 19:29:24 -06:00
Timothy Baldridge
c73116a465
Move where we include ini additions
2020-09-09 16:50:43 -06:00
Timothy Baldridge
3db1f2d9ea
Merge pull request #1073 from EzioTheDeadPoet/patch-1
...
mark WJ installed archives as installed in MO2.
2020-09-09 16:40:55 -06:00
Timothy Baldridge
ba2d1878b9
Merge pull request #1079 from wabbajack-tools/ips-reworks
...
Ips reworks
2020-09-09 16:40:32 -06:00
Timothy Baldridge
3d9d7f28a1
Revert LZ4 lib upgrade
2020-09-09 15:47:22 -06:00
Timothy Baldridge
9b69be5d72
Merge remote-tracking branch 'origin/ips-reworks' into ips-reworks
2020-09-09 14:46:46 -06:00
Timothy Baldridge
16041170d2
Fix strange edge-case with BSA extraction
2020-09-09 14:40:28 -06:00
Timothy Baldridge
ab5010594f
IPS4 reworks
2020-09-09 12:56:16 -06:00
Timothy Baldridge
59724f2247
Fix file extractor tests
2020-09-09 12:56:16 -06:00
Timothy Baldridge
1f002b5f77
IPS4 reworks
2020-09-09 06:51:38 -06:00
Timothy Baldridge
4f39eaca17
Merge pull request #1077 from wabbajack-tools/7zip-improvements
...
7zip improvements and extraction rework
2020-09-09 06:27:41 -06:00
Timothy Baldridge
2332af1252
Supress log errors in testing
2020-09-09 05:28:34 -06:00
Timothy Baldridge
4c6f34cae5
Supress log errors in testing
2020-09-08 22:06:15 -06:00
Timothy Baldridge
2a1517ca0a
Fix file extractor tests
2020-09-08 22:03:34 -06:00
Timothy Baldridge
d79277af74
Fix file extractor tests
2020-09-08 20:34:53 -06:00
Timothy Baldridge
f1b50b0e09
Merge remote-tracking branch 'origin/7zip-improvements' into 7zip-improvements
2020-09-08 17:25:30 -06:00
Timothy Baldridge
8a452fd172
Disable broken BNET test
2020-09-08 17:25:17 -06:00
Timothy Baldridge
48bb6e1998
Merge branch 'master' into 7zip-improvements
2020-09-08 16:19:35 -06:00
Timothy Baldridge
548a0553d2
Re-add OMOD support
2020-09-08 16:15:33 -06:00
Timothy Baldridge
1207b23297
Merge pull request #1062 from erri120/show-manifest-fix
...
Added canExecute to ShowManifestCommand
2020-09-07 21:07:57 -06:00
Timothy Baldridge
5d7bceb6dc
Spool large files to disk during extraction to save memory
2020-09-07 20:22:23 -06:00
Unnoen
7215f6b492
Fix version tooltip.
2020-09-08 11:12:53 +10:00
Timothy Baldridge
9de30ea8b7
Removed cruft of old extractor
2020-09-05 21:28:31 -06:00
Timothy Baldridge
3bdab577e1
EndToEnd Tests pass
2020-09-05 21:19:05 -06:00
Timothy Baldridge
1ebb0b6492
All sanity tests work!
2020-09-05 13:36:44 -06:00
EzioTheDeadPoet
366552e33c
adding "installed=true" to .meta files
...
with this change ModOrganizer2 will display Archives downloaded with Wabbajack as installed instead of just downloaded, since to be included during the compile they need to be used in the install in the first place.
2020-09-05 20:18:55 +02:00
EzioTheDeadPoet
9b09fa33ca
fix 5 .meta "installed=true"
...
syntax errors 🤦
2020-09-05 20:00:45 +02:00
EzioTheDeadPoet
6c1f6a3cf7
fix 4 .meta "installed=true"
...
I was stupid and forgot something again..
2020-09-05 19:57:21 +02:00
EzioTheDeadPoet
5911b993b1
fix 3 to .meta "installed=true"
...
this attempt uses a different approach that hopefully now works as intended.
2020-09-05 19:55:04 +02:00
EzioTheDeadPoet
10c0fd916c
2nd fix to the .meta including "installed=true"
...
i forgot to remove a `[`
2020-09-05 19:48:05 +02:00
EzioTheDeadPoet
d0f0564422
fix for my previous attempt
...
my first code was garbage now I am adding the line using string.concat.
2020-09-05 19:42:40 +02:00
EzioTheDeadPoet
cd75ea9f1b
mark WJ installed archives as installed.
...
A simple change to the the way .meta files get handled by Wabbajack to mark archives used by Wabbajack as installed when launching ModOrganizer2.
2020-09-05 18:39:08 +02:00
Timothy Baldridge
a847d69851
Patching and extraction works, fewer failing tests
2020-09-05 08:01:32 -06:00
Timothy Baldridge
6602f1a895
WIP, massive rework of file extraction
2020-09-04 15:00:37 -06:00
Timothy Baldridge
8a365ac445
WIP, massive rework of file extraction
2020-09-04 15:00:29 -06:00
Timothy Baldridge
26173afe91
Merge pull request #1067 from wabbajack-tools/bump-deps-4
...
Bump all deps
2020-09-03 05:45:04 -06:00
Timothy Baldridge
47e45965c4
Fix for server error that kills services
2020-09-02 20:49:45 -06:00
Timothy Baldridge
599d2fe523
Fix for server error that kills services
2020-09-02 20:41:42 -06:00
Timothy Baldridge
27f3571951
7zip extraction improvements
2020-09-02 16:14:56 -06:00
halgari
865a592e09
2.2.2.0 - Route CDN through proxy
2020-08-31 17:29:48 -06:00
erri120
106a92cff5
Added canExecute to ShowManifestCommand
2020-08-30 11:45:46 +02:00
halgari
5d916da1ab
Merge branch 'master' of https://github.com/wabbajack-tools/wabbajack into master
2020-08-25 22:04:10 -06:00
halgari
c5d56c27a8
Fix issues with mirrored files
2020-08-25 22:03:43 -06:00
erri120
4f1b1768ed
Merge pull request #1052 from erri120/gallery-url-fix
...
Fixed modlist link in gallery
2020-08-25 20:46:23 +02:00