Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
update to 0.14.0.1.28476
Browse files Browse the repository at this point in the history
thanks king and aki for the assets
  • Loading branch information
SlejmUr committed Feb 2, 2024
1 parent 177e6e6 commit a562b00
Show file tree
Hide file tree
Showing 188 changed files with 3,888,635 additions and 676,563 deletions.
2 changes: 1 addition & 1 deletion Applications/ConsoleApp/CVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
internal class CVersion : ServerLib.Utilities.Versions
{
public override string LoadVersion { get; set; } = "Console v1.1";
public override string LoadVersion { get; set; } = "Console v1.2";
}
}
2 changes: 1 addition & 1 deletion Applications/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
2 changes: 1 addition & 1 deletion Applications/ServerApp/ServerApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion JsonLib/Classes/ProfileRelated/Character.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public class DamageHistory
public LethalDamage LethalDamage { get; set; }

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public BodyPartsDamageHistory BodyParts { get; set; }
public Dictionary<string, List<DamageStats>> BodyParts { get; set; }

}
public class LethalDamage
Expand Down
2 changes: 1 addition & 1 deletion JsonLib/JsonLib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/BundleSupport/BundleSupport.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/ExtCommands/ExtCommands.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>SlejmUr</Authors>
Expand All @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="JWT" Version="10.1.1" />
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/LauncherSupporter/LauncherSupporter.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/MTGAPlugin/MTGAPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/TestPlugin/TestPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Plugins/TestServer/TestServer.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Composition.AttributedModel" Version="6.0.0" />
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified Ref/Accessibility.dll
Binary file not shown.
Binary file modified Ref/AmplifyMotion.dll
Binary file not shown.
Binary file modified Ref/AnimationSystem.Recording.dll
Binary file not shown.
Binary file modified Ref/AnimationSystem.Types.dll
Binary file not shown.
Binary file modified Ref/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified Ref/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Ref/Assembly-CSharp.dll.backup
Binary file not shown.
Binary file modified Ref/Autodesk.Fbx.dll
Binary file not shown.
Binary file modified Ref/BSG.Unity.Wires.dll
Binary file not shown.
Binary file modified Ref/Cinemachine.dll
Binary file not shown.
Binary file modified Ref/Coffee.SoftMaskForUGUI.dll
Binary file not shown.
Binary file modified Ref/Comfort.Unity.dll
Binary file not shown.
Binary file modified Ref/Comfort.dll
Binary file not shown.
Binary file modified Ref/CommonExtensions.dll
Binary file not shown.
Binary file modified Ref/DOTween.Modules.dll
Binary file not shown.
Binary file modified Ref/DOTween.dll
Binary file not shown.
Binary file modified Ref/DissonanceVoip.dll
Binary file not shown.
Binary file modified Ref/FbxBuildTestAssets.dll
Binary file not shown.
Binary file modified Ref/FilesChecker.dll
Binary file not shown.
Binary file modified Ref/ILInjectedProfiler.dll
Binary file not shown.
Binary file modified Ref/ItemComponent.Types.dll
Binary file not shown.
Binary file modified Ref/ItemTemplate.Types.dll
Binary file not shown.
Binary file modified Ref/JBooth.MicroSplat.Core.dll
Binary file not shown.
Binary file modified Ref/LibraryLoaderUtility.dll
Binary file not shown.
Binary file modified Ref/Meta.XR.Audio.dll
Binary file not shown.
Binary file added Ref/Microsoft.CSharp.dll
Binary file not shown.
Binary file modified Ref/NLog.dll
Binary file not shown.
Binary file modified Ref/Newtonsoft.Json.UnityConverters.dll
Binary file not shown.
Binary file modified Ref/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified Ref/Novell.Directory.Ldap.dll
Binary file not shown.
Binary file modified Ref/Oculus.AudioManager.dll
Binary file not shown.
Binary file modified Ref/Oculus.Spatializer.dll
Binary file not shown.
Binary file modified Ref/Sirenix.OdinInspector.Attributes.dll
Binary file not shown.
Binary file modified Ref/Sirenix.OdinInspector.CompatibilityLayer.dll
Binary file not shown.
Binary file modified Ref/Sirenix.Serialization.Config.dll
Binary file not shown.
Binary file modified Ref/Sirenix.Serialization.dll
Binary file not shown.
Binary file modified Ref/Sirenix.Utilities.dll
Binary file not shown.
Binary file modified Ref/SteamAudio.dll
Binary file not shown.
Binary file modified Ref/System.Composition.AttributedModel.dll
Binary file not shown.
Binary file modified Ref/Unity.Burst.dll
Binary file not shown.
Binary file modified Ref/Unity.Formats.Fbx.Runtime.dll
Binary file not shown.
Binary file modified Ref/Unity.Mathematics.dll
Binary file not shown.
Binary file modified Ref/Unity.MemoryProfiler.dll
Binary file not shown.
Binary file modified Ref/Unity.PlayableGraphVisualizer.dll
Binary file not shown.
Binary file modified Ref/Unity.Postprocessing.Runtime.dll
Binary file not shown.
Binary file modified Ref/Unity.ProBuilder.Csg.dll
Binary file not shown.
Binary file modified Ref/Unity.ProBuilder.KdTree.dll
Binary file not shown.
Binary file modified Ref/Unity.ProBuilder.Poly2Tri.dll
Binary file not shown.
Binary file modified Ref/Unity.ProBuilder.Stl.dll
Binary file not shown.
Binary file modified Ref/Unity.ProBuilder.dll
Binary file not shown.
Binary file modified Ref/Unity.Recorder.Base.dll
Binary file not shown.
Binary file modified Ref/Unity.Recorder.dll
Binary file not shown.
Binary file modified Ref/Unity.ScriptableBuildPipeline.dll
Binary file not shown.
Binary file modified Ref/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified Ref/Unity.Timeline.dll
Binary file not shown.
Binary file modified Ref/UnityEngine.UI.dll
Binary file not shown.
Binary file modified Ref/bsg.componentace.compression.libs.zlib.dll
Binary file not shown.
Binary file modified Ref/bsg.console.core.dll
Binary file not shown.
Binary file modified Ref/bsg.microsoft.extensions.objectpool.dll
Binary file not shown.
Binary file modified Ref/bsg.system.buffers.dll
Binary file not shown.
Binary file modified Ref/com.nvidia.reflex.Runtime.dll
Binary file not shown.
Binary file modified Ref/com.unity.multiplayer-hlapi.Runtime.dll
Binary file not shown.
Binary file modified Ref/kcp.dll
Binary file not shown.
Binary file modified Ref/mscorlib.dll
Binary file not shown.
Binary file modified Ref/netstandard.dll
Binary file not shown.
Binary file modified Ref/uLipSync.Runtime.dll
Binary file not shown.
Binary file modified Ref/websocket-sharp.dll
Binary file not shown.
Binary file modified Ref/where-allocations.dll
Binary file not shown.
Loading

0 comments on commit a562b00

Please sign in to comment.