Commit Graph

419 Commits

Author SHA1 Message Date
erri120
16680996c3
Improve Regex performance by compiling during instantiation 2021-07-23 12:12:28 +02:00
Timothy Baldridge
bb33dea03a Full path of files should now work 2021-07-19 23:08:12 -06:00
JanuarySnow
8dd1199514 version info in mouse hover text in gallery view 2021-07-14 16:20:04 +01:00
Timothy Baldridge
943b460d9d Fix race condition in IPS4 login 2021-06-30 15:57:35 -06:00
Timothy Baldridge
b1bf267356 2.5.0.6 2021-06-29 20:16:48 -06:00
Timothy Baldridge
fff39e52ab Fix manual downloading 2021-06-20 16:36:56 -06:00
Timothy Baldridge
f982eebc10 Fix race condition in login 2021-06-19 15:19:29 -06:00
Timothy Baldridge
0441bbaf17 Downloading works, next up is metatdata 2021-06-14 22:55:07 -06:00
Timothy Baldridge
c90181bcb4 OAuth logins work, rebuilding the downloader now 2021-06-14 16:18:57 -06:00
Timothy Baldridge
30e4fcd40d Can get VP auth tokens 2021-06-13 21:31:09 -06:00
erri120
e79fd480d8
Fix missing KnownFolders 2021-06-12 11:39:17 +02:00
Unnoen
e42a261b22
Null check SourceModList 2021-05-28 15:49:47 +10: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
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
Timothy Baldridge
4aaa46090c Few small fixes and optimizations 2021-05-13 14:16:29 -06:00
Timothy Baldridge
6e41996fb9 Fix type import issues 2021-04-28 19:06:10 -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
Timothy Baldridge
43110dd0d4 Start of admin pages for authored files 2021-04-12 15:43:52 -06:00
Timothy Baldridge
8fdc9624e3 Fixes for root path WJ downloads 2021-04-01 14:52:23 -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
22b7782578 Move logs/downloaded modlists into the launcher folder 2021-03-18 23:04:27 -06:00
Timothy Baldridge
4ef0b67a82 Fix weird bug with CommonFileDialogFilters 2021-03-18 22:14:07 -06: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
d6edcf0a1e Sort the game entries 2021-02-26 23:09:18 -07:00
Timothy Baldridge
96601ee958 Optimize the gallery image loaders 2021-02-26 17:08:05 -07:00
Unnoen
cc5aaa3c6a
Quick fix download path breaking on default. 2021-02-04 17:39:52 +11:00
Timothy Baldridge
5ee8f2a4c3
Merge pull request #1289 from Unnoen/modify-download-path-if-same
Append "/downloads" to download path if the same as install path.
2021-02-03 20:49:27 -07:00
Timothy Baldridge
c0d50a8216 Version 2.4.2.0 2021-02-03 20:48:30 -07:00
Unnoen
0f263f04ac
Append to download path if same as install path 2021-02-01 14:51:27 +11:00
Timothy Baldridge
835d56bf68 Upgrade deps, fix several warnings 2021-01-28 21:02:26 -07:00
Timothy Baldridge
17bb79784e Move LoversLab backend to LibCef 2020-12-29 16:15:47 -07:00
Timothy Baldridge
053a71795a disable back button and 2.3.4.3 2020-12-06 21:26:02 -07:00
Timothy Baldridge
9717d4ac42 Improve backend services, add watchdog service, and add utility_modlists.json 2020-11-19 15:56:30 -07:00
Timothy Baldridge
8edd84f934
Merge pull request #1186 from wabbajack-tools/utility-lists
Utility lists
2020-11-14 12:30:47 -07:00
Timothy Baldridge
ae358e270d Binding fixes for utility lists 2020-11-14 12:30:28 -07:00
Timothy Baldridge
73d3168d2c Implement utility list filtering for the UI 2020-11-14 12:16:11 -07:00
erri120
ad1a0843de
Removed the internal Manifest Viewer 2020-11-09 12:26:07 +01:00
Timothy Baldridge
90e9af05b1 More fine-grained status updates 2020-11-03 07:45:08 -07:00
Timothy Baldridge
6007c326e1 Could compile via the UI 2020-10-19 16:16:35 -06:00
Timothy Baldridge
55b26cec65 Move common folders into ACompiler 2020-10-18 06:59:49 -06:00
Timothy Baldridge
d0febcd8a9 Several tweaks, bump version to 2.3.0.1 2020-10-01 06:24:26 -06:00
Timothy Baldridge
b6dbcc2368 Rework performance profiles of WJ 2020-09-12 14:23:03 -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
erri120
106a92cff5
Added canExecute to ShowManifestCommand 2020-08-30 11:45:46 +02:00
erri120
e6e78c0cd3
Fixed modlist link in gallery 2020-08-23 15:24:54 +02:00
halgari
049dff0d1c Hotfix for breaking existing lists (for real this time) 2020-08-21 10:42:56 -06:00