Commit Graph

3362 Commits

Author SHA1 Message Date
erri120
03b6e6b0d1
Add GameFinder lib 2021-06-02 21:18:57 +02:00
Timothy Baldridge
fbb6769d3b 2.4.4.3 2021-05-28 20:38:07 -06:00
Timothy Baldridge
f5fc896b09 Fix build 2021-05-28 17:40:58 -06:00
Timothy Baldridge
7e62db32be Update all deps 2021-05-28 16:15:52 -06:00
Timothy Baldridge
5e3d689cff
Merge pull request #1459 from Unnoen/null-check-boogaloo
Null check SourceModList
2021-05-28 15:09:52 -07:00
Unnoen
e42a261b22
Null check SourceModList 2021-05-28 15:49:47 +10:00
erri120
fb04908025
Merge pull request #1458 from ForgottenGlory/patch-1
Update README.md
2021-05-26 17:22:21 +02:00
ForgottenGlory
6c879be4b0
Update README.md
Update readme examples list
2021-05-26 11:16:45 -04:00
Timothy Baldridge
ce8f412744
Merge pull request #1433 from Unnoen/IPS4-verify-and-MEGA-fixes
Fix IPS4 verification and MEGA status percentage.
2021-05-21 08:11:38 -07:00
Timothy Baldridge
dcb1ad094d
Merge pull request #1436 from EzioTheDeadPoet/fix-txt-based-tagfiles
fixed .txt based tagfiles
2021-05-21 08:11:26 -07:00
Timothy Baldridge
b38459d142
Merge pull request #1439 from wabbajack-tools/dependabot/nuget/SharpZipLib-1.3.2
Bump SharpZipLib from 1.3.1 to 1.3.2
2021-05-21 08:10:15 -07:00
Timothy Baldridge
c513c1bd65
Merge pull request #1442 from wabbajack-tools/dependabot/nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson-5.0.6
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 5.0.5 to 5.0.6
2021-05-21 08:10:05 -07:00
Timothy Baldridge
760a920eb5
Merge pull request #1453 from Unnoen/omni-1
Miscellaneous fixes and improvements.
2021-05-21 08:09:48 -07:00
Unnoen
cfcee0e2e8
Null check the modlist data. It can be null when switching lists. 2021-05-21 14:50:41 +10:00
Unnoen
a5c6b6c05c
Fix CriticalFailureIntervention never being handled
Can also specify if Wabbajack should exit
2021-05-20 21:40:05 +10:00
Unnoen
ba41972a8c
Vacuum databases after task instead of in finally block 2021-05-20 21:30:02 +10:00
Unnoen
9d890f2ff0
Fix and improve valid install path checks
+ Fail if child of game folder
+ Fail if child of Program Files
+ Add test for null path
* Fix success if path null
* Check if install path exists before updating download path
2021-05-20 21:30:02 +10:00
Unnoen
367ee1a3aa
Fix typo in InitializeLogging 2021-05-20 21:10:29 +10:00
Unnoen
8e39f9f4eb
IsChildOf function for AbsolutePath
Iterates up the parent directories to find if this path is a child of the given path.
2021-05-20 21:10:29 +10:00
Unnoen
8231d5252c
Make changelog generator use LastWriteTime
Avoids cases where the date is incorrect if a list with the same name is compiled.
2021-05-20 17:43:12 +10:00
Unnoen
563de77205
Specify UTF-8 without BOM to fix Discord's text rendering 2021-05-20 17:43:12 +10:00
Timothy Baldridge
b0eb876460
Update release.yml 2021-05-17 22:02:56 -06:00
Timothy Baldridge
d3a28ee00b
Update release.yml 2021-05-17 21:44:45 -06:00
Timothy Baldridge
fadd65ae63
Update release.yml 2021-05-17 21:00:11 -06:00
Timothy Baldridge
00a5d07a73 2.4.4.2 2021-05-17 18:45:43 -06:00
Timothy Baldridge
5ec2ed3498
Merge pull request #1451 from wabbajack-tools/network-workaround-mode
Network workaround mode
2021-05-17 17:42:29 -07:00
Timothy Baldridge
bf0d098b44 Use a pinned IP 2021-05-17 17:20:03 -06:00
Timothy Baldridge
04bbbfed7f Network workaround mode 2021-05-17 16:37:01 -06:00
Timothy Baldridge
4aaa46090c Few small fixes and optimizations 2021-05-13 14:16:29 -06:00
Timothy Baldridge
e6a5e46af0 Few small fixes and optimizations 2021-05-13 13:41:33 -06:00
dependabot[bot]
4bf9932840
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 5.0.5 to 5.0.6
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.5...v5.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:20:07 +00:00
dependabot[bot]
5e2208f2f9
Bump SharpZipLib from 1.3.1 to 1.3.2
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.1...v1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 10:17:46 +00:00
Luca
27513d3aca fixed issue with the MO2 compiler
- moved `.txt` handling behind the custom flags handling
- changed ignoring `.txt` files to including`.txt` files
2021-05-09 12:46:03 +02:00
Luca
7bb8282961 fixed .txt based tagfiles 2021-05-03 19:30:27 +02:00
Timothy Baldridge
564b8331fc 2.4.4.1 2021-05-01 07:26:13 -06:00
Timothy Baldridge
f542f67178
Downgrade CefSharp because it broke things (again) 2021-05-01 07:22:52 -06:00
Unnoen
20e869a124
Move quickMode check and dispose streamResult 2021-05-01 19:54:22 +10:00
Unnoen
d608df5074
Fix MEGA status percentage 2021-05-01 19:48:28 +10:00
Unnoen
011f680890
Fix IPS4 verification downloading the entire file 2021-05-01 19:48:09 +10:00
Timothy Baldridge
ea53b7ea22
Merge pull request #1422 from Unnoen/compiler-warning-fixes
Ignore some unnecessary warnings and fix UTF-7 ignore.
2021-04-30 15:47:52 -07:00
Timothy Baldridge
7cda6b9af3
Merge pull request #1428 from wabbajack-tools/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-04-29 06:30:07 -07:00
Timothy Baldridge
c04425f149
Merge pull request #1429 from wabbajack-tools/filter-gallery
Filter gallery and Tag Searching
2021-04-29 06:29:36 -07:00
Timothy Baldridge
6e41996fb9 Fix type import issues 2021-04-28 19:06:10 -06:00
Timothy Baldridge
94113158ee Deps/Version bump 2021-04-28 17:22:47 -06:00
dependabot-preview[bot]
868959b008
Upgrade to GitHub-native Dependabot 2021-04-28 22:06:57 +00:00
Timothy Baldridge
152a717f9f Modlist contents viewer 2021-04-28 14:31:03 -06:00
Timothy Baldridge
f7235875bb Modlist contents viewer 2021-04-28 14:30:02 -06:00
Timothy Baldridge
e9864244cb Modlist contents viewer 2021-04-28 14:27:16 -06:00
Timothy Baldridge
5051e800b4 WIP modlist contents viewer 2021-04-28 05:57:49 -06:00
Timothy Baldridge
7e29706b38 Filter the gallery by tags 2021-04-26 21:47:22 -06:00