Skip to content

Commit 32e95ed

Browse files
committed
ALPHA Version Change
1 parent 8244fbd commit 32e95ed

File tree

7 files changed

+2774
-2662
lines changed

7 files changed

+2774
-2662
lines changed

engine/Assembly-CSharp.csproj

+736-700
Large diffs are not rendered by default.

engine/Assets/Scripts/AutoUpdater.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ void Start()
2121
{
2222
// var versionText = GameObject.Find("VersionNumber").GetComponent<Text>();
2323
// versionText.text = "Version " + LocalVersion;
24-
Debug.Log($"Version {LocalVersion} Beta");
24+
Debug.Log($"Version {LocalVersion} ALPHA");
2525
// game = GameObject.Find("UpdatePrompt");
2626

2727
// Analytics For Client Startup
28-
var init = new AnalyticsEvent(category: "Startup", action: "Launched", label: $"Version {LocalVersion} BETA");
28+
var init = new AnalyticsEvent(category: "Startup", action: "Launched", label: $"Version {LocalVersion} ALPHA");
2929
AnalyticsManager.LogEvent(init);
3030
AnalyticsManager.PostData();
3131

engine/Assets/Scripts/UI/NavigationBar.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class NavigationBar : MonoBehaviour
2525
private string lastOpenedPanel;
2626

2727
private void Start() {
28-
VersionNumber.text = $"v {AutoUpdater.LocalVersion} BETA";
28+
VersionNumber.text = $"v {AutoUpdater.LocalVersion} ALPHA";
2929
OpenTab(homeTab);
3030
}
3131

engine/CoreEngine.csproj

+761-737
Large diffs are not rendered by default.

engine/EditModeTests.csproj

+634-611
Large diffs are not rendered by default.

engine/PlayModeTests.csproj

+617-597
Large diffs are not rendered by default.

engine/engine.sln

+23-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreEngine", "CoreEngine.csproj", "{28740e66-4b28-d1ee-7ffd-ca276d12197b}"
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreEngine", "CoreEngine.csproj", "{660E7428-284B-EED1-7FFD-CA276D12197B}"
55
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{b5a8759e-0364-3356-928d-1a35a0a8a237}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{9E75A8B5-6403-5633-928D-1A35A0A8A237}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayModeTests", "PlayModeTests.csproj", "{7a96e841-d41a-b76d-ba5e-7e9f67b26716}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayModeTests", "PlayModeTests.csproj", "{41E8967A-1AD4-6DB7-BA5E-7E9F67B26716}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditModeTests", "EditModeTests.csproj", "{03aa75bb-fbc0-7460-e634-7afe38ec939b}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EditModeTests", "EditModeTests.csproj", "{BB75AA03-C0FB-6074-E634-7AFE38EC939B}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1414
Debug|Any CPU = Debug|Any CPU
15+
Release|Any CPU = Release|Any CPU
1516
EndGlobalSection
1617
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17-
{28740e66-4b28-d1ee-7ffd-ca276d12197b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18-
{28740e66-4b28-d1ee-7ffd-ca276d12197b}.Debug|Any CPU.Build.0 = Debug|Any CPU
19-
{b5a8759e-0364-3356-928d-1a35a0a8a237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{b5a8759e-0364-3356-928d-1a35a0a8a237}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{7a96e841-d41a-b76d-ba5e-7e9f67b26716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{7a96e841-d41a-b76d-ba5e-7e9f67b26716}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{03aa75bb-fbc0-7460-e634-7afe38ec939b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{03aa75bb-fbc0-7460-e634-7afe38ec939b}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{660E7428-284B-EED1-7FFD-CA276D12197B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{660E7428-284B-EED1-7FFD-CA276D12197B}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{660E7428-284B-EED1-7FFD-CA276D12197B}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{660E7428-284B-EED1-7FFD-CA276D12197B}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{9E75A8B5-6403-5633-928D-1A35A0A8A237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{9E75A8B5-6403-5633-928D-1A35A0A8A237}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{9E75A8B5-6403-5633-928D-1A35A0A8A237}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{9E75A8B5-6403-5633-928D-1A35A0A8A237}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{41E8967A-1AD4-6DB7-BA5E-7E9F67B26716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{41E8967A-1AD4-6DB7-BA5E-7E9F67B26716}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{41E8967A-1AD4-6DB7-BA5E-7E9F67B26716}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{41E8967A-1AD4-6DB7-BA5E-7E9F67B26716}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{BB75AA03-C0FB-6074-E634-7AFE38EC939B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{BB75AA03-C0FB-6074-E634-7AFE38EC939B}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{BB75AA03-C0FB-6074-E634-7AFE38EC939B}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{BB75AA03-C0FB-6074-E634-7AFE38EC939B}.Release|Any CPU.Build.0 = Release|Any CPU
2534
EndGlobalSection
2635
GlobalSection(SolutionProperties) = preSolution
2736
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)