Skip to content

Commit 0cb2849

Browse files
Updated to version 0.1.1.3. Removed joint call backs.
1 parent 72720dc commit 0cb2849

File tree

5 files changed

+11
-103
lines changed

5 files changed

+11
-103
lines changed

ModAPI.sln

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModAPI", "ModAPI\ModAPI.csp
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Debug|x64 = Debug|x64
12-
Debug|x86 = Debug|x86
13-
Release|Any CPU = Release|Any CPU
14-
Release|x64 = Release|x64
15-
Release|x86 = Release|x86
1610
x64|Any CPU = x64|Any CPU
17-
x64|x64 = x64|x64
18-
x64|x86 = x64|x86
1911
EndGlobalSection
2012
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|x64.ActiveCfg = Debug|x64
24-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|x64.Build.0 = Debug|x64
25-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|x86.ActiveCfg = Debug|x86
26-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Debug|x86.Build.0 = Debug|x86
27-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|Any CPU.ActiveCfg = Release|Any CPU
28-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|Any CPU.Build.0 = Release|Any CPU
29-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|x64.ActiveCfg = Release|x64
30-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|x64.Build.0 = Release|x64
31-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|x86.ActiveCfg = Release|Any CPU
32-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.Release|x86.Build.0 = Release|Any CPU
33-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|Any CPU.ActiveCfg = x64|Any CPU
34-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|Any CPU.Build.0 = x64|Any CPU
35-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|x64.ActiveCfg = x64|x64
36-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|x64.Build.0 = x64|x64
37-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|x86.ActiveCfg = Release|x64
38-
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|x86.Build.0 = Release|x64
13+
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|Any CPU.ActiveCfg = Release|x86
14+
{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}.x64|Any CPU.Build.0 = Release|x86
3915
EndGlobalSection
4016
GlobalSection(SolutionProperties) = preSolution
4117
HideSolutionNode = FALSE

ModAPI/Attachable/CallBacks/JointCallBack.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

ModAPI/ModAPI.csproj

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,16 @@
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
77
<ProjectGuid>{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>ModAPI</RootNamespace>
11-
<AssemblyName>modapi_v0112-alpha</AssemblyName>
10+
<RootNamespace>TommoJProductions</RootNamespace>
11+
<AssemblyName>modapi_v0113-alpha</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile>
1515
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
<DocumentationFile>bin\Debug\modapi_v0112-alpha.xml</DocumentationFile>
25-
<RegisterForComInterop>false</RegisterForComInterop>
26-
</PropertyGroup>
27-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>none</DebugType>
29-
<Optimize>true</Optimize>
30-
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
32-
<ErrorReport>prompt</ErrorReport>
33-
<WarningLevel>4</WarningLevel>
34-
</PropertyGroup>
3516
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
3617
<PlatformTarget>x64</PlatformTarget>
3718
<OutputPath>bin\x64\Debug\</OutputPath>
@@ -58,25 +39,8 @@
5839
<ErrorReport>prompt</ErrorReport>
5940
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
6041
</PropertyGroup>
61-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|AnyCPU'">
62-
<OutputPath>bin\x64\</OutputPath>
63-
<DefineConstants>TRACE</DefineConstants>
64-
<Optimize>true</Optimize>
65-
<PlatformTarget>AnyCPU</PlatformTarget>
66-
<ErrorReport>prompt</ErrorReport>
67-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68-
</PropertyGroup>
69-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x64'">
70-
<OutputPath>bin\x64\x64\</OutputPath>
71-
<PlatformTarget>x64</PlatformTarget>
72-
</PropertyGroup>
73-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'x64|x86'">
74-
<OutputPath>bin\x86\x64\</OutputPath>
75-
<DefineConstants>TRACE</DefineConstants>
76-
<Optimize>true</Optimize>
77-
<PlatformTarget>x86</PlatformTarget>
78-
<ErrorReport>prompt</ErrorReport>
79-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
42+
<PropertyGroup>
43+
<ProjectGuid>{2CEAE666-CBA5-4FA6-AEE3-D6C5CFB2DE20}</ProjectGuid>
8044
</PropertyGroup>
8145
<ItemGroup>
8246
<Reference Include="MSCLoader">
@@ -92,7 +56,6 @@
9256
</ItemGroup>
9357
<ItemGroup>
9458
<Compile Include="Attachable\Active.cs" />
95-
<Compile Include="Attachable\CallBacks\JointCallBack.cs" />
9659
<Compile Include="Attachable\Rigid.cs" />
9760
<Compile Include="Attachable\Part.cs" />
9861
<Compile Include="Attachable\PartSaveInfo.cs" />

ModAPI/ModClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class ModClient
1515
/// <summary>
1616
/// Represents the version of the api.
1717
/// </summary>
18-
public static string version = "0.1.1.2";
18+
public static string version = "0.1.1.3";
1919
/// <summary>
2020
/// Represents the assemble assemble audio source.
2121
/// </summary>

ModAPI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("ModAPI")]
7+
[assembly: AssemblyTitle("Mod Api")]
88
[assembly: AssemblyDescription("ModAPI is an application programming interface designed for the My Summer Car Modding Community.")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Tommo J. Productions")]
11-
[assembly: AssemblyProduct("ModAPI")]
11+
[assembly: AssemblyProduct("Mod Api")]
1212
[assembly: AssemblyCopyright("Copyright © Tommo J. Productions 2018")]
1313
[assembly: AssemblyTrademark("Azine")]
1414
[assembly: AssemblyCulture("")]
@@ -32,4 +32,4 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("0.1.1.*")]
35-
[assembly: AssemblyFileVersion("0.1.1.2")]
35+
[assembly: AssemblyFileVersion("0.1.1.3")]

0 commit comments

Comments
 (0)