A => .gitignore +5 -0
@@ 1,5 @@
+bin/
+obj/
+/packages/
+riderModule.iml
+/_ReSharper.Caches/<
\ No newline at end of file
A => .gitmodules +3 -0
@@ 1,3 @@
+[submodule "NosTale-Gfless"]
+ path = NosTale-Gfless
+ url = https://github.com/Rutherther/NosTale-Gfless.git
A => .idea/.idea.NostaleLauncher/.idea/.gitignore +13 -0
@@ 1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/projectSettingsUpdater.xml
+/modules.xml
+/contentModel.xml
+/.idea.NostaleLauncher.iml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
A => .idea/.idea.NostaleLauncher/.idea/indexLayout.xml +8 -0
@@ 1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ContentModelUserStore">
+ <attachedFolders />
+ <explicitIncludes />
+ <explicitExcludes />
+ </component>
+</project><
\ No newline at end of file
A => .idea/.idea.NostaleLauncher/.idea/misc.xml +6 -0
@@ 1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="JavaScriptSettings">
+ <option name="languageLevel" value="ES6" />
+ </component>
+</project><
\ No newline at end of file
A => .idea/.idea.NostaleLauncher/.idea/vcs.xml +6 -0
@@ 1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project><
\ No newline at end of file
A => NosTale-gfless +1 -0
@@ 1,1 @@
+Subproject commit 0433b5040dabe05c55139c75fbd63edac106b9ab
A => NostaleLauncher.sln +34 -0
@@ 1,34 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NostaleLauncher", "NostaleLauncher\NostaleLauncher.csproj", "{83DB2BB7-C4CF-4DDB-AAE1-926E61DE0B01}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gfless", "Gfless", "{E086B027-47C8-4AB2-B143-988132B570C1}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NosTaleGfless", "NosTale-gfless\NosTaleGfless\NosTaleGfless.csproj", "{3769CCA7-DAC1-480D-86DA-1668A03205C5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NostaleAuth", "NosTale-Gfless\NostaleAuth\NostaleAuth.csproj", "{C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {83DB2BB7-C4CF-4DDB-AAE1-926E61DE0B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {83DB2BB7-C4CF-4DDB-AAE1-926E61DE0B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {83DB2BB7-C4CF-4DDB-AAE1-926E61DE0B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {83DB2BB7-C4CF-4DDB-AAE1-926E61DE0B01}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3769CCA7-DAC1-480D-86DA-1668A03205C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3769CCA7-DAC1-480D-86DA-1668A03205C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3769CCA7-DAC1-480D-86DA-1668A03205C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3769CCA7-DAC1-480D-86DA-1668A03205C5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {3769CCA7-DAC1-480D-86DA-1668A03205C5} = {E086B027-47C8-4AB2-B143-988132B570C1}
+ {C556BEE8-631C-4FE3-9A5C-1ACB6B0CFF71} = {E086B027-47C8-4AB2-B143-988132B570C1}
+ EndGlobalSection
+EndGlobal
A => NostaleLauncher/App.xaml +9 -0
@@ 1,9 @@
+<Application x:Class="NostaleLauncher.App"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="clr-namespace:NostaleLauncher"
+ StartupUri="MainWindow.xaml">
+ <Application.Resources>
+
+ </Application.Resources>
+</Application>
A => NostaleLauncher/App.xaml.cs +17 -0
@@ 1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace NostaleLauncher
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}<
\ No newline at end of file
A => NostaleLauncher/AssemblyInfo.cs +10 -0
@@ 1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]<
\ No newline at end of file
A => NostaleLauncher/MainWindow.xaml +12 -0
@@ 1,12 @@
+<Window x:Class="NostaleLauncher.MainWindow"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ xmlns:local="clr-namespace:NostaleLauncher"
+ mc:Ignorable="d"
+ Title="MainWindow" Height="450" Width="800">
+ <Grid>
+
+ </Grid>
+</Window>
A => NostaleLauncher/MainWindow.xaml.cs +28 -0
@@ 1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace NostaleLauncher
+{
+ /// <summary>
+ /// Interaction logic for MainWindow.xaml
+ /// </summary>
+ public partial class MainWindow : Window
+ {
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+ }
+}<
\ No newline at end of file
A => NostaleLauncher/NostaleLauncher.csproj +14 -0
@@ 1,14 @@
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <UseWPF>true</UseWPF>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="NosTale-Gfless\NostaleAuth\NostaleAuth.csproj" />
+ <ProjectReference Include="NosTale-Gfless\NosTaleGfless\NosTaleGfless.csproj" />
+ </ItemGroup>
+
+</Project><
\ No newline at end of file