Commit Graph

498 Commits

Author SHA1 Message Date
Justin Swanson
f77359ee7d Resaved with XAML Styler 2019-11-02 15:51:34 -05:00
Justin Swanson
3b9cec7b5c Some miswired properties 2019-11-02 15:51:34 -05:00
Justin Swanson
4f9b089a2b Some styling to begin install button 2019-11-02 15:51:34 -05:00
Justin Swanson
3b0b1730bf Added website button for slideshow. Other button adjustments 2019-11-02 15:51:34 -05:00
Justin Swanson
313890e526 Modlist website button added to installer view 2019-11-02 15:51:34 -05:00
Justin Swanson
b0d83a6210 Made text shadow not show for default WJ background 2019-11-02 15:51:34 -05:00
Justin Swanson
b96ce29789 Made title/author/summary text derivative in InstallerVM
So it will snap back to modlist info when slideshow not active
2019-11-02 15:51:34 -05:00
Justin Swanson
1c727909ce Offloaded slideshow preloading to background thread 2019-11-02 15:51:34 -05:00
Justin Swanson
b37d5312c4 InstallationView Progress Bar tweaks
Now point to actual properties, but mostly disabled for now until progress reporting can be improved
2019-11-02 15:51:34 -05:00
Justin Swanson
fbbb609fe9 Removed undesired offloading
Normally I'd have this background threading to keep the GUI thread from being blocked.  But in this case, it blocks the window from opening/shifting and displaying a black empty screen in the meantime
2019-11-02 15:51:34 -05:00
Justin Swanson
6eb75e1a9a Compilation View spruces/fixes. Basic FilePicker.Filter 2019-11-02 15:51:34 -05:00
Justin Swanson
75f61c2e18 Install configuration systems readded to view 2019-11-02 15:51:34 -05:00
Justin Swanson
2f8977feac Some additional library items
UserControlRx, FilePicker control, TaskExt.FireAndForget
2019-11-02 15:51:34 -05:00
Timothy Baldridge
898e0e3de7 update app icon to dark theme 2019-11-02 10:29:36 -06:00
Timothy Baldridge
ec8bf62aee bump assembly version 2019-11-02 10:08:06 -06:00
erri120
fa51cd4d69
Moved IsMO2Running to Utils.cs, added check for MO2 inside the selected profile folder 2019-11-01 11:56:29 +01:00
erri120
20a23cdb27
WJ will close if MO2 is running 2019-10-31 17:49:56 +01:00
erri120
ee2ea4acc0
ExtensionManager: Removed unused argument 2019-10-31 12:14:14 +01:00
Timothy Baldridge
610fea9d7f use xxHash64 hasing 2019-10-30 21:40:33 -06:00
Timothy Baldridge
6c79d0a9d2 Merge branch 'master' of https://github.com/halgari/wabbajack into programmable-stack 2019-10-30 20:25:14 -06:00
Timothy Baldridge
0151b219bf dump stack info to disk and load it during compilation 2019-10-30 20:24:42 -06:00
Timothy Baldridge
82bedf0807 fix boolean logic 2019-10-30 14:27:44 -06:00
erri120
8073d27b01
Moved extension association to App.xaml from AppState 2019-10-30 20:36:02 +01:00
erri120
a12faee21e
ExtensionManager: Added NeedsUpating function 2019-10-30 18:19:37 +01:00
erri120
74d16ed8b7
Modlist can now be loaded using a shell command 2019-10-30 18:09:55 +01:00
erri120
7bbdbfcf60
Removed unused icon 2019-10-30 17:50:44 +01:00
erri120
7c3f92ecc9
ExtensionManager: Cleanup and refactoring 2019-10-30 17:49:46 +01:00
erri120
5ffca32581
Implemented ExtensionManager 2019-10-30 17:49:46 +01:00
erri120
73e9408ed2
Added icon to be extracted for registry edits 2019-10-30 17:49:46 +01:00
erri120
48718cfe96
Removed old extension calls 2019-10-30 17:49:44 +01:00
erri120
49ba23affe
Created ExtensionManager 2019-10-30 17:49:44 +01:00
Justin Swanson
25dcb02cb5 InstallerVM: Made some properties derivative 2019-10-27 23:59:58 -05:00
Justin Swanson
2048dfa0de Moved slideshow preloading logic into SlideshowVM 2019-10-27 23:47:48 -05:00
Justin Swanson
b24abd3187 Slideshow logic modified to allow manual updates when not enabled
This means enable/disable only affects auto rollovers
2019-10-27 23:40:44 -05:00
Justin Swanson
b71d5c76a2 Slideshow ModlistImage made into a derivative OaPH 2019-10-27 23:36:46 -05:00
Justin Swanson
46dbb0e1aa New InstallerView initial foundations. MahApps added 2019-10-27 23:35:31 -05:00
erri120
63574f9934
Added Ceras NuGet Package 2019-10-27 14:55:30 +01:00
Justin Swanson
cb676eae9f Migrated Nuget off packages.config 2019-10-26 00:49:15 -05:00
Justin Swanson
e2ff7efe76 Initial Compiler/Installer split for VM and Views 2019-10-24 23:36:58 -05:00
Timothy Baldridge
1195e3b640
Merge pull request #115 from Noggog/slide-show-timing
Slide show timing
2019-10-23 18:53:03 -06:00
erri120
9515947734
Changed version type to string 2019-10-23 19:00:45 +02:00
erri120
b42c2fcd3c
Added messagebox to inform the user about version difference 2019-10-23 18:52:07 +02:00
erri120
112bf5687f
Include Wabbajack fileversion in output 2019-10-23 18:33:53 +02:00
erri120
1b624b1d9f
Updated Assembly Information 2019-10-23 17:52:18 +02:00
Justin Swanson
dcbf3b069f Modified UnhandleException handling
Since we're crashing at this point, calling the GUI's logging systems is moot.  Just log to Utils.Log (which goes to file) before the crash happens
2019-10-22 23:18:16 -05:00
Justin Swanson
04f9775e96 Removed some vestigial code not being called 2019-10-22 23:17:02 -05:00
Justin Swanson
66db4e6ddd Refactored logging to all hook into Utils.Log
Log collection moved up to MainWindow.   Since there will be many sub-VMs moving forward, a singleton based setup was desired.  RxUI's Splat was an option, but we already had Utils.Log right there.  Also now GUI printed messages will go to the log on the disk for later inspection.
2019-10-22 23:16:42 -05:00
Timothy Baldridge
b32cd14a25 few other fixes 2019-10-22 14:16:21 -06:00
Timothy Baldridge
59e34b7e73 add manual modlist selection mode 2019-10-22 06:05:57 -06:00
Justin Swanson
1eafafcbec WorkQueue concepts migrated to MainWindowVM
Since WorkQueue is static itself, just put it in the main vm.  If it ever gets made into a non-singleton, might refactor installer and compiler VMs to each have work queue systems
2019-10-21 22:55:24 -05:00
Justin Swanson
4f6c8b4aae MainWindowVM 2019-10-21 22:55:24 -05:00
Justin Swanson
4f8167555d Folder restructuring 2019-10-21 22:55:19 -05:00
Justin Swanson
5dce9a1e78 Slideshow infinite loop fix
If slideshow only had one item, it would loop trying to find a new slide
2019-10-21 21:51:43 -05:00
Justin Swanson
d6c165f290 Slideshow infinite loop fix
If slideshow only had one item, it would loop trying to find a new slide
2019-10-21 19:41:51 -05:00
Timothy Baldridge
c12603e69f fixup the download ui a bit 2019-10-21 13:51:20 -06:00
Timothy Baldridge
1882b9227b fixup some google download links so they properly download 2019-10-21 13:05:03 -06:00
Justin Swanson
f7b35198ec Slideshow timer resets when user hits next 2019-10-20 18:30:25 -05:00
Justin Swanson
f6290e7165 Added Debounce functionality to slideshow
Means instant update when user clicks, while also providing throttle if they spam
2019-10-20 18:30:25 -05:00
Timothy Baldridge
f1e316f544 fixup some modlist definition mappings 2019-10-20 13:30:39 -06:00
Timothy Baldridge
f851432d51 add modlist selection ui, still WIP 2019-10-20 05:26:42 -06:00
erri120
ba5a89849e
Swapped all images to dark versions 2019-10-16 18:36:22 +02:00
erri120
5a7b3d9d62
Created banner_dark and banner_small_dark 2019-10-16 18:34:33 +02:00
erri120
78e09472aa
Changed next icon color to white 2019-10-16 18:24:07 +02:00
erri120
e7503d5236
Applied new brand colors to all windows 2019-10-16 18:23:12 +02:00
erri120
f37c47cefc
Changed banner and banner small to newer versions 2019-10-16 16:53:17 +02:00
erri120
79a090354d
Changed wabbajack icon to newer one 2019-10-16 16:47:53 +02:00
Timothy Baldridge
f06d3102ef fix sanity tests 2019-10-15 21:17:27 -06:00
Timothy Baldridge
518de4dacc pull the core of Wabbajack into Wabbajack.Lib so we can reuse it in other exes 2019-10-15 21:10:34 -06:00
Timothy Baldridge
8f2e3529f9
Merge pull request #93 from giraldiego/patch-2
Fix for low resolution screens
2019-10-15 17:33:16 -06:00
Timothy Baldridge
57d1ca3d4a
Merge pull request #97 from Noggog/MainWindow-spawn-location
MainWindow spawns on ModeSelectionWindow
2019-10-15 17:32:56 -06:00
Timothy Baldridge
ac14aad955 add modlist metadata files 2019-10-15 17:23:14 -06:00
erri120
ad313de5a8
One line fix to stop WJ from being in installer mode the whole time 2019-10-15 13:29:20 +02:00
Timothy Baldridge
6065eb0bf4 embed debug info 2019-10-14 21:40:17 -06:00
Justin Swanson
efa60faace MainWindow spawns on ModeSelectionWindow 2019-10-14 19:04:08 -05:00
TheSandwichMakr
c94c114af5
Exit if user doesn't have Nexus premium during pack creation 2019-10-14 21:25:47 +00:00
Timothy Baldridge
e4c1e264cd fixes #95 2019-10-14 15:04:12 -06:00
Timothy Baldridge
fc60eadab3
Merge pull request #94 from Noggog/SlideshowView
Migrated more slideshow concepts away from AppState
2019-10-14 14:51:56 -06:00
Timothy Baldridge
5e7d3e962a
Merge pull request #90 from Cyclonit/master
Fix duplicate requests to the NexusApi draining the rate limit
2019-10-14 14:50:26 -06:00
Timothy Baldridge
63415aee0a better handling of broken headers 2019-10-14 14:40:49 -06:00
Timothy Baldridge
2fe0777690 ignore broken headers 2019-10-14 14:38:19 -06:00
Justin Swanson
b49e8f9738 Small cleaning 2019-10-13 20:22:07 -05:00
Justin Swanson
8956fe6fd3 NexusSite command moved to Slideshow 2019-10-13 20:15:41 -05:00
giraldiego
8494badc2a
Fix for low resolution screens
A small fix
2019-10-13 19:56:09 -05:00
Justin Swanson
2f5b789d11 Removed "SplashScreen" naming prefix 2019-10-13 17:08:50 -05:00
Justin Swanson
63f5ac2f65 Slideshow margin styling tweaks 2019-10-13 16:19:49 -05:00
Justin Swanson
a510a6b36c Added DesignInstance to MainWindow.xaml 2019-10-13 15:56:54 -05:00
Justin Swanson
a4d6feae42 Added 32bit compilation option 2019-10-13 15:56:40 -05:00
Justin Swanson
a8a859ac87 Added explicit XamlDebuggingInformation property
Only the default "Debug" build option has this true by default?  Using other build options like "Debug (no commandargs)" won't work without this
2019-10-13 15:56:30 -05:00
Justin Swanson
3bbeedf2c9 Readme text construction optimization
Initially swapped it to use a StringBuilder, as string += calls are naughty and expensive.

