Commit Graph

1573 Commits

Author SHA1 Message Date
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
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
Timothy Baldridge
c980de3dd1
Merge pull request #76 from Noggog/ViewModel
ViewModel class /w RaiseAndSetIfChanged
2019-10-10 05:30:21 -06:00
Timothy Baldridge
473ffbd806 a bunch of integration work, and ba2 fixes 2019-10-09 23:04:28 -06: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
Timothy Baldridge
b6a2818151
Merge pull request #74 from tr4wzified/light-icons
Change all icons on ModeSelectionWindow to light version
2019-10-09 15:52:03 -06:00
Timothy Baldridge
88fa091d07 implement new BSA framework for old BSA routines 2019-10-08 15:20:43 -06:00
trawzified
afb5eb04ad Change all icons on ModeSelectionWindow to light version 2019-10-08 19:47:45 +02:00
Timothy Baldridge
2c2a32226f
Merge pull request #72 from erri120/omod-nuget
Remove OMOD-Framework as a submodule
2019-10-08 08:33:21 -06:00
Timothy Baldridge
ce4a3e17dd a good dozen BA2s passed the full test suite 2019-10-07 22:02:03 -06:00
Timothy Baldridge
9f3ee6a5cc can write .ba2 general files, and they read back without issue 2019-10-07 16:13:38 -06:00
erri120
c7d9332b63
Removed git submodule initialization from CONTRIBUTING.md 2019-10-07 12:55:08 +02:00
erri120
1a04c9578b
Removed OMOD-Framework as a project and added as a NuGet package 2019-10-07 12:53:51 +02:00
Timothy Baldridge
af05894ae3 add support for DXGI_FORMAT_BC6H_UF16 2019-10-06 20:14:51 -06:00
Timothy Baldridge
817576d085 start of bs2 support, can read the 4 .bs2 files I threw at it 2019-10-06 15:58:36 -06:00
Timothy Baldridge
80f6e806c7
Merge pull request #69 from Eggypapa/patch-1
Suggested Enhancement: Fixed minor spelling mistake.
2019-10-05 12:28:28 -06:00
Timothy Baldridge
3e4adb1f97
Merge pull request #70 from tr4wzified/betterlabel
Fix validation bugs, corrected error in README.md & MessageBox
2019-10-05 12:28:14 -06:00
trawzified
4c48aa8fab Fix file name mistake in README.md 2019-10-05 17:07:25 +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
Eggypapa
33a429291c
Fixed minor spelling mistake.
Replaced "habbit" with "habit".
2019-10-04 17:23:43 +10:00