diff --git a/Assembly-CSharp-vs.csproj b/Assembly-CSharp-vs.csproj new file mode 100644 index 0000000..330ce6d --- /dev/null +++ b/Assembly-CSharp-vs.csproj @@ -0,0 +1,97 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5} + Library + Properties + + Assembly-CSharp + v3.5 + 512 + Assets + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj new file mode 100644 index 0000000..330ce6d --- /dev/null +++ b/Assembly-CSharp.csproj @@ -0,0 +1,97 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5} + Library + Properties + + Assembly-CSharp + v3.5 + 512 + Assets + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;UNITY_4_3_4;UNITY_4_3;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ActionsBase/Action.cs b/Assets/scripts/coa4u/ActionsBase/Action.cs similarity index 100% rename from src/ActionsBase/Action.cs rename to Assets/scripts/coa4u/ActionsBase/Action.cs diff --git a/src/ActionsBase/ActionInterval.cs b/Assets/scripts/coa4u/ActionsBase/ActionInterval.cs similarity index 100% rename from src/ActionsBase/ActionInterval.cs rename to Assets/scripts/coa4u/ActionsBase/ActionInterval.cs diff --git a/src/ActionsBase/ActionParallel.cs b/Assets/scripts/coa4u/ActionsBase/ActionParallel.cs similarity index 100% rename from src/ActionsBase/ActionParallel.cs rename to Assets/scripts/coa4u/ActionsBase/ActionParallel.cs diff --git a/src/ActionsBase/ActionRandom.cs b/Assets/scripts/coa4u/ActionsBase/ActionRandom.cs similarity index 100% rename from src/ActionsBase/ActionRandom.cs rename to Assets/scripts/coa4u/ActionsBase/ActionRandom.cs diff --git a/src/ActionsBase/ActionRepeat.cs b/Assets/scripts/coa4u/ActionsBase/ActionRepeat.cs similarity index 100% rename from src/ActionsBase/ActionRepeat.cs rename to Assets/scripts/coa4u/ActionsBase/ActionRepeat.cs diff --git a/src/ActionsBase/ActionSequence.cs b/Assets/scripts/coa4u/ActionsBase/ActionSequence.cs similarity index 100% rename from src/ActionsBase/ActionSequence.cs rename to Assets/scripts/coa4u/ActionsBase/ActionSequence.cs diff --git a/src/ActionsBase/ActionStop.cs b/Assets/scripts/coa4u/ActionsBase/ActionStop.cs similarity index 100% rename from src/ActionsBase/ActionStop.cs rename to Assets/scripts/coa4u/ActionsBase/ActionStop.cs diff --git a/src/ActionsInstant/ActionHide.cs b/Assets/scripts/coa4u/ActionsInstant/ActionHide.cs similarity index 100% rename from src/ActionsInstant/ActionHide.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionHide.cs diff --git a/src/ActionsInstant/ActionLog.cs b/Assets/scripts/coa4u/ActionsInstant/ActionLog.cs similarity index 100% rename from src/ActionsInstant/ActionLog.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionLog.cs diff --git a/src/ActionsInstant/ActionSendMessage.cs b/Assets/scripts/coa4u/ActionsInstant/ActionSendMessage.cs similarity index 100% rename from src/ActionsInstant/ActionSendMessage.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionSendMessage.cs diff --git a/src/ActionsInstant/ActionSetDirection.cs b/Assets/scripts/coa4u/ActionsInstant/ActionSetDirection.cs similarity index 100% rename from src/ActionsInstant/ActionSetDirection.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionSetDirection.cs diff --git a/src/ActionsInstant/ActionSetPlace.cs b/Assets/scripts/coa4u/ActionsInstant/ActionSetPlace.cs similarity index 100% rename from src/ActionsInstant/ActionSetPlace.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionSetPlace.cs diff --git a/src/ActionsInstant/ActionSetRotation.cs b/Assets/scripts/coa4u/ActionsInstant/ActionSetRotation.cs similarity index 100% rename from src/ActionsInstant/ActionSetRotation.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionSetRotation.cs diff --git a/src/ActionsInstant/ActionSetTint.cs b/Assets/scripts/coa4u/ActionsInstant/ActionSetTint.cs similarity index 100% rename from src/ActionsInstant/ActionSetTint.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionSetTint.cs diff --git a/src/ActionsInstant/ActionShow.cs b/Assets/scripts/coa4u/ActionsInstant/ActionShow.cs similarity index 100% rename from src/ActionsInstant/ActionShow.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionShow.cs diff --git a/src/ActionsInstant/ActionToggleVisibility.cs b/Assets/scripts/coa4u/ActionsInstant/ActionToggleVisibility.cs similarity index 100% rename from src/ActionsInstant/ActionToggleVisibility.cs rename to Assets/scripts/coa4u/ActionsInstant/ActionToggleVisibility.cs diff --git a/src/ActionsInterval/ActionBezierAbs.cs b/Assets/scripts/coa4u/ActionsInterval/ActionBezierAbs.cs similarity index 100% rename from src/ActionsInterval/ActionBezierAbs.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionBezierAbs.cs diff --git a/src/ActionsInterval/ActionBezierRel.cs b/Assets/scripts/coa4u/ActionsInterval/ActionBezierRel.cs similarity index 100% rename from src/ActionsInterval/ActionBezierRel.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionBezierRel.cs diff --git a/src/ActionsInterval/ActionBlink.cs b/Assets/scripts/coa4u/ActionsInterval/ActionBlink.cs similarity index 100% rename from src/ActionsInterval/ActionBlink.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionBlink.cs diff --git a/src/ActionsInterval/ActionDelay.cs b/Assets/scripts/coa4u/ActionsInterval/ActionDelay.cs similarity index 100% rename from src/ActionsInterval/ActionDelay.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionDelay.cs diff --git a/src/ActionsInterval/ActionFadeBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionFadeBy.cs similarity index 100% rename from src/ActionsInterval/ActionFadeBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionFadeBy.cs diff --git a/src/ActionsInterval/ActionFadeIn.cs b/Assets/scripts/coa4u/ActionsInterval/ActionFadeIn.cs similarity index 100% rename from src/ActionsInterval/ActionFadeIn.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionFadeIn.cs diff --git a/src/ActionsInterval/ActionFadeOut.cs b/Assets/scripts/coa4u/ActionsInterval/ActionFadeOut.cs similarity index 100% rename from src/ActionsInterval/ActionFadeOut.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionFadeOut.cs diff --git a/src/ActionsInterval/ActionFadeTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionFadeTo.cs similarity index 100% rename from src/ActionsInterval/ActionFadeTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionFadeTo.cs diff --git a/src/ActionsInterval/ActionJumpBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionJumpBy.cs similarity index 100% rename from src/ActionsInterval/ActionJumpBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionJumpBy.cs diff --git a/src/ActionsInterval/ActionJumpTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionJumpTo.cs similarity index 100% rename from src/ActionsInterval/ActionJumpTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionJumpTo.cs diff --git a/src/ActionsInterval/ActionMoveBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionMoveBy.cs similarity index 100% rename from src/ActionsInterval/ActionMoveBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionMoveBy.cs diff --git a/src/ActionsInterval/ActionMoveTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionMoveTo.cs similarity index 100% rename from src/ActionsInterval/ActionMoveTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionMoveTo.cs diff --git a/src/ActionsInterval/ActionRotateBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionRotateBy.cs similarity index 100% rename from src/ActionsInterval/ActionRotateBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionRotateBy.cs diff --git a/src/ActionsInterval/ActionRotateTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionRotateTo.cs similarity index 100% rename from src/ActionsInterval/ActionRotateTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionRotateTo.cs diff --git a/src/ActionsInterval/ActionScaleBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionScaleBy.cs similarity index 100% rename from src/ActionsInterval/ActionScaleBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionScaleBy.cs diff --git a/src/ActionsInterval/ActionScaleTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionScaleTo.cs similarity index 100% rename from src/ActionsInterval/ActionScaleTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionScaleTo.cs diff --git a/src/ActionsInterval/ActionSkewBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionSkewBy.cs similarity index 100% rename from src/ActionsInterval/ActionSkewBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionSkewBy.cs diff --git a/src/ActionsInterval/ActionTintBy.cs b/Assets/scripts/coa4u/ActionsInterval/ActionTintBy.cs similarity index 100% rename from src/ActionsInterval/ActionTintBy.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionTintBy.cs diff --git a/src/ActionsInterval/ActionTintTo.cs b/Assets/scripts/coa4u/ActionsInterval/ActionTintTo.cs similarity index 100% rename from src/ActionsInterval/ActionTintTo.cs rename to Assets/scripts/coa4u/ActionsInterval/ActionTintTo.cs diff --git a/src/CoreClasses/MethodHolder.cs b/Assets/scripts/coa4u/CoreClasses/MethodHolder.cs similarity index 100% rename from src/CoreClasses/MethodHolder.cs rename to Assets/scripts/coa4u/CoreClasses/MethodHolder.cs diff --git a/src/UnityComponents/Actor.cs b/Assets/scripts/coa4u/UnityComponents/Actor.cs similarity index 100% rename from src/UnityComponents/Actor.cs rename to Assets/scripts/coa4u/UnityComponents/Actor.cs diff --git a/src/UnityComponents/ActorSampleActions.cs b/Assets/scripts/coa4u/UnityComponents/ActorSampleActions.cs similarity index 100% rename from src/UnityComponents/ActorSampleActions.cs rename to Assets/scripts/coa4u/UnityComponents/ActorSampleActions.cs diff --git a/coa4u-csharp.sln b/coa4u-csharp.sln new file mode 100644 index 0000000..ceb8ee5 --- /dev/null +++ b/coa4u-csharp.sln @@ -0,0 +1,39 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2008 + +Project("{6494E6C4-8F81-AC54-513F-F4FE85E59CCD}") = "coa4u", "Assembly-CSharp-vs.csproj", "{AFB33E13-8308-E8F8-7362-3FF643D1ACD5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = Assembly-CSharp.csproj + Policies = $0 + $0.TextStylePolicy = $1 + $1.inheritsSet = null + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + $0.TextStylePolicy = $3 + $3.FileWidth = 120 + $3.TabWidth = 4 + $3.EolMarker = Unix + $3.inheritsSet = Mono + $3.inheritsScope = text/plain + $3.scope = text/plain + EndGlobalSection + +EndGlobal diff --git a/coa4u.csproj b/coa4u.csproj deleted file mode 100644 index 3002389..0000000 --- a/coa4u.csproj +++ /dev/null @@ -1,102 +0,0 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B} - Library - Properties - coa4u - coa4u - v4.0 - Client - 512 - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll - - - C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/coa4u.csproj.user b/coa4u.csproj.user deleted file mode 100644 index ace9a86..0000000 --- a/coa4u.csproj.user +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/coa4u.sln b/coa4u.sln index aa977b5..363f88b 100644 --- a/coa4u.sln +++ b/coa4u.sln @@ -1,20 +1,38 @@ - Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual C# Express 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coa4u", "coa4u.csproj", "{9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}" +# Visual Studio 2008 + +Project("{6494E6C4-8F81-AC54-513F-F4FE85E59CCD}") = "coa4u", "Assembly-CSharp.csproj", "{AFB33E13-8308-E8F8-7362-3FF643D1ACD5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Debug|x86.ActiveCfg = Debug|x86 - {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Debug|x86.Build.0 = Debug|x86 - {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Release|x86.ActiveCfg = Release|x86 - {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Release|x86.Build.0 = Release|x86 + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AFB33E13-8308-E8F8-7362-3FF643D1ACD5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = Assembly-CSharp.csproj + Policies = $0 + $0.TextStylePolicy = $1 + $1.inheritsSet = null + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp + $0.TextStylePolicy = $3 + $3.FileWidth = 120 + $3.TabWidth = 4 + $3.EolMarker = Unix + $3.inheritsSet = Mono + $3.inheritsScope = text/plain + $3.scope = text/plain + EndGlobalSection EndGlobal diff --git a/coa4u.suo b/coa4u.suo deleted file mode 100644 index a8ba14d..0000000 Binary files a/coa4u.suo and /dev/null differ