erri120
70c8da5508
Patch for PR #76
2019-10-10 14:37:58 +02:00
erri120
0ed4c9863e
Slight memory usage optimization
2019-10-10 14:07:50 +02:00
erri120
4773609758
Fixed NSFW mods appearing if disabled
2019-10-10 14:07:50 +02:00
erri120
63f243dd6d
Fixed slideshow starting before installation
2019-10-10 14:07:29 +02:00
erri120
50af36fb5f
Moved from FileStream to MemoryStream
2019-10-10 14:06:31 +02:00
erri120
7c6be1f031
Fixed cache not getting deleted at max size
2019-10-10 14:06:31 +02:00
erri120
ebfd78e051
Optimized image downloading
2019-10-10 14:05:34 +02:00
erri120
c1b5b1cef1
Fixed mods without images not appearing in slideshow
2019-10-10 14:05:34 +02:00
erri120
1a6d8545f7
Fixed slideshow not updating images
2019-10-10 14:05:33 +02:00
erri120
5d467a0ef5
Added null check for mods without images
2019-10-10 14:05:32 +02:00
erri120
b6ec1acc18
Fixed properties window not showing when closed
2019-10-10 14:05:31 +02:00
erri120
64a5aff072
Created UI folder, moved icons and banner
2019-10-10 14:05:29 +02:00
erri120
3d8cdc9d99
Code restructuring
2019-10-10 14:05:28 +02:00
erri120
a3ecbc9580
Created enum for task modes
2019-10-10 14:01:48 +02:00
erri120
85ce784fb3
Created constant for max cache size
2019-10-10 14:00:22 +02:00
erri120
a183aa2538
Added max cached file check
2019-10-10 13:59:52 +02:00
erri120
735f8d6889
Added a/sync options to caching
2019-10-10 13:59:51 +02:00
erri120
125cb3c2a9
Fixed next button
2019-10-10 13:59:51 +02:00
erri120
d5669e8661
Rewrote next button to incorporate new slideshow system
2019-10-10 13:58:06 +02:00
erri120
651ca26ef9
Added slideshow queueing and enable/disable checkbox
2019-10-10 13:58:05 +02:00
erri120
1ee0137800
Created Next button functions
2019-10-10 13:55:40 +02:00
erri120
a0588bb564
Added next icon
2019-10-10 13:55:40 +02:00
erri120
c774cdaca1
Code cleanup
2019-10-10 13:54:03 +02:00
erri120
8ca8ef1d7d
Fixed setting image path when no image was null
2019-10-10 13:53:16 +02:00
erri120
4560d7b8e6
Fixed custom banner not being included in output
2019-10-10 13:53:16 +02:00
erri120
28ea1ef140
Fixed slideshow not working
2019-10-10 13:53:15 +02:00
erri120
9a28369637
Update loop for slideshow will be called when installing
2019-10-10 13:53:15 +02:00
erri120
a56c773f59
Added checkbox to enable NSFW contents in slideshow
2019-10-10 13:52:22 +02:00
erri120
bcf4705816
New properties will now be included in the output
2019-10-10 13:49:11 +02:00
erri120
6fd4283171
Changing properties only works if the compiler ui is ready
2019-10-10 13:49:10 +02:00
erri120
b7a2279a3a
Properties window will hide and show instead of open and close
2019-10-10 13:49:10 +02:00
erri120
f4baae2cce
Created new Modlist Properties window
2019-10-10 13:49:08 +02:00
erri120
901de1ee8a
Reformatted window creation
2019-10-10 13:49:08 +02:00
Justin Swanson
c418590986
Added VS snippet for guiprop
...
Modified properties to match its formatting
2019-10-09 18:50:35 -05:00
Justin Swanson
7b005a1c54
ViewModel class /w RaiseAndSetIfChanged
...
Made a common base class that implements INotifyPropertyChanged. Also implements a RaiseAndSetIfChanged call that streamlines property definitions. Some other various cleaning
2019-10-09 18:41:05 -05:00
trawzified
e5d36b3452
Fix bug where installing modlist would always result in location validation error, Add more validation
2019-10-05 17:05:51 +02:00
Timothy Baldridge
ad661871a5
preload slides and supress errors from slides
2019-10-04 14:50:34 -06:00
Timothy Baldridge
a186411e0b
add headless mode for checking archives
2019-10-02 22:35:29 -06:00
Timothy Baldridge
fd8bbe69bd
fix npe
2019-10-01 17:57:42 -06:00
Timothy Baldridge
4597135de5
modlists are now .zip files, several bug fixes found in testing
2019-10-01 16:39:25 -06:00
Christopher Cyclonit Klinge
bec10fdea1
- Renamed NexusAPI to NexusApiClient for to match naming of MegaApi.
...
- Moved NexusApiClient and all of its Dtos into their own package.
- Moved util methods into a new util class.
- NexusApi no longer creates new HttpClients for each request and uses one internal HttpClient instead.
- Added rudimentary tracking of rate limits.
2019-09-27 15:10:51 -06:00
Timothy Baldridge
f82d6a39f7
stop patching exe files
2019-09-26 22:07:54 -06:00
Timothy Baldridge
7c4c2a586c
Merge branch 'master' of https://github.com/halgari/wabbajack
2019-09-26 17:08:23 -06:00
Timothy Baldridge
ccb10d6b44
rework tests and log handling
2019-09-26 16:32:15 -06:00
Timothy Baldridge
e65b84b25a
Merge pull request #58 from tr4wzified/properfoldervalidation
...
Improved location validation
2019-09-26 14:57:46 -06:00
trawzified
fe55e68d58
Fix validation tooltip not working
2019-09-26 18:05:10 +02:00
trawzified
2174c30b20
Add better method of validating location
2019-09-26 16:39:09 +02:00
erri120
fd0056d7b1
View Nexus Site will now open WJ page when not in slideshow
2019-09-26 13:30:03 +02:00
Timothy Baldridge
97c5fbecf8
Merge pull request #52 from tr4wzified/properfoldervalidation
...
Add validation to prevent Wabbajack from crashing when selecting invalid profile directory or starting compilation without specifying profile directory
2019-09-25 21:38:08 -06:00
Timothy Baldridge
de373ca9e2
Merge pull request #48 from tr4wzified/typofixes
...
Fix typos in various files
2019-09-25 21:36:29 -06:00