Commit Graph

698 Commits

Author SHA1 Message Date
Justin Swanson
c54d7dea8f Extracted support from MahApps to use their textbox watermarks 2019-11-05 21:50:24 -06:00
Justin Swanson
9e8ea6d281 Initial settings systems
Waiting to do position/size implementation until new ModeSelection systems are finished
2019-11-05 21:22:38 -06:00
Justin Swanson
becf1c0ecd Bugfix for CompileVM using splat logging
Was vestigial change of me experimenting with Splat.  Didn't roll back all the way
2019-11-05 21:19:07 -06:00
Justin Swanson
471704bbe3 FilePicker: Boolean logic error /w AdditionalError check 2019-11-05 21:10:43 -06:00
Justin Swanson
fa504a1b16 DictionaryExt. Other Ext files migrated to Common 2019-11-05 19:39:18 -06:00
Timothy Baldridge
21b603e78a
Merge pull request #148 from wabbajack-tools/validation-tests
Add modlist validation tests.
2019-11-05 16:25:18 -07:00
Timothy Baldridge
c024c8c0a6 Merge branch 'validation-tests' of https://github.com/wabbajack-tools/wabbajack into validation-tests 2019-11-05 16:10:20 -07:00
Timothy Baldridge
c9988acace Update azure-list-validation.yml for Azure Pipelines 2019-11-05 16:07:17 -07:00
Timothy Baldridge
3c1135fae9 Update azure-list-validation.yml for Azure Pipelines 2019-11-05 16:05:24 -07:00
Timothy Baldridge
493c262997 Add category to list validation 2019-11-05 15:51:16 -07:00
Timothy Baldridge
f6a8c6ad31 Set up CI with Azure Pipelines
[skip ci]
2019-11-05 15:50:13 -07:00
Timothy Baldridge
c95242bb14 Update azure-pipelines.yml for Azure Pipelines 2019-11-05 15:48:30 -07:00
Timothy Baldridge
2d497c4c7d Fix tests 2019-11-05 15:30:05 -07:00
Timothy Baldridge
eda43c0df6 Add modlist metadata to the compiler output and the list validation 2019-11-05 15:21:07 -07:00
Timothy Baldridge
f2efdeef9d Remove annoying warning message 2019-11-05 15:21:07 -07:00
Timothy Baldridge
3d9cf4cc65 Rework Nexus API caching logic to use build server cache 2019-11-05 15:21:07 -07:00
Timothy Baldridge
c43bcc7d89 wip 2019-11-05 15:21:07 -07:00
Timothy Baldridge
9fe7b2fe7c add app config to tests to get around strange Newtonsoft error 2019-11-05 15:21:07 -07:00
Timothy Baldridge
6ab49e380c Add modlist validation tests. 2019-11-05 15:21:07 -07:00
erri120
26d5e83342
Merge pull request #150 from erri120/149-oneway-fix
Fixed InvalidOperationException on QueueProgress
2019-11-05 11:17:58 +01:00
erri120
7e205a5684
Fixed InvalidOperationException on QueueProgress 2019-11-05 11:16:00 +01:00
Timothy Baldridge
6a93e4eca7
Merge pull request #149 from Noggog/WorkQueue-Utils-Rx
WorkQueue and Utils Rx instead of callbacks
2019-11-04 22:30:05 -07:00
Justin Swanson
9051d28822 WorkQueue and Utils Rx instead of callbacks
Swapped the callback registration systems for Rx subjects exposing observables
2019-11-04 22:17:43 -06:00
Timothy Baldridge
85d72968c3 reorder known types to not break old lists 2019-11-04 15:09:11 -07:00
Timothy Baldridge
d0ffe1a353 fix broken ico 2019-11-04 15:03:36 -07:00
erri120
df74b34754
Merge pull request #147 from erri120/ignore-case-esm
Made string comparisons for GameESMs case insenitive
2019-11-04 19:14:42 +01:00
erri120
95cc9e1e14
Merge pull request #146 from LivelyDismay/patch-1
Update Consts.cs
2019-11-04 19:14:35 +01:00
erri120
557e443685
Made string comparisons for GameESMs case insenitive 2019-11-04 19:12:53 +01:00
LivelyDismay
46bdc63e46
Update Consts.cs
Change uppercase to lowercase on two esm names to match vanilla file names.
2019-11-04 12:57:19 -05:00
Timothy Baldridge
2c96d08828
Merge pull request #144 from wabbajack-tools/fix-download-meta
Fixup missing .meta file when WJ uses a separate download folder
2019-11-03 21:56:59 -07:00
Timothy Baldridge
b5797b920d Fix broken test on test server 2019-11-03 21:44:44 -07:00
Timothy Baldridge
b8471a41b3 Fixup missing .meta file when WJ uses a separate download folder 2019-11-03 21:36:25 -07:00
Timothy Baldridge
f39fe51328
Merge pull request #140 from Noggog/slideshow-refactoring
Image cache and slideshow refactor
2019-11-03 07:15:38 -07:00
Timothy Baldridge
d947de193c
Merge pull request #139 from Noggog/hotfix-download-picker
Hotfix download picker
2019-11-03 07:13:46 -07:00
Justin Swanson
a95a5415dc Added Page() as a possible route for precaching slideshow 2019-11-03 00:41:11 -06:00
Justin Swanson
84d7eb0f49 Image cache and slideshow refactor 2019-11-03 00:01:19 -06:00
Justin Swanson
24551b62f4 Installation Configuration path error state improvements
Both inputs start blank, and have error circles to display they're unhappy.

Begin button is disabled and styled differently to match
2019-11-02 21:36:53 -06:00
Justin Swanson
d872823d7a Utils.Is(File/Directory)PathValid 2019-11-02 21:23:59 -06:00
Justin Swanson
ed01534f48 FilePicker.AdditionalError systems
Lets you specify when there's other problems besides the file not existing
2019-11-02 21:23:35 -06:00
Justin Swanson
2dc47d5ec8 Ported some Error/Hash systems from Noggog/CSharpExt 2019-11-02 21:13:14 -06:00
Timothy Baldridge
bb4141dd79
Merge pull request #138 from Noggog/VM-split-and-styling
Compiler/Installer VM Split and Styling
2019-11-02 17:50:10 -06:00
Justin Swanson
ecb789d088 Merge remote-tracking branch 'wabbajack-tools/master' into VM-split-and-styling 2019-11-02 18:41:37 -05:00
Timothy Baldridge
91e0697bd0
Merge pull request #92 from Noggog/XAML-IDE-Featureset
Xaml IDE featureset
2019-11-02 17:36:00 -06:00
Justin Swanson
422fde257b Merge remote-tracking branch 'wabbajack-tools/master' into XAML-IDE-Featureset 2019-11-02 18:31:21 -05:00
Justin Swanson
6b7fbb54f7 Fixes for last commit 2019-11-02 18:27:23 -05:00
Timothy Baldridge
c95a477221 bump version to alpha 5 2019-11-02 17:23:47 -06:00
Justin Swanson
7438413fb6 Added ReactiveUI.Fody 2019-11-02 18:23:11 -05:00
Timothy Baldridge
d01636eff8 set the install folder before checking ESMs 2019-11-02 17:20:41 -06:00
Justin Swanson
12daa32d4e All projects migrated to PackageReferences nuget systems 2019-11-02 17:57:51 -05:00
Justin Swanson
5f629f4854 Made lazy sub-VM members, so only one is ever created 2019-11-02 17:21:05 -05:00