Commit Graph

55 Commits

Author SHA1 Message Date
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
Timothy Baldridge
825929b119 add slideshow 2019-09-25 21:18:36 -06:00
trawzified
25685cc4b6 Add validation to prevent crash when starting compilation without selected profile folder 2019-09-25 18:57:59 +02:00
trawzified
1a661bc08b Fix crash at selecting non-profile directory 2019-09-25 18:30:09 +02:00
trawzified
2512212d38 Fix typos in various files 2019-09-24 17:26:44 +02:00
Timothy Baldridge
d8626e3141 fix new open folder dialog and disable UI during work 2019-09-17 21:12:25 -06:00
Timothy Baldridge
4e95e78a69 fix issue #27 2019-09-17 20:17:12 -06:00
Timothy Baldridge
454cff052e code reformatting 2019-09-13 22:35:42 -06:00
Timothy Baldridge
3e6dd46803 many improvements to accelerate compilation times 2019-09-12 17:44:35 -06:00
Timothy Baldridge
62a17766dc fixes #23 and #24 2019-09-04 15:19:37 -06:00
Timothy Baldridge
4cfd2f245f fixes #25 2019-09-04 14:49:13 -06:00
Timothy Baldridge
1b4b2d5bac refuse to run if MO2 is installed in non-portable mode 2019-09-03 19:59:07 -06:00
Timothy Baldridge
685f0d991d refuse to run inside folders 2019-09-03 19:43:16 -06:00
Timothy Baldridge
5edf454e16 fixes #6 - users can now have a download folder outside of MO2 2019-09-03 16:12:39 -06:00
Timothy Baldridge
ab3c87975c fixes #19 - Add installation summary 2019-08-30 17:57:56 -06:00
Timothy Baldridge
42864ac12b rework extractor routines 2019-08-25 17:52:03 -06:00
Timothy Baldridge
114fefb38d Fixes for supporting Fallout New Vegas 2019-08-22 17:29:44 -06:00
Timothy Baldridge
07df55383e small bug fixes that came up during testing for a 0.7 release 2019-08-22 16:05:16 -06:00
Timothy Baldridge
14bb629b8a cut memory usange in half using string interning, most of the Basic Fixes pack compiles 2019-08-20 15:44:32 -06:00
Timothy Baldridge
c343a74359 massive refactoring, it compiles, but it's surely broken 2019-08-19 22:57:08 -06:00
Timothy Baldridge
8513441afd Upgrade SevenZipExtractor, fix for bad zips, add Ignore Missing Files button 2019-08-07 17:06:38 -06:00
Timothy Baldridge
873bb47e35 added an overall progress bar 2019-08-02 17:04:04 -06:00
Timothy Baldridge
81a51265b0 bunch of bug fixes with mods that get updated, prepping for Alpha 2019-08-02 16:31:13 -06:00