Commit Graph

159 Commits

Author SHA1 Message Date
erri120
40f18ed687
Added ModID field 2019-10-10 13:55:41 +02:00
erri120
5b1b94d3eb
ADded slidershow cache dir to ignore list 2019-10-10 13:55:41 +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
558c937220
Fixed WJ splash image being removed when not selecting a new one 2019-10-10 13:52:22 +02:00
erri120
a56c773f59
Added checkbox to enable NSFW contents in slideshow 2019-10-10 13:52:22 +02:00
erri120
3c574db51e
Added adult field to Nexus Mod 2019-10-10 13:49:11 +02:00
erri120
06e5817af0
Added contains adult content field 2019-10-10 13:49:11 +02:00
erri120
444966ea7b
Modlist image will now be included in output 2019-10-10 13:49:11 +02:00
erri120
bcf4705816
New properties will now be included in the output 2019-10-10 13:49:11 +02:00
erri120
a6d93d6feb
Added new property fields 2019-10-10 13:49:10 +02:00
erri120
5c5f073dc1
Changing properties now only works in compiler mode 2019-10-10 13:49:10 +02:00
erri120
6fd4283171
Changing properties only works if the compiler ui is ready 2019-10-10 13:49:10 +02:00
erri120
b85d27bb38
Compiler window will change state after clicking save 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
affb15f4d9
Added a Save button 2019-10-10 13:49:09 +02:00
erri120
8976907883
Added modlist name, author and description properties 2019-10-10 13:49:09 +02:00
erri120
522ae4c493
Added set splash screen properties 2019-10-10 13:49:09 +02:00
erri120
d72803f37b
Changed splash screen image stretch from uniform to fill 2019-10-10 13:49:09 +02:00
erri120
10f5bda1b8
Added boilerplate design code 2019-10-10 13:49:08 +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
afb5eb04ad Change all icons on ModeSelectionWindow to light version 2019-10-08 19:47:45 +02: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
dda13d78c8 remove the nexus api time limit compleately, it's useless 2019-10-03 16:22:43 -06:00
Timothy Baldridge
a186411e0b add headless mode for checking archives 2019-10-02 22:35:29 -06:00
Timothy Baldridge
14eb3e697e put the tests back, I think it was a message box error 2019-10-02 21:23:11 -06:00
Timothy Baldridge
609bb6289c remove a test that was blocking CI 2019-10-02 21:08:12 -06:00
Timothy Baldridge
d50527f615 fix validation tests to run in CI 2019-10-02 20:55:16 -06:00
Timothy Baldridge
44d5e31f5d Fix broken ESM cleaning 2019-10-01 21:07:26 -06:00
Timothy Baldridge
fd8bbe69bd fix npe 2019-10-01 17:57:42 -06:00
Timothy Baldridge
5f9c947f85 inline readme.md into install report 2019-10-01 17:06:15 -06:00
Timothy Baldridge
4597135de5 modlists are now .zip files, several bug fixes found in testing 2019-10-01 16:39:25 -06:00
Timothy Baldridge
eb827f5909 change github link to the new location 2019-09-30 21:04:21 -06:00
Timothy Baldridge
ea95c78b26 updated the README fixed validation and game folder path detection 2019-09-30 17:39:41 -06:00
Timothy Baldridge
eb9e6500c9 integrate content rights validation into the main program 2019-09-29 16:21:18 -06:00
Timothy Baldridge
9f6fbe1692 finish implementing permissions backend logic 2019-09-29 14:53:25 -06:00
Timothy Baldridge
6c24e4fdbb implement framework for content rights management 2019-09-28 22:41:47 -06:00
Timothy Baldridge
45bc7ec62d is dirty tracking was breaking VFS, removed it 2019-09-28 19:36:54 -06:00
Timothy Baldridge
c9d12c7904 fix deadlock with singleton NexusAPI client. We can look into this in the future, but it's still causing problems so removing the singleton for now 2019-09-28 18:18:42 -06:00
Timothy Baldridge
1b79a64542 merge and fix changes to http client code 2019-09-27 15:30:52 -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