Commit Graph

41 Commits

Author SHA1 Message Date
ae358e270d Binding fixes for utility lists 2020-11-14 12:30:28 -07:00
b6dbcc2368 Rework performance profiles of WJ 2020-09-12 14:23:03 -06:00
aaa2275032 Default compression to off 2020-08-06 06:15:11 -06:00
86107ec8ec Enable optional disk compression 2020-08-05 16:01:45 -06:00
9ade449985 Make all delete operations async 2020-05-26 05:31:11 -06:00
b2a112bd37 Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
75a14bfaf2 fixed variable names 2020-05-10 00:59:34 -04:00
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
0d07319ac8 Added IsNSFW for modlists 2020-04-27 11:58:33 +02:00
820d278600 Fix settings saving/loading 2020-04-22 22:02:50 -06:00
0e0b0d8883 Remove vortex support 2020-04-21 06:14:52 -06:00
50613fa438 ADded a version field to the UI 2020-04-16 17:16:49 +02:00
a3305b08fe Removed readme as file option 2020-04-15 19:53:45 +02:00
45254b0055 No more MessagePack, Json is love, Json is life 2020-04-06 14:48:54 -06:00
5829a7ab93 Added trycatch to settings loading to hook into fallback backup systems 2020-04-03 16:41:17 -06:00
d4782d0ded Settings backup naming improved
was doing `json.-backup.json`
2020-04-03 16:41:17 -06:00
b8afcfa781 At least the app launches 2020-04-03 16:40:52 -06:00
c01ed4375c The main wabbajack app compiles 2020-04-03 16:40:52 -06:00
2e9d42b538 Added a version check to the settings file
The current settings file has to have the same version as specified in
Wabbajack.Common.Consts.SettingsVersion or else it will be backedup and
deleted to ensure that no bad settings file are getting loaded.

This means that the SettingsVersion needs to be updated when a breaking
change to the settings is being introduced
2020-03-04 12:21:44 +01:00
d8e4f02508 Moved settings.json to %localappdata%/Wabbajack 2020-03-04 11:56:39 +01:00
b05c43661c Percent struct 2020-02-07 23:45:45 -06:00
818d92320e Initial dynamic WorkQueue threads system 2020-01-11 00:42:25 -06:00
feb3e781fc Settings page work. Some experimentation /w RxUI binding 2020-01-05 23:15:10 -06:00
e49f1dd5ca Basic settings page that just shows logins for now 2020-01-04 21:15:25 -06:00
f26747bfe5 Readme can be website now 2019-12-20 01:14:43 -06:00
5037ebc0cd Bugfix for save signal being serialized 2019-12-10 18:16:48 -06:00
f139ed2335 ConfirmUpdateOfExistingInstallView /w remember setting 2019-12-10 18:16:36 -06:00
36359e4416 Cleaning of startup code. Bugfix for window size defaults not being applied 2019-12-02 23:28:10 -06:00
d609e50afb Vortex Installer implemented 2019-12-02 20:38:33 -06:00
374178db3b Output location systems implemented 2019-11-23 18:53:04 -06:00
80cdefe33f Fixed naming in Wabbajack 2019-11-21 16:46:02 +01:00
1737d621bd Removed unused imports from Wabbajack 2019-11-21 15:25:40 +01:00
3e02500f4d Fix exception on load when starting with no arguments 2019-11-17 15:32:33 -07:00
eed53e38df Added nosettings argument 2019-11-17 15:00:39 +01:00
4978e55e04 VortexCompilerVM staging and downloads picker wiring 2019-11-16 21:09:46 -06:00
5cfc319822 VortexCompiler VM/View work 2019-11-16 17:11:31 -06:00
2e9f222648 ISubCompilerVM.Unload()
To save settings when swapping off a compiler VM
2019-11-16 17:09:45 -06:00
b31f336ddb Lots of compiler backend changes to support multiple
CompilerVM is lightweight now, with sub view models per mod manager mode
2019-11-14 20:25:09 -06:00
7ca874551a Added StagingLocation to InstallationSettings 2019-11-14 15:34:11 -07:00
0ef91d9da8 CompilerVM: Mo2Folder and MOProfile made derivative 2019-11-09 15:26:23 -06:00
9e8ea6d281 Initial settings systems
Waiting to do position/size implementation until new ModeSelection systems are finished
2019-11-05 21:22:38 -06:00