Justin Swanson
|
f8c640467f
|
Added explicit schedulers to some Rx calls
|
2020-01-16 22:52:29 -06:00 |
|
Justin Swanson
|
8571003cfd
|
ToGuiProperty convenience call
Automatically wires on GUI thread and disposes
|
2020-01-16 22:48:54 -06:00 |
|
Justin Swanson
|
36d73b82f0
|
A GC and dispose correctness pass
|
2020-01-15 21:54:06 -06:00 |
|
Justin Swanson
|
5abcdc651b
|
Fixed status term used when in failed state
|
2020-01-14 23:24:59 -06:00 |
|
Timothy Baldridge
|
880ab875dc
|
Merge pull request #383 from tr4wzified/master
Fix typos + inconsistencies in logs
|
2020-01-14 05:36:55 -08:00 |
|
Justin Swanson
|
8ae8e28f67
|
ModListMetadataVM FlowSwitch on exists check
|
2020-01-13 23:17:54 -06:00 |
|
Justin Swanson
|
5b33a74075
|
Offloaded ModlistGallery image downloading
|
2020-01-13 23:04:45 -06:00 |
|
trawzified
|
877989ba16
|
Fix typos + inconsistencies in logs
|
2020-01-13 22:11:07 +01:00 |
|
Justin Swanson
|
df20f65f90
|
WorkQueue's desired threads obs can be set after ctor. CurrentCpuCount display
|
2020-01-11 14:20:14 -06:00 |
|
Justin Swanson
|
ddbd1ef754
|
CpuStatus binding refactors. Target usage slider
|
2020-01-11 00:43:40 -06:00 |
|
Justin Swanson
|
75c48e5fe2
|
Merge branch 'master' into settings-pane
|
2020-01-11 00:42:51 -06:00 |
|
Justin Swanson
|
818d92320e
|
Initial dynamic WorkQueue threads system
|
2020-01-11 00:42:25 -06:00 |
|
Justin Swanson
|
e2fa5da973
|
Optimizations for CPU display updates
|
2020-01-09 22:35:37 -06:00 |
|
Justin Swanson
|
36a37a04a9
|
Swapped calls to ObserveOnGuiThread()
|
2020-01-09 20:51:19 -06:00 |
|
Justin Swanson
|
a3450900a3
|
Implemented workqueue limiter settings on starting batch
|
2020-01-07 19:57:00 -06:00 |
|
Justin Swanson
|
c5dd5c05bc
|
Merge remote-tracking branch 'wabbajack-tools/master' into settings-pane
|
2020-01-07 19:23:32 -06:00 |
|
Timothy Baldridge
|
b0951afb80
|
Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib)
|
2020-01-07 06:03:46 -07:00 |
|
Justin Swanson
|
98cb1ea28e
|
More settings page styling work
|
2020-01-06 23:44:32 -06:00 |
|
Justin Swanson
|
43aca88879
|
Implemented IBackNavigatingVM various places
|
2020-01-04 21:06:34 -06:00 |
|
Justin Swanson
|
907a5a2da1
|
MainWindowVM.ActivePane set made private
|
2020-01-04 21:04:56 -06:00 |
|
Justin Swanson
|
af7357e500
|
Removed some vestigial members
|
2020-01-04 19:30:34 -06:00 |
|
erri120
|
b6ed45945e
|
Fixed unused import
|
2020-01-03 18:27:09 +01:00 |
|
erri120
|
2643c499c2
|
Replaced old Steam/GOG Handlers with the new StoreHandler system
|
2020-01-03 18:22:50 +01:00 |
|
Justin Swanson
|
6c4fbc8476
|
Improved top title bar configuration text
|
2019-12-27 15:50:27 -06:00 |
|
Justin Swanson
|
bebd898964
|
Lowered CPU display throttling to 50ms
|
2019-12-27 15:27:13 -06:00 |
|
Justin Swanson
|
cc08d57724
|
Adjusted some rx thread switches
|
2019-12-27 14:09:07 -06:00 |
|
Justin Swanson
|
caffb6e032
|
Boolean inverse bugfix
|
2019-12-20 14:12:01 -06:00 |
|
Justin Swanson
|
f26747bfe5
|
Readme can be website now
|
2019-12-20 01:14:43 -06:00 |
|
Justin Swanson
|
5a8c19fbae
|
Failure compiles/installs show red
|
2019-12-18 23:22:39 -06:00 |
|
Justin Swanson
|
f4f9272858
|
BeginCommands refactored
|
2019-12-18 19:14:21 -06:00 |
|
Justin Swanson
|
e0a91036d0
|
Fixes for progress bars starting at 100%
|
2019-12-17 21:10:38 -06:00 |
|
Justin Swanson
|
5da5f246ed
|
Modified CPU display to show oldest first. Hid unassigned CPU items
Kept it more visually stable
|
2019-12-15 13:20:27 -06:00 |
|
Justin Swanson
|
bfd5907bc1
|
Null fix in VortexCompilerVM
|
2019-12-14 17:48:20 -06:00 |
|
Justin Swanson
|
7aa579cf5a
|
Modlist -> ModList
|
2019-12-14 16:13:31 -06:00 |
|
Justin Swanson
|
078b457857
|
FilePickerVM unit tests, better filter enforcement
|
2019-12-14 14:11:39 -06:00 |
|
Justin Swanson
|
1fdfda0edf
|
Post-compile completion menu view
|
2019-12-13 21:56:42 -06:00 |
|
Justin Swanson
|
b74a183aef
|
Moved OutputFolder to CompilerVM. Added to vortex compiler
|
2019-12-13 21:44:27 -06:00 |
|
Justin Swanson
|
02f53f4e7c
|
CompilerVM active intervention variable
|
2019-12-12 19:58:40 -06:00 |
|
Justin Swanson
|
e946fc7ea4
|
Made Utils.LogToFile private. Removed ExceptionToString
|
2019-12-04 23:07:44 -06:00 |
|
Timothy Baldridge
|
f67a235274
|
Logs and exceptions as classes
|
2019-12-04 16:17:02 -07:00 |
|
Justin Swanson
|
8af8e1bf14
|
Merge remote-tracking branch 'wabbajack-tools/master' into modlist-image-fix
|
2019-12-03 13:16:41 -06:00 |
|
Justin Swanson
|
b74c8bf544
|
Modlist image and readme embedded in .wabbajack and displayable
|
2019-12-03 00:09:20 -06:00 |
|
Justin Swanson
|
d609e50afb
|
Vortex Installer implemented
|
2019-12-02 20:38:33 -06:00 |
|
Justin Swanson
|
fb2cb28cf4
|
Some ISubInstallerVM work
|
2019-12-01 23:46:34 -06:00 |
|
Justin Swanson
|
107527311d
|
Resource loading fixes
|
2019-11-29 17:56:56 -06:00 |
|
Timothy Baldridge
|
3ea10777e0
|
Switched CPU status into a blue-color-in-the-background style progress bar. Removed "CPU X" in the status, filter CPU lists to only contain non "Waiting" status
|
2019-11-28 10:30:19 -07:00 |
|
Justin Swanson
|
da75aca5ca
|
Compiler/Installer back buttons
|
2019-11-24 17:42:28 -06:00 |
|
Justin Swanson
|
4f4e6e0f7e
|
Installation progress rewired. Singleton work queue concepts removed
|
2019-11-23 21:17:42 -06:00 |
|
Justin Swanson
|
ece11e9f41
|
Compiler-side progress bars wired up again
|
2019-11-23 21:17:38 -06:00 |
|
Justin Swanson
|
374178db3b
|
Output location systems implemented
|
2019-11-23 18:53:04 -06:00 |
|