Commit Graph

3265 Commits

Author SHA1 Message Date
Timothy Baldridge
45259d442f
Remove typeo 2021-03-18 21:55:43 -06:00
Timothy Baldridge
62df99ca55 Don't retry with a different CDN mirror (code was broken) 2021-03-16 06:00:48 -06:00
Luca
5c311efdcb
Merge pull request #1372 from wabbajack-tools/README-Edit
Edit required information for compilation
2021-03-14 22:18:17 +01:00
Luca
1316ca7e21
fixed a typo in a title 2021-03-14 22:17:39 +01:00
Luca
bca08fc213
Edit required information for compilation
made the required version number format clearer.
2021-03-14 22:02:06 +01:00
erri120
5e5465396e
Merge pull request #1367 from erri120/more-nullability-errors
More nullability errors
2021-03-12 17:59:50 +00:00
erri120
656f017742
More nullability errors 2021-03-12 14:49:34 +01:00
erri120
5a7ad097a3
Merge pull request #1366 from Noggog/net-update
New null errors
2021-03-12 13:44:39 +00:00
Justin Swanson
263798b7a4 New null errors 2021-03-11 17:01:16 -06:00
Timothy Baldridge
84342cf604 2.4.2.7 2021-03-11 15:51:35 -07:00
Timothy Baldridge
47ba907c4a
Merge pull request #1364 from wabbajack-tools/launcher-updater
Launcher updater
2021-03-11 09:29:33 -07:00
Timothy Baldridge
82d7d13259 WJ now keeps the launcher up to date, and cleans up all but two back versions 2021-03-11 08:00:26 -07:00
Timothy Baldridge
1ee0a74b5e Update deps 2021-03-11 05:44:36 -07:00
Timothy Baldridge
af7ad75085
Merge pull request #1361 from LostDragonist/launcher_updates
Launcher updates
2021-03-11 05:41:07 -07:00
Timothy Baldridge
b13b597c80 Retry CDN login 2021-03-10 21:31:49 -07:00
Timothy Baldridge
ba9c4e45e4
Cdn tweaks (#1362)
Mirrored file tweaks to reduce CDN disk usage
2021-03-10 19:28:28 -07:00
Chris Bessent
873cb51585 Add error reporting to the launcher
This reports errors to the user and exits the launcher but
ONLY if a previous version of WJ could not be found. Existing
users will fail silently and be unable to update. New users
will get some kind of error they can report to the team without
the launcher getting stuck.
2021-03-09 05:43:41 -07:00
Chris Bessent
8bd034afe5 Fallback to original Github download if server fails 2021-03-09 05:04:50 -07:00
Timothy Baldridge
4db2e94acb Merge remote-tracking branch 'origin/master' 2021-03-06 07:41:29 -07:00
Timothy Baldridge
c5cdf0f1c8 Fix broken test 2021-03-06 07:41:19 -07:00
Timothy Baldridge
04aa420df2
Merge pull request #1354 from wabbajack-tools/erri120-patch-1
Update README
2021-03-06 07:39:08 -07:00
erri120
6cbb6453a0
Update README
Add more shields because why not
2021-03-06 14:34:30 +00:00
Timothy Baldridge
c45e8d7b32
Merge pull request #1348 from wabbajack-tools/small-server-fixes
Few server fixes
2021-03-05 21:37:42 -07:00
Timothy Baldridge
1266ca63be Fix a ton of server test bugs and rework code to work with the new fileserver 2021-03-05 20:54:04 -07:00
Timothy Baldridge
12395dbf00 Few server fixes 2021-03-04 05:50:40 -07:00
Timothy Baldridge
278bfec349
Merge pull request #1341 from LostDragonist/omod_fix
Fix compiling with OMODs
2021-02-28 14:27:00 -07:00
Chris Bessent
5d3b5ef0de Fix compiling with OMODs
Compiling with Oblivion OMODs was failing with the error "Unable to
cast object of type 'Wabbajack.Common.RelativePath' to type
'Wabbajack.Common.AbsolutePath'."

Previously, GatheringExtractWithOMOD was creating ExtractedNativeFiles
by providing the absolute path of the file and the name of the subfolder
(e.g., "C:\downloads\0123\0123_tmp" and "0123_tmp").  This caused the error
seen as a relative path of "0123_tmp" couldn't be converted to an
absolute path.

Now, only the absolute path is provided which seems to work fine.
2021-02-28 00:18:54 -07:00
Timothy Baldridge
5f53ecaab9
Merge pull request #1340 from LostDragonist/gallery_alpha
Minor improvements to the gallery
2021-02-27 03:58:05 -07:00
Chris Bessent
d2a41de104 Fix randomness of lists presented
The list of mod lists was being sorted two different times.
The second time shuffled the list and then sorted using a method
that made the list very consistently show the same order of mod
lists.  I think it was in order of most recently updated...?

Now only one sort is performed and the list is properly shuffled
each time the program is launched.
2021-02-26 23:43:41 -07:00
Chris Bessent
b9b349f2c3 Give proper descriptions to each game 2021-02-26 23:14:34 -07:00
Chris Bessent
3deed04452 Widen the game selection combo box 2021-02-26 23:10:35 -07:00
Chris Bessent
d6edcf0a1e Sort the game entries 2021-02-26 23:09:18 -07:00
Timothy Baldridge
011aa530e3 update CHANGELOG.md 2021-02-26 21:03:03 -07:00
Timothy Baldridge
bb72b5acdf update and clean deps 2021-02-26 17:11:26 -07:00
Timothy Baldridge
96601ee958 Optimize the gallery image loaders 2021-02-26 17:08:05 -07:00
Timothy Baldridge
4298c2a432 2.4.2.5 2021-02-24 19:08:58 -07:00
Timothy Baldridge
1a15329900
Merge pull request #1335 from LostDragonist/enderalse
Add Enderal SE support
2021-02-24 15:31:40 -07:00
Chris Bessent
a0a045285a Add Enderal SE support 2021-02-24 13:38:12 -07:00
erri120
6e6ef26db7
Merge pull request #1334 from tr4wzified/patch-2
Update README.md - some typo fixes
2021-02-24 11:05:46 +01:00
tr4wzified
29d9ddad3f
Update README.md - some typo fixes 2021-02-24 10:22:01 +01:00
Timothy Baldridge
4a350951c3 Merge remote-tracking branch 'origin/master' 2021-02-23 20:55:26 -07:00
Timothy Baldridge
7c58559296 2.4.2.4 2021-02-23 20:54:49 -07:00
Timothy Baldridge
279bcfb7ae
Merge pull request #1332 from wabbajack-tools/fix-1330
Fix 1330
2021-02-23 20:51:23 -07:00
Timothy Baldridge
f34f457758
Merge pull request #1331 from wabbajack-tools/fix-860
Fixes #860
2021-02-23 20:51:15 -07:00
Timothy Baldridge
ff3f34c31d Fixes #1330 2021-02-23 17:26:50 -07:00
Timothy Baldridge
1aa391dde9 Fixes #860 2021-02-23 17:17:48 -07:00
Timothy Baldridge
442cfc61f7
Merge pull request #1317 from EzioTheDeadPoet/Ignore_Tagged_Folders
Added ability for WJ to ignore tagged folders.
2021-02-23 15:45:44 -07:00
Timothy Baldridge
1dda6f2bec
Merge pull request #1322 from wabbajack-tools/latest-server-fixes
latest server fixes
2021-02-23 15:44:08 -07:00
Timothy Baldridge
5d5d1c84a1 Fix tests 2021-02-23 06:50:09 -07:00
Timothy Baldridge
8664c16d13 Fix tests 2021-02-22 21:38:28 -07:00