Skip to content

Commit

Permalink
added development csv source
Browse files Browse the repository at this point in the history
removed anycpu config
selection of system in universe view now overrides the follow
  • Loading branch information
BitBaboonSteve committed May 23, 2020
1 parent 254e332 commit 165b08f
Show file tree
Hide file tree
Showing 8 changed files with 66,189 additions and 202,871 deletions.
12 changes: 6 additions & 6 deletions EVEData/EveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public void CreateFromScratch()
}

// now open up the eve static data export and extract some info from it
string eveStaticDataSolarSystemFile = AppDomain.CurrentDomain.BaseDirectory + @"\mapSolarSystems.csv";
string eveStaticDataSolarSystemFile = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\mapSolarSystems.csv";
if (File.Exists(eveStaticDataSolarSystemFile))
{
StreamReader file = new StreamReader(eveStaticDataSolarSystemFile);
Expand Down Expand Up @@ -535,7 +535,7 @@ public void CreateFromScratch()
}

// now open up the eve static data export for the regions and extract some info from it
string eveStaticDataRegionFile = AppDomain.CurrentDomain.BaseDirectory + @"\mapRegions.csv";
string eveStaticDataRegionFile = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\mapRegions.csv";
if (File.Exists(eveStaticDataRegionFile))
{
StreamReader file = new StreamReader(eveStaticDataRegionFile);
Expand Down Expand Up @@ -567,7 +567,7 @@ public void CreateFromScratch()
// Error
}

string eveStaticDataJumpsFile = AppDomain.CurrentDomain.BaseDirectory + @"\mapSolarSystemJumps.csv";
string eveStaticDataJumpsFile = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\mapSolarSystemJumps.csv";
if (File.Exists(eveStaticDataJumpsFile))
{
StreamReader file = new StreamReader(eveStaticDataJumpsFile);
Expand All @@ -594,7 +594,7 @@ public void CreateFromScratch()
}

// now open up the eve static data export and extract some info from it
string eveStaticDataStationsFile = AppDomain.CurrentDomain.BaseDirectory + @"\staStations.csv";
string eveStaticDataStationsFile = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\staStations.csv";
if (File.Exists(eveStaticDataStationsFile))
{
StreamReader file = new StreamReader(eveStaticDataStationsFile);
Expand Down Expand Up @@ -768,7 +768,7 @@ public void CreateFromScratch()
}

// now get the ships
string eveStaticDataItemTypesFile = AppDomain.CurrentDomain.BaseDirectory + @"\invTypes.csv";
string eveStaticDataItemTypesFile = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\invTypes.csv";
if (File.Exists(eveStaticDataItemTypesFile))
{
ShipTypes = new SerializableDictionary<string, string>();
Expand Down Expand Up @@ -883,7 +883,7 @@ public void CreateFromScratch()
}

// now add the jove systems
string eveStaticDataJoveObservatories = AppDomain.CurrentDomain.BaseDirectory + @"\JoveSystems.csv";
string eveStaticDataJoveObservatories = AppDomain.CurrentDomain.BaseDirectory + @"\..\..\..\JoveSystems.csv";
if (File.Exists(eveStaticDataJoveObservatories))
{
StreamReader file = new StreamReader(eveStaticDataJoveObservatories);
Expand Down
14 changes: 0 additions & 14 deletions SMT.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,20 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ESI.NET", "..\ESI.Net\ESI.N
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Debug|x64.ActiveCfg = Debug|x64
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Debug|x64.Build.0 = Debug|x64
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Release|Any CPU.Build.0 = Release|Any CPU
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Release|x64.ActiveCfg = Release|x64
{D2916D4D-8A38-4195-97D8-25676ADA0AE3}.Release|x64.Build.0 = Release|x64
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Debug|x64.ActiveCfg = Debug|x64
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Debug|x64.Build.0 = Debug|x64
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Release|x64.ActiveCfg = Release|x64
{2D1E6AC7-6FB8-42E6-A1D8-754951A99428}.Release|x64.Build.0 = Release|x64
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Debug|x64.ActiveCfg = Debug|x64
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Debug|x64.Build.0 = Debug|x64
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Release|Any CPU.Build.0 = Release|Any CPU
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Release|x64.ActiveCfg = Release|x64
{9B2B2831-3C63-4914-BDF2-8BC1A6B6C5C4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
Expand Down
1 change: 1 addition & 0 deletions UniverseControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,7 @@ private void GlobalSystemDropDownAC_SelectionChanged(object sender, SelectionCha

if (sd != null)
{
FollowCharacterChk.IsChecked = false;
ShowSystem(sd.Name);
}
}
Expand Down
Loading

0 comments on commit 165b08f

Please sign in to comment.