Commit Graph

39 Commits

Author SHA1 Message Date
Timothy Baldridge
db0168c6ef Create a global registry of the location of all installed modlists 2021-03-19 16:37:58 -06:00
Timothy Baldridge
22b7782578 Move logs/downloaded modlists into the launcher folder 2021-03-18 23:04:27 -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
Timothy Baldridge
17bb79784e Move LoversLab backend to LibCef 2020-12-29 16:15:47 -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
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
e6e78c0cd3
Fixed modlist link in gallery 2020-08-23 15:24:54 +02:00
Timothy Baldridge
d7d953d90c Don't hash modlists while attempting to download them 2020-07-04 07:46:47 -06:00
Timothy Baldridge
bd5aef446b More Debug information when downloading modlists 2020-06-29 16:18:29 -06:00
Timothy Baldridge
817dbef7ae Version 2.0.6.2 2020-06-14 07:13:29 -06:00
erri120
330bc31638
Fixed broken modlist gallery link 2020-06-13 21:13:21 +02:00
Timothy Baldridge
b2a112bd37 Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
erri120
3a4d7282f5
Fixed wrong URL for modlists in the gallery 2020-05-23 15:48:25 +02:00
Timothy Baldridge
147a183cfb
Merge pull request #816 from LordOfRhun/Persistant-filters
Added persistent filters on exit and more
2020-05-13 05:14:22 -07:00
Justin Swanson
03afaceadc Some cleanup 2020-05-12 18:48:51 -05:00
Justin Swanson
4469cf1fd9 Added missing GUI thread swapover 2020-05-12 18:41:39 -05:00
Khamûl
cd442adc29 made some refactors 2020-05-12 18:33:59 -04:00
Khamûl
d588619ed5 Using Rx to reset GameType 2020-05-10 13:25:36 -04:00
Khamûl
5e5c1bb384 Simplifying the process of disabling gameType 2020-05-10 13:18:55 -04:00
Khamûl
99113507c4 Subcribe to settings SaveSignal 2020-05-10 13:12:43 -04:00
Khamûl
75a14bfaf2 fixed variable names 2020-05-10 00:59:34 -04:00
Khamûl
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
Timothy Baldridge
ca9d5fde37
Merge pull request #811 from LordOfRhun/modlist-information
[Feature] added more information on modlist tiles
2020-05-09 15:22:15 -07:00
Khamûl
05886b574f added modlist tags component 2020-05-09 00:19:40 -04:00
Khamûl
1b199e5951 added Download Size and Installation size on list hover 2020-05-07 23:46:52 -04:00
Khamûl
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
Khamûl
56fcb7f6d6 ComboBox source now uses enum descreption 2020-05-07 17:04:55 -04:00
Khamûl
17ca59d9d5 added filter for games 2020-05-07 01:32:36 -04:00
erri120
edf2645d0e
Added NSFW filter to the gallery 2020-04-27 12:18:08 +02:00
erri120
a3305b08fe
Removed readme as file option 2020-04-15 19:53:45 +02:00
Justin Swanson
806ff74893 Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Timothy Baldridge
b5006a0737 Everything compiles 2020-04-03 16:40:52 -06:00
Timothy Baldridge
c01ed4375c The main wabbajack app compiles 2020-04-03 16:40:52 -06:00
Timothy Baldridge
d6123a7fb2 MessagePack, and basic sanity test passes 2020-04-03 16:37:27 -06:00
Timothy Baldridge
3b895f4dbb WIP, converted Hashes to a Hash struct 2020-04-03 16:37:27 -06:00
Justin Swanson
8d0c14f2f3 Initial basic modlist gallery filtering 2020-02-09 14:04:40 -06:00