Commit Graph

3300 Commits

Author SHA1 Message Date
Timothy Baldridge
d22ab2e97d
Merge pull request #1396 from LostDragonist/ld_fixes
Use a different Google Drive link to verify links during compile
2021-04-01 13:45:58 -07:00
Timothy Baldridge
f8725c3afa
Merge pull request #1393 from erri120/update-omodframework
Update OMODFramework to 3.x
2021-04-01 13:45:45 -07:00
Chris Bessent
945cf4f2dc Use a different Google Drive link to verify links during compile
Using the export link to compile is kind of unreliable as the
arbitrary traffic control Google implements will affect how things
work.  Using the /file/d/ link still gives a pretty solid indication
that the file is valid and available while not needing to be able
to download the file at compile time.
2021-03-27 10:20:47 -07:00
erri120
e7b7e51953
Update OMODFramework to 3.x 2021-03-26 12:11:43 +01:00
Timothy Baldridge
5092d6325c Merge remote-tracking branch 'origin/master' 2021-03-24 16:21:11 -06:00
Timothy Baldridge
dccfef0067 Switch back to the non-core version of CEF due to production issues 2021-03-24 16:20:59 -06:00
Luca
020c4b79df
Merge pull request #1380 from wabbajack-tools/readme
Update README.md
2021-03-21 16:55:45 +01:00
Luca
22a0a54225
Update README.md 2021-03-21 16:55:32 +01:00
Timothy Baldridge
9aa074c803 Switch back to the non-core version of CEF due to production issues 2021-03-20 18:39:50 -06:00
Timothy Baldridge
f79797fc0a Switch back to the non-core version of CEF due to production issues 2021-03-20 18:38:42 -06:00
Timothy Baldridge
adea3f9884 2.4.3.0 2021-03-20 16:18:30 -06:00
Timothy Baldridge
d0b5b8448f
Merge pull request #1379 from wabbajack-tools/retry_authored_files_uploads
Retry all authored file uploads
2021-03-19 18:27:23 -07:00
Timothy Baldridge
4ea7d92385
Merge pull request #1378 from wabbajack-tools/install-registry
Create a global registry of the location of all installed modlists
2021-03-19 16:30:43 -07:00
Timothy Baldridge
a10ffa9140 Retry all authored file uploads 2021-03-19 16:59:38 -06:00
Timothy Baldridge
db0168c6ef Create a global registry of the location of all installed modlists 2021-03-19 16:37:58 -06:00
Timothy Baldridge
55d6113fa0
Merge pull request #1377 from wabbajack-tools/move-folders-to-commong
Move logs/downloaded modlists into the launcher folder
2021-03-19 14:50:23 -07:00
Timothy Baldridge
2319c8a098
Merge pull request #1375 from wabbajack-tools/update-deps-remove-framework-libs
Remove .net Framework libs bit of code cleanup
2021-03-18 22:30:26 -07:00
Timothy Baldridge
22b7782578 Move logs/downloaded modlists into the launcher folder 2021-03-18 23:04:27 -06:00
Timothy Baldridge
af4035fffa
Merge pull request #1373 from wabbajack-tools/remove-cdn-mirror
Don't retry with a different CDN mirror (code was broken)
2021-03-18 21:45:11 -07:00
Timothy Baldridge
4ef0b67a82 Fix weird bug with CommonFileDialogFilters 2021-03-18 22:14:07 -06:00
Timothy Baldridge
45259d442f
Remove typeo 2021-03-18 21:55:43 -06:00
Luca
c1d5f9771f
Merge pull request #1376 from wabbajack-tools/readme
edited tag section
2021-03-18 21:34:36 +01:00
Luca
6161a8c7c3
edited tag section
- disclaimer for overwritten saves in saves option
- added note that some tagfiles will only work  in a version after the current one.
2021-03-18 21:34:23 +01:00
Timothy Baldridge
f5c3b8003d
Merge pull request #1371 from EzioTheDeadPoet/single_file_tagging
added file tagging support
2021-03-18 13:23:58 -07:00
Timothy Baldridge
fcd10f3ccc
Merge pull request #1370 from EzioTheDeadPoet/Include_Splash_Screen
include mo2 splash screen if present
2021-03-18 13:23:20 -07:00
Timothy Baldridge
578f08ec28
Fix typeo 2021-03-18 14:23:05 -06:00
Timothy Baldridge
d912e371b3
Escape the . in the regex
So it doesn't match stuff like `splash/png` or `splash_png`
2021-03-18 14:22:24 -06:00
Timothy Baldridge
1e51617fd6
Merge branch 'master' into single_file_tagging 2021-03-18 11:02:37 -07:00
Timothy Baldridge
4476a41193
Merge pull request #1369 from EzioTheDeadPoet/include_saves_option
adds option to include save files if wanted.
2021-03-18 11:01:18 -07:00
Luca
fd6426a2f8 Use IncludeRegex("splash.png") instead of a new class 2021-03-18 18:27:36 +01:00
Timothy Baldridge
ab7e2cb879 Remove .net Framework libs bit of code cleanup 2021-03-17 21:36:37 -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
Luca
db2494649e fixed critical bug when no splash screen was found 2021-03-14 21:10:16 +01:00
Luca
f7a1584980 added file tagging support 2021-03-14 20:53:16 +01:00
Luca
9a796f31c7 moved code and fixed critical bug. 2021-03-14 15:51:52 +01:00
Luca
fe3da01687 include mo2 splash screen if present 2021-03-14 14:15:33 +01:00
Luca
b81b99b842 adds option to include save files if wanted. 2021-03-14 13:41:31 +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