From b3d7930fc07798dcc8151de847a871bd097ab4ce Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Mon, 6 Dec 2021 18:06:06 +0100 Subject: [PATCH 1/8] fixed margins --- CUE4Parse | 2 +- FModel/Views/SettingsView.xaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index 493afb80..92a42455 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 493afb80e59c1c97f4c0435dcfd81c07bf4a553c +Subproject commit 92a42455893c21059bda79953d78f6f14b2956db diff --git a/FModel/Views/SettingsView.xaml b/FModel/Views/SettingsView.xaml index c2596baa..8d50380a 100644 --- a/FModel/Views/SettingsView.xaml +++ b/FModel/Views/SettingsView.xaml @@ -265,7 +265,7 @@ - + - + - - + From 9d2181b26001ff037e6af0dfa89fe71e577ade43 Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Mon, 6 Dec 2021 21:35:55 +0100 Subject: [PATCH 2/8] dedicated model directory --- FModel/App.xaml.cs | 4 +- FModel/MainWindow.xaml | 16 ------ FModel/MainWindow.xaml.cs | 5 -- FModel/Settings/UserSettings.cs | 30 +++++------ FModel/ViewModels/CUE4ParseViewModel.cs | 4 +- FModel/ViewModels/ModelViewerViewModel.cs | 41 +++++++------- FModel/ViewModels/SettingsViewModel.cs | 3 ++ FModel/Views/SettingsView.xaml | 66 +++++++++++++---------- FModel/Views/SettingsView.xaml.cs | 5 +- 9 files changed, 83 insertions(+), 91 deletions(-) diff --git a/FModel/App.xaml.cs b/FModel/App.xaml.cs index 16ad94dc..b10a118f 100644 --- a/FModel/App.xaml.cs +++ b/FModel/App.xaml.cs @@ -44,9 +44,9 @@ namespace FModel } if (!Directory.Exists(UserSettings.Default.OutputDirectory)) - { UserSettings.Default.OutputDirectory = Path.Combine(Directory.GetCurrentDirectory(), "Output"); - } + if (!Directory.Exists(UserSettings.Default.ModelDirectory)) + UserSettings.Default.ModelDirectory = Path.Combine(UserSettings.Default.OutputDirectory, "Saves"); Directory.CreateDirectory(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "FModel")); Directory.CreateDirectory(Path.Combine(UserSettings.Default.OutputDirectory, "Backups")); diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml index 33c357cd..757411ec 100644 --- a/FModel/MainWindow.xaml +++ b/FModel/MainWindow.xaml @@ -156,9 +156,6 @@ - @@ -838,19 +835,6 @@ - - - - - - - - + + + + + + + + + + + - + From a6d62d91bf642ebcc03e1f9f93bbf346ebcb4869 Mon Sep 17 00:00:00 2001 From: Not Officer Date: Wed, 8 Dec 2021 08:30:46 +0100 Subject: [PATCH 7/8] Update CUE4Parse --- CUE4Parse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUE4Parse b/CUE4Parse index 12ed351a..eb17756c 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 12ed351a1f623e042dfca16775072a1d652b8560 +Subproject commit eb17756cf0a6505e2ba5cec467db58cfab231fe4 From 5f1ddce5ed94a902401ff3a6aec601faee5ef067 Mon Sep 17 00:00:00 2001 From: iAmAsval Date: Thu, 9 Dec 2021 10:39:23 +0100 Subject: [PATCH 8/8] you don't need that anyway --- CUE4Parse | 2 +- FModel/MainWindow.xaml | 22 +++-------------- FModel/MainWindow.xaml.cs | 6 ----- FModel/Settings/UserSettings.cs | 20 +++------------- FModel/ViewModels/CUE4ParseViewModel.cs | 6 ----- FModel/ViewModels/MapViewerViewModel.cs | 16 +++++-------- FModel/Views/SettingsView.xaml | 32 +++++++++++-------------- 7 files changed, 27 insertions(+), 77 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index eb17756c..cf93fb7a 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit eb17756cf0a6505e2ba5cec467db58cfab231fe4 +Subproject commit cf93fb7ad93af74994f736db6cc134250e165a53 diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml index 757411ec..12a9ad50 100644 --- a/FModel/MainWindow.xaml +++ b/FModel/MainWindow.xaml @@ -94,7 +94,7 @@ - + @@ -147,9 +147,6 @@ - @@ -394,7 +391,7 @@ - + @@ -522,7 +519,7 @@ - + @@ -796,19 +793,6 @@ - - - - - - -