Commit Graph

698 Commits

Author SHA1 Message Date
Justin Swanson
4bb76c57ef Compiler Source radio button setup 2019-11-10 00:48:17 -06:00
Timothy Baldridge
69dd759dd1
Merge pull request #162 from Noggog/CompilerView-revamp
Compiler view revamp
2019-11-09 20:56:41 -07:00
Justin Swanson
a19832b553 CompilerView: Added missing image file picker 2019-11-09 21:40:50 -06:00
Justin Swanson
86330081f3 Global: BitmapScalingMode = High. UseLayoutRendering On
BitmapScalingMode high made some bitmaps look way better.  UseLayoutRendering I've used elsewhere to good effect, and the same article recommended it.
https://stackoverflow.com/questions/592017/my-images-are-blurry-why-isnt-wpfs-snapstodevicepixels-working
2019-11-09 20:43:41 -06:00
Justin Swanson
dcb343c8f8 BorderFadeDownView 2019-11-09 20:23:07 -06:00
Justin Swanson
9b345dd6c0 CompilerView: Reshuffling around to prevent shadow from going over input 2019-11-09 19:54:43 -06:00
Justin Swanson
451dee01b6 Fix to disable inputs when compiling 2019-11-09 19:29:00 -06:00
Justin Swanson
bf9c315a2f RxExt.Invert 2019-11-09 19:26:58 -06:00
Justin Swanson
197d2317f9 Compiler begin button wired up and fixed a bit 2019-11-09 19:26:53 -06:00
Justin Swanson
5b4cb1fa89 CompilerVM: Modlist file picker shows errors if not in MO2 directory 2019-11-09 19:20:30 -06:00
Justin Swanson
0ef91d9da8 CompilerVM: Mo2Folder and MOProfile made derivative 2019-11-09 15:26:23 -06:00
Justin Swanson
3804b5d35b Merge remote-tracking branch 'wabbajack-tools/master' into CompilerView-revamp 2019-11-09 15:21:34 -06:00
Timothy Baldridge
2e240c14ad
Merge pull request #161 from Noggog/FilePickerVM
FilePickerVM
2019-11-09 14:10:04 -07:00
Timothy Baldridge
cf00a50762
Merge pull request #158 from erri120/modlist-gallery
Created new ModList gallery
2019-11-09 14:09:51 -07:00
Timothy Baldridge
f8c7144071
Merge pull request #159 from erri120/game-handler
Better Game Handlers
2019-11-09 14:07:30 -07:00
Justin Swanson
18e49b0a7f Merge branch 'FilePickerVM' into CompilerView-revamp 2019-11-09 14:59:49 -06:00
Justin Swanson
f339c633bb CompilerView revamp. Wiring still needs work 2019-11-09 14:28:31 -06:00
Justin Swanson
de9e21f0d1 FilePickerVM
Removed most logic from FilePicker.xaml in favor of a VM
2019-11-09 14:20:32 -06:00
erri120
f464ff6146
Merge pull request #160 from erri120/oblivion-mo2archive-fix
Changed Oblivion MO2ArchiveName to lowercase
2019-11-09 15:48:41 +01:00
erri120
83807a56b8
Added null check to GetByMO2ArchiveName 2019-11-09 15:40:50 +01:00
erri120
467cfc47a0
Removed Morrowind from the Games list 2019-11-09 15:40:14 +01:00
erri120
36867a4806
MO2ArchiveName will be lowercase when comparing in GetByMO2ArchiveName 2019-11-09 15:25:29 +01:00
erri120
7f0129e83b
Changed Oblivion MO2ArchiveName to lowercase 2019-11-09 15:21:31 +01:00
erri120
9060c6a947
Created SteamHandler 2019-11-09 14:49:57 +01:00
erri120
662315a7bb
Created GOGHandler 2019-11-09 14:49:33 +01:00
erri120
fa26d25e21
Created new ModList gallery 2019-11-09 14:30:36 +01:00
Justin Swanson
c340cadd42 BeginButton 2019-11-09 00:59:59 -06:00
Justin Swanson
e17c8788a0 TopProgressView made bindable 2019-11-09 00:59:59 -06:00
Justin Swanson
c18533e311 DetailImageView 2019-11-09 00:59:30 -06:00
Justin Swanson
da518c7bec Added missing ModListName property 2019-11-08 18:45:00 -06:00
Justin Swanson
e0974a5fc0 TopProgressView and LogCpuView 2019-11-08 18:45:00 -06:00
Timothy Baldridge
ba8e423f26
Merge pull request #157 from wabbajack-tools/better-downloader-progress
Feed archive info into the HTTP downloader
2019-11-08 08:28:01 -07:00
Timothy Baldridge
6996556642 Feed archive info into the HTTP downloader so we get proper downloader progress bars. 2019-11-07 22:19:39 -07:00
Timothy Baldridge
91738f9cec
Merge pull request #156 from erri120/property-ceras-fix
Added PropertyFile to CerasConfig
2019-11-07 20:58:37 -07:00
Timothy Baldridge
2fb857a093 Unify caching to reduce the number of Nexus calls on the build server 2019-11-07 18:36:01 -07:00
erri120
3833a5bae2
Added PropertyFile to CerasConfig 2019-11-07 18:26:04 +01:00
Timothy Baldridge
42d8347c76 Merge branch 'master' of https://github.com/wabbajack-tools/wabbajack 2019-11-06 22:35:17 -07:00
Timothy Baldridge
904b59cd08 Bump version for 1.0 Beta 1 2019-11-06 22:35:01 -07:00
Timothy Baldridge
fdfe9d36f0
Merge pull request #154 from wabbajack-tools/move-dont-copy
Move files into the install folder
2019-11-06 21:56:16 -07:00
Timothy Baldridge
9d609fb0ca Move files into the install folder instead of copying them, should drastically reduce IO during installation. 2019-11-06 21:43:30 -07:00
Timothy Baldridge
4d68a0c5cb
Merge pull request #153 from wabbajack-tools/manual-download-guidence
Manual Download Guidence
2019-11-06 21:42:43 -07:00
Timothy Baldridge
040289f16c Fix bug with file moving in manual mode 2019-11-06 21:23:43 -07:00
Timothy Baldridge
a9f9209a1a
Merge pull request #152 from wabbajack-tools/detailed-modlist-metadata
Emit more detailed modlist metadata
2019-11-06 17:40:14 -07:00
Timothy Baldridge
cb667ed4f8 Fix broken interaction with http-downloader 2019-11-06 17:29:53 -07:00
Timothy Baldridge
1f0591d05e Download manual files first 2019-11-06 16:59:18 -07:00
Timothy Baldridge
e518f31a71 Enable guidence for users to download manual files. 2019-11-06 16:52:48 -07:00
Timothy Baldridge
3f4a2bb733 Update azure-list-validation.yml for Azure Pipelines 2019-11-06 07:24:52 -07:00
Timothy Baldridge
7e281586b2 Update azure-list-validation.yml for Azure Pipelines 2019-11-06 06:54:54 -07:00
Timothy Baldridge
7a28f813e8 Emit more detailed modlist metadata 2019-11-06 06:21:39 -07:00
Timothy Baldridge
c0189fa85c
Merge pull request #151 from Noggog/settings-file
Settings File
2019-11-06 06:12:39 -07:00