Skip to content

Commit

Permalink
Final changes and version number increment to 0.0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseJedi committed Jan 16, 2018
1 parent 0785019 commit e8d4ea8
Show file tree
Hide file tree
Showing 28 changed files with 26 additions and 479 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ public HEStaticDataFileCollection(DirectoryInfo passedDirectoryInfo, object pass
// Create and run new task to build the node tree asynchronously
//Task t = Task.Run(() =>

// FINDME Population of node trees temporarily disabled
//if (PopulateNodeTrees)
//tempFile.PopulateNodeTree();
if (PopulateNodeTrees)
{
// Populate child nodes to a depth of 1 (the default)
tempFile.RootNode.CreateChildNodesFromjData();
}

if (tempFile.RootNode != null)
RootNode.Nodes.Add(tempFile.RootNode);
Expand Down
2 changes: 1 addition & 1 deletion HELLION.DataStructures/HEGameData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public HEGameData(FileInfo SaveFileInfo, DirectoryInfo StaticDataFolderInfo)
saveFile = new HEJsonGameFile(SaveFileInfo, this);

// FINDME Population of node trees temporarily disabled
//saveFile.PopulateNodeTree();
saveFile.RootNode.CreateChildNodesFromjData(3);

if (saveFile.RootNode != null)
{
Expand Down
20 changes: 0 additions & 20 deletions HELLION.DataStructures/HELLION.DataStructures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,6 @@
<Compile Include="Utilities\HEUpdateChecker.cs" />
<Compile Include="Utilities\HEUtilities.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="ZeroGravity.Data-Enums\AttachPointType.cs" />
<None Include="ZeroGravity.Data-Enums\AuthorizedPersonRank.cs" />
<None Include="ZeroGravity.Data-Enums\CargoCompartmentType.cs" />
<None Include="ZeroGravity.Data-Enums\CelestialBodyGUID.cs" />
<None Include="ZeroGravity.Data-Enums\ColliderDataType.cs" />
<None Include="ZeroGravity.Data-Enums\DistressType.cs" />
<None Include="ZeroGravity.Data-Enums\GenericItemSubType.cs" />
<None Include="ZeroGravity.Data-Enums\ItemType.cs" />
<None Include="ZeroGravity.Data-Enums\LogItemTypes.cs" />
<None Include="ZeroGravity.Data-Enums\MachineryPartSlotScope.cs" />
<None Include="ZeroGravity.Data-Enums\MachineryPartType.cs" />
<None Include="ZeroGravity.Data-Enums\RepairPointDamageType.cs" />
<None Include="ZeroGravity.Data-Enums\ResourceType.cs" />
<None Include="ZeroGravity.Data-Enums\SpawnPointState.cs" />
<None Include="ZeroGravity.Data-Enums\SpawnPointType.cs" />
<None Include="ZeroGravity.Data-Enums\SpawnSettingsCase.cs" />
<None Include="ZeroGravity.Data-Enums\SubSystemAuxDataType.cs" />
<None Include="ZeroGravity.Data-Enums\TagAction.cs" />
<None Include="ZeroGravity.Data-Enums\TypeOfDamage.cs" />
<None Include="ZeroGravity.Data-Enums\VesselComponentType.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="_EmbeddedImages\3DCameraOrbit_16x.png" />
Expand Down
4 changes: 2 additions & 2 deletions HELLION.DataStructures/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.418")]
[assembly: AssemblyFileVersion("0.0.4.418")]
[assembly: AssemblyVersion("0.0.5.2")]
[assembly: AssemblyFileVersion("0.0.5.2")]
18 changes: 0 additions & 18 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/AttachPointType.cs

This file was deleted.

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/CelestialBodyGUID.cs

This file was deleted.

15 changes: 0 additions & 15 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/ColliderDataType.cs

This file was deleted.

16 changes: 0 additions & 16 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/DistressType.cs

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/ItemType.cs

This file was deleted.

16 changes: 0 additions & 16 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/LogItemTypes.cs

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/MachineryPartType.cs

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions HELLION.DataStructures/ZeroGravity.Data-Enums/ResourceType.cs

This file was deleted.

Loading

0 comments on commit e8d4ea8

Please sign in to comment.