961fb39f9a
Added persistent filters on exit and more
...
* Added persistent filters on exit
* settings to disable the persistent filters
* fixed a bug related to game comboBox and OnlyInstalled ( the comboBox is now disabled if OnlyInstalled is checked)
2020-05-10 00:35:39 -04:00
33c1de3ad3
Bump version
2020-05-09 17:23:41 -06:00
ca34e0bd7d
Merge pull request #812 from wabbajack-tools/rewrite-the-build-server
...
Rewrite the build server
2020-05-09 16:01:27 -07:00
ca9d5fde37
Merge pull request #811 from LordOfRhun/modlist-information
...
[Feature] added more information on modlist tiles
2020-05-09 15:22:15 -07:00
e053136e25
Rewrite the Authored file routines.
2020-05-09 16:16:16 -06:00
05886b574f
added modlist tags component
2020-05-09 00:19:40 -04:00
1b199e5951
added Download Size and Installation size on list hover
2020-05-07 23:46:52 -04:00
9fe2ea2082
Fixed a bug related to Game filter and OnlyInstalled filter
...
Fixed a bug where filtering by OnlyInstalled while having a uninstalled game selected in the game filter would show no result.
2020-05-07 22:38:54 -04:00
56fcb7f6d6
ComboBox source now uses enum descreption
2020-05-07 17:04:55 -04:00
17ca59d9d5
added filter for games
2020-05-07 01:32:36 -04:00
b3b6182aa7
Merge pull request #798 from erri120/modlist-properties-fixes
...
Fixed Version and NSFW fields to being saved
2020-05-05 14:12:22 -06:00
9571ce03c6
Fixed Version and NSFW fields to being saved
2020-05-05 16:38:06 +02:00
5c20d7c2e0
Added MFA support for INeedsLoginCredentials
2020-05-05 16:17:55 +02:00
670efbdb10
Added more UI to the Credentials login form and catch exception
2020-04-28 14:11:12 +02:00
edf2645d0e
Added NSFW filter to the gallery
2020-04-27 12:18:08 +02:00
0d07319ac8
Added IsNSFW for modlists
2020-04-27 11:58:33 +02:00
9b71e1b644
Merge pull request #757 from erri120/mega-empty-password-fix
...
Fixed crash on empty password for CredentialsLoginVM
2020-04-26 22:59:48 -06:00
fb3064665f
Merge pull request #755 from tr4wzified/url-copy-fix
...
Fix using spaces instead of %20 in the generated URL for file uploader
2020-04-26 22:59:20 -06:00
519c9327ef
Fixed crash on empty password for CredentialsLoginVM
2020-04-26 18:09:48 +02:00
abf8637146
Fix using spaces instead of %20 in the generated URL for file uploader
...
Add Wabbajack.sln back in
2020-04-26 14:05:41 +02:00
663b82f5a7
Multiple MEGA login fixes
2020-04-26 11:31:00 +02:00
0e0b0d8883
Remove vortex support
2020-04-21 06:14:52 -06:00
840d4fcfb3
Dispose of LibCef Drivers when done
2020-04-20 16:36:11 -06:00
a82b2d5094
Merge pull request #719 from wabbajack-tools/extraction-improvements
...
Extraction improvements
2020-04-17 08:25:17 -06:00
bb9ef89dee
BSA archives are now lazily extracted.
...
7Zip extracted archives now only extract the fewest files required.
Audited the uses of .Wait
Lazily init the VFS cleaning
2020-04-16 21:52:19 -06:00
166b3256e7
Merge pull request #718 from erri120/issue-686
...
Version field
2020-04-16 17:07:43 -06:00
8aa8013725
Replaced VersionRegex with Version.TryParse
2020-04-16 17:31:12 +02:00
50613fa438
ADded a version field to the UI
2020-04-16 17:16:49 +02:00
e8923a11f1
Added version field
2020-04-16 16:15:03 +02:00
5eabe4449c
Merge pull request #715 from erri120/remove-file-readme
...
Removed readme as file option
2020-04-15 17:04:03 -06:00
a3305b08fe
Removed readme as file option
2020-04-15 19:53:45 +02:00
470992cc4a
Merge Master
2020-04-15 06:05:05 -06:00
f9f2c349c0
WIP List Validation code
2020-04-11 22:18:21 -06:00
806ff74893
Wabbajack.Lib nullability finished up
2020-04-10 13:32:35 -05:00
45254b0055
No more MessagePack, Json is love, Json is life
2020-04-06 14:48:54 -06:00
895a555802
Merge Master
2020-04-04 16:15:55 -06:00
9454bcaa5f
Merge pull request #669 from erri120/issue-664
...
PR: Add MEGA Login
2020-04-04 16:07:05 -06:00
35f99b7100
Merge Master
2020-04-04 16:06:14 -06:00
93a62393da
Merge pull request #680 from erri120/issue-678
...
Added /select param when opening the log folder or finished modlist
2020-04-04 15:36:38 -06:00
f1f0659012
Added /select param when opening the log folder or finished modlist
2020-04-04 20:47:07 +02:00
73e17931dc
Fixed empty images in slideshow
2020-04-04 19:56:21 +02:00
10dfe343df
Switching TextViewer from Window to mahWindow
2020-04-04 17:01:59 +02:00
e3ed9bf4fd
Switched TextBox to PasswordBox for the Password
2020-04-04 16:33:58 +02:00
cf79e82276
Created Login Window
2020-04-04 15:55:33 +02:00
a6e3ef5f72
Game type is now an enum for Nexus downloads
2020-04-03 16:41:17 -06:00
160ac8a4c3
Fixes for author APIs
2020-04-03 16:41:17 -06:00
b5006a0737
Everything compiles
2020-04-03 16:40:52 -06:00
c01ed4375c
The main wabbajack app compiles
2020-04-03 16:40:52 -06:00
d6123a7fb2
MessagePack, and basic sanity test passes
2020-04-03 16:37:27 -06:00
3b895f4dbb
WIP, converted Hashes to a Hash struct
2020-04-03 16:37:27 -06:00