Timothy Baldridge
b030675f7a
Merge pull request #1315 from EzioTheDeadPoet/Include_Tagged_Folders
...
add ability to include folders
2021-02-12 06:02:29 -07:00
Luca
248007e315
fixed the issue with the MO2Compiler not working with this
2021-02-12 10:16:23 +01:00
Luca
3db47f1dd6
added tagged folder functionality
2021-02-11 22:58:39 +01:00
dependabot-preview[bot]
ec3ba1f4bf
Bump System.Drawing.Common from 5.0.0 to 5.0.1
...
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-10 05:51:09 +00:00
Chris Bessent
7cad47a229
Fix reading flags in comments for DeconstructBSAs
2021-02-09 12:32:38 -07:00
Timothy Baldridge
22f1a69550
Fix #1276
2021-02-08 22:17:11 -07:00
Timothy Baldridge
b1adc3e6e3
Fix #1222
2021-02-08 21:59:37 -07:00
Timothy Baldridge
e9a80e8f22
Merge pull request #1306 from Unnoen/remove-patch-vacuum
...
Remove auto-vacuum task from PatchCache.
2021-02-08 21:09:53 -07:00
Unnoen
885bd0594b
Remove auto-vacuum task from PatchCache.
...
Gains are most likely in the megabytes, not worth the excessive time to run after each compile.
2021-02-09 10:20:26 +11:00
Chris Bessent
20821090c1
Remove file watcher from ManualDownloader
...
This was creating a file watcher in the system configured Downloads
folder. This folder has absolutely no purpose for WJ as downloads
go to the specified downloads tab.
Additionally, this causes crashes to occur if the Downloads folder
doesn't exist.
2021-02-07 16:27:43 -07:00
Timothy Baldridge
df68a5e2a4
2.4.2.2
2021-02-06 09:43:11 -07:00
Timothy Baldridge
76a53978ae
2.4.2.1
2021-02-04 05:53:14 -07:00
Unnoen
14cb675e3e
Move disk check below directory creation
2021-02-04 21:05:33 +11:00
Timothy Baldridge
ec8d0afcb8
Merge remote-tracking branch 'origin/master'
2021-02-03 20:54:12 -07:00
Timothy Baldridge
ac8e0a36c2
Version 2.4.2.0
2021-02-03 20:54:02 -07:00
Timothy Baldridge
b97fa40ffe
Version 2.4.2.0
2021-02-03 20:52:26 -07:00
Timothy Baldridge
8c430088bb
Merge pull request #1291 from Unnoen/drive-detection
...
Disk info utility and Reduce HDD threads option.
2021-02-03 20:50:40 -07:00
Timothy Baldridge
c0d50a8216
Version 2.4.2.0
2021-02-03 20:48:30 -07:00
Unnoen
4c8216edab
Reduce HDD threads option
2021-02-01 17:42:06 +11:00
Timothy Baldridge
112b4e7825
Don't install game file metas
2021-01-28 21:13:36 -07:00
Timothy Baldridge
835d56bf68
Upgrade deps, fix several warnings
2021-01-28 21:02:26 -07:00
Timothy Baldridge
7ea7b8ac3d
Merge pull request #1283 from erri120/double-game-files-indexing
...
Fix double indexing for the same game
2021-01-28 20:44:43 -07:00
erri120
d9902746d0
Using MO2Name instead of MO2ArchiveName for GameFileSourceDownloader
2021-01-26 16:14:37 +01:00
erri120
bb7e039157
Fix double indexing for the same game
2021-01-26 15:42:46 +01:00
Timothy Baldridge
a754d9ae68
Dispose of file handles in BSA creation, don't load unused patches.
2021-01-15 07:00:58 -07:00
Timothy Baldridge
c8abca742a
HOTFIX: Fix game file sources that don't have MO2 specific names
2021-01-13 18:53:08 -07:00
Timothy Baldridge
4a555c27b9
Merge remote-tracking branch 'origin/master'
2021-01-12 15:47:52 -07:00
Timothy Baldridge
bd1152d4c7
2.4.1.0
2021-01-12 15:47:35 -07:00
Timothy Baldridge
9a18e5060e
Merge pull request #1260 from Unnoen/retry-cdn
...
Retry from B-CDN if unable to connect to cache/main server.
2021-01-11 06:08:47 -07:00
Unnoen
13e0b21e95
Retry from B-CDN if unable to connect to cache server.
2021-01-11 19:42:03 +11:00
Unnoen
359d85ccf9
Log pagefile and warn if disabled or suboptimal
2021-01-11 17:59:32 +11:00
Timothy Baldridge
e7db21d0fe
Pass the csrf token into the IPS4 downloader page
2021-01-10 19:08:14 -07:00
Timothy Baldridge
783dd76209
Merge pull request #1252 from erri120/better-hashing
...
Better hashing
2021-01-10 06:41:10 -07:00
Timothy Baldridge
756113d77d
some backend fixes
2021-01-09 14:46:46 -07:00
erri120
031944635f
Fix ACompiler
2021-01-09 20:06:23 +01:00
erri120
131f7de823
Fix Wabbajack.Lib
2021-01-09 20:04:11 +01:00
Timothy Baldridge
b272f9edcd
few pre-release fixes
2021-01-09 07:14:01 -07:00
Unnoen
5d857386f2
Simplify filtering and remove comments
...
Thanks Linq
2021-01-09 14:57:11 +11:00
Unnoen
d28719bd74
Filter for filesize before hashing archives
2021-01-09 13:47:00 +11:00
Timothy Baldridge
1e2ca462a5
2.4.0.0
2021-01-08 18:12:20 -07:00
Timothy Baldridge
ff386d000e
Merge pull request #1244 from wabbajack-tools/small-downloader-fixes
...
Small downloader fixes
2021-01-06 16:37:18 -07:00
Unnoen
5d9677dbd1
Optimise SQL database store and IO
...
* Remove unnecessary ROWID from tables.
* Set JOURNAL_MODE to MEMORY, reducing disk IO.
* VACUUM databases after install/compile.
2021-01-07 02:47:59 +11:00
Timothy Baldridge
d854845d17
Small downloader fixes
2021-01-06 06:02:12 -07:00
Timothy Baldridge
fd1cada3ea
Everything appears to build
2021-01-01 11:21:07 -07:00
Timothy Baldridge
90280e8b6f
WIP getting .LIB to compile with 5.0
2020-12-31 17:06:56 -07:00
Timothy Baldridge
a7f5e94ab3
Add missing line to changelog
2020-12-31 10:51:24 -07:00
Timothy Baldridge
db3b441d19
#### Version - 2.3.6.1 - 12/31/2020
...
* When IPS4 (e.g. LL) sites based on CEF fail to validate, they no longer hang the app
* If a IPS4 CEF site throws a 503, or 400 error, retry
* Clean out the cookies during IPS4 CEF downloads so that they don't cause 400 errors
* Limit the number of connections to IPS4 sites to 20 per minute (one per 6 seconds)
* If a site *does* timeout, throw a log of the CEF state into `CEFStates` for easier debugging by the WJ team
* Wrote a new CLI utility to stress test the Verification routines.
* Ignore files that have `\Edit Scripts\Export\` in their path
2020-12-30 23:44:58 -07:00
Timothy Baldridge
2c07c39c21
Merge pull request #1231 from wabbajack-tools/ll-to-use-cef
...
Move LoversLab backend to LibCef
2020-12-29 17:54:46 -07:00
Timothy Baldridge
5ead7dd621
Remove CRFS requirement for Cef backend
2020-12-29 17:05:19 -07:00
Timothy Baldridge
17bb79784e
Move LoversLab backend to LibCef
2020-12-29 16:15:47 -07:00