Ended up just utilizing a StreamReader instead
2019-10-13 15:21:09 -05:00
Justin Swanson
87f44b94cf OpenModlistProperties blocked from executing when UI not ready
Was like this way before, but XAML modifications from previous commits removed the logic.  This readds it via the Command canExecute features
2019-10-13 15:15:06 -05:00
Justin Swanson
123c7c8b7b Open Readme enabled when installing 2019-10-13 15:14:11 -05:00
Justin Swanson
b20d1a3118 Modified Property grid content swapping to be powered by DataTriggers 2019-10-13 15:10:17 -05:00
Justin Swanson
c5a049664a Moved a lot of slideshow logic into Slideshow.cs 2019-10-13 14:53:49 -05:00
Justin Swanson
be5e740b57 SlideshowView.xaml
Just moved some XAML into a subfile
2019-10-13 14:39:29 -05:00
Christopher Cyclonit Klinge
ed7c9cd686 - Fix duplicate requests to the NexusApi draining the rate limit. 2019-10-13 21:37:05 +02:00
Justin Swanson
93b6829904 Slideshow made into VM
Some random cleaning
2019-10-13 14:13:40 -05:00
Justin Swanson
3774f902d8 Consolidated TaskMode and RunMode enums 2019-10-13 14:04:33 -05:00
Timothy Baldridge
1004177050
Merge pull request #86 from Noggog/rx
Adding Rx libraries.  Some initial migration to Rx concepts
2019-10-13 09:18:39 -06:00
Timothy Baldridge
8759f58442 Merge branch 'master' of https://github.com/halgari/wabbajack 2019-10-13 08:18:35 -06:00
Timothy Baldridge
704bfeb352 fix for not implemented exception in moddb downloader 2019-10-13 08:18:21 -06:00
Timothy Baldridge
8e3a554f6d
Merge pull request #89 from Noggog/gitignore-update
Removed Wabbajack.csproj.user from repo
2019-10-13 07:25:55 -06:00
Timothy Baldridge
8ede69a14b fix for missing header in the Nexu API response 2019-10-13 07:20:40 -06:00
Justin Swanson
ead583ac1d OpenReadmeCommand now only executable if UIReady
The function it calls shortcircuits if UIReady is false, so the command shouldn't be runnable if that's the state
2019-10-13 03:11:31 -05:00
Justin Swanson
d60d6a65a6 Removed unnecessary command subject
The bug was that the way commands were defined, a new instance was made every property access.  Swapped to readonly gets so it's a single instance.
2019-10-13 03:03:50 -05:00
Justin Swanson
af08f74bfa Removed Wabbajack.csproj.user from repo
Was in the gitignore, but probably had been committed before then.
https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore
2019-10-13 01:54:01 -05:00
Justin Swanson
654679c4f9 Merge remote-tracking branch 'wabbajack-tools/master' into rx 2019-10-13 01:48:41 -05:00
Justin Swanson
00ed32f929 Some comments 2019-10-13 01:38:51 -05:00
Timothy Baldridge
fadb0e6381
Merge pull request #85 from erri120/slideshow-logging
Added logging to file for slideshow
2019-10-12 21:20:06 -06:00
Timothy Baldridge
3defad9590 fix report builder formatting 2019-10-12 21:06:44 -06:00
Timothy Baldridge
c7f2427d17 fixup the report for the new downloaders 2019-10-12 20:54:13 -06:00
Timothy Baldridge
4e946facab add modddb handler 2019-10-12 20:54:13 -06:00
Timothy Baldridge
bcb669ad60 add manual download handler 2019-10-12 20:54:13 -06:00
Timothy Baldridge
bf11273c15 integrated the new download framework into the app 2019-10-12 20:54:13 -06:00
Timothy Baldridge
1e64544783 created downloaders for dropbox, http, google, and nexus 2019-10-12 20:54:13 -06:00
Timothy Baldridge
bd885477a1 start of rework of download routines 2019-10-12 20:54:13 -06:00
Justin Swanson
8478904e67 Removed inappropriately added AppState empty ctor 2019-10-12 16:43:21 -05:00
Justin Swanson
b110a297a8 Merge remote-tracking branch 'wabbajack-tools/master' into anasdfasd 2019-10-12 16:10:58 -05:00
Justin Swanson
ff2010134c Slideshow update thread removed in favor of Rx
Will want to replace the throttle /w a debounce call.
Also will want to remove unnecessary subject once command IsExecuting callbacks are researched
2019-10-12 16:10:16 -05:00
erri120
514c6b9510
Added logging to file for slideshow 2019-10-12 21:15:19 +02:00
Justin Swanson
c808f9a4ed Bugfix: removed vestigial IsEnabled binding on Readme button 2019-10-12 14:13:55 -05:00
Justin Swanson
b24a2a5ce4 Removed ShowReportButton property in favor of IsNotNullVisibilityConverter 2019-10-12 14:11:52 -05:00
Justin Swanson
d6295cc306 BeginCommand utilizes canExecute 2019-10-12 13:42:47 -05:00
Justin Swanson
1b185c5ef6 CPU status display refactored to Rx/DynamicData
Increased the frequency of status updates to 250 milliseconds.  I believe it's still low CPU usage /w the EnsureUniqueChanges call, but we can dial it back or adjust if someone else finds otherwise
2019-10-12 13:18:21 -05:00
Timothy Baldridge
9f25c1db12
Merge pull request #84 from Noggog/slideshow-shutdown-fix
Removed UpdateLoop abort
2019-10-12 12:13:20 -06:00
Justin Swanson
ce1c6053d7 Removed UpdateLoop abort 2019-10-12 12:48:33 -05:00
trawzified
ea9ead1883 Fix accidentally adding NuGet package to whole project instead of just Wabbajack 2019-10-12 11:12:53 +02:00
trawzified
8f376f6f1b Fix nuget package not being included in download folder fix 2019-10-12 10:07:16 +02:00
trawzified
e67a89327f Fix check for Downloads folder 2019-10-12 10:02:58 +02:00
Justin Swanson
9c0ace86e2 Removed ApplyModlistProperties function 2019-10-11 22:46:05 -05:00
Justin Swanson
299ac6a5a9 Slideshow enable mechanics to Rx 2019-10-11 22:46:01 -05:00
Justin Swanson
382f1cda93 ReadmeCommand canExecute implementation. ModList to property 2019-10-11 22:37:35 -05:00
Timothy Baldridge
31b764204f finish ba2 integration 2019-10-11 17:31:36 -06:00
Justin Swanson
2b57e1590c Removed Dispatcher members in favor of static reference 2019-10-11 17:38:32 -05:00
Justin Swanson
5ebf9af0aa Removed LambdaCommand in favor of ReactiveCommand
Also standardized their naming
2019-10-11 17:38:25 -05:00
Justin Swanson
89b686cd0a Added ReactiveUI and DynamicData. ViewModel made ReactiveObject 2019-10-11 17:18:51 -05:00
Timothy Baldridge
29943aab87 merge master 2019-10-11 15:23:20 -06:00
erri120
949c9b7ce6
Fixed typo 2019-10-11 19:35:10 +02:00
erri120
0c51422be6
NSFW slides are disabled by default 2019-10-11 19:34:22 +02:00
erri120
775354b4d9
Fixed endless while loop 2019-10-11 19:29:11 +02:00
erri120
6fa03cbc5d
Fixed wrong update time 2019-10-11 18:49:08 +02:00
erri120
ba987f0d66
HasReadme will now have a value 2019-10-11 15:53:42 +02:00
erri120
5c4a04264a
Added null check 2019-10-11 15:06:56 +02:00
erri120
ec4ea0898d
Changed text viewer title to modlist title 2019-10-11 15:04:33 +02:00
erri120
299f22b1fc
Readme is now readable when installing 2019-10-11 14:57:42 +02:00
erri120
9b428aefdc
Created TextViewer 2019-10-11 14:57:30 +02:00
erri120
ed3b46e99b
Added Readme to output 2019-10-11 14:56:55 +02:00
erri120
ec6e40e8bc
Added null check 2019-10-11 13:23:35 +02:00
erri120
0882e25cb8
Banner is now extractable and will apply at start 2019-10-11 13:15:54 +02:00
erri120
0b5c49b943
Removed original name field from PropertyFile 2019-10-11 13:15:35 +02:00
erri120
4f8e996863
Added PropertyFile 2019-10-11 13:09:59 +02:00
erri120
14a05beba8
Added tooltip to next button 2019-10-11 12:16:05 +02:00
erri120
e94754945c
Moved slideshow functions to seperate class 2019-10-11 12:14:01 +02:00
erri120
8fdeb64196
Code cleanup 2019-10-11 10:54:17 +02:00
erri120
70c8da5508
Patch for PR #76 2019-10-10 14:37:58 +02:00
erri120
65d2cc7d81
Rebase fix 2019-10-10 14:07:50 +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
55cac48f7f
Fixed banner influencing other elements 2019-10-10 14:06:32 +02:00
erri120
bdd6e9af9b
Added light logos for Github and Patreon 2019-10-10 14:06:32 +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
e10d8678bd
Added empty image 2019-10-10 14:05:33 +02:00
erri120
938e8a5156
Fixed banner image resizing the entire grid 2019-10-10 14:05:32 +02:00
erri120
5d467a0ef5
Added null check for mods without images 2019-10-10 14:05:32 +02:00
erri120
144a3d062b
Fixed log affecting scaling 2019-10-10 14:05:32 +02:00
erri120
96a18846fd
Fixed slideshow checkbox margins and main grid 2019-10-10 14:05:32 +02:00
erri120
1bbf77cb9b
Resizing will work based on min and not max width, height values 2019-10-10 14:05:32 +02:00
erri120
fef113f528
Fixed bad margins 2019-10-10 14:05:31 +02:00
erri120
3a5b403403
Added viewbox and fixed bad column sizing 2019-10-10 14:05:31 +02:00
erri120
494be4da01
Made main window resizeable with fixed min height and width 2019-10-10 14:05:31 +02:00
erri120
472dabad18
Fixed banner in ModeSelection not being aligned with buttons 2019-10-10 14:05:31 +02:00
erri120
b6ec1acc18
Fixed properties window not showing when closed 2019-10-10 14:05:31 +02:00
erri120
3a4131a8f9
Renamed the icon to wabbajack 2019-10-10 14:05:30 +02:00
erri120
a01f951d07
Moved WPFs to UI folder 2019-10-10 14:05:30 +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
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