Skip to content

Commit d168c83

Browse files
Стабильная версия
Небольшие правки типа клеток и балансировка параметров
1 parent cb13227 commit d168c83

File tree

12 files changed

+173
-157
lines changed

12 files changed

+173
-157
lines changed

Assembly-CSharp.csproj

Lines changed: 49 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<LangVersion>6</LangVersion>
4+
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -22,7 +22,7 @@
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
2424
<OutputPath>Temp\bin\Debug\</OutputPath>
25-
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_2_11;UNITY_2018_2;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU</DefineConstants>
25+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
2828
<NoWarn>0169</NoWarn>
@@ -49,7 +49,7 @@
4949
<UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
5050
<UnityProjectType>Game:1</UnityProjectType>
5151
<UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
52-
<UnityVersion>2018.2.11f1</UnityVersion>
52+
<UnityVersion>2018.3.0f2</UnityVersion>
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="UnityEngine">
@@ -68,6 +68,9 @@
6868
<Compile Include="Assets\Scripts\CrystalScript.cs" />
6969
<Compile Include="Assets\Scripts\Data.cs" />
7070
<Compile Include="Assets\Scripts\FoodScript.cs" />
71+
<Compile Include="Assets\Scripts\Genetics\Genome.cs" />
72+
<Compile Include="Assets\Scripts\Genetics\Mutator.cs" />
73+
<Compile Include="Assets\Scripts\Genetics\Population.cs" />
7174
<Compile Include="Assets\Scripts\Genome.cs" />
7275
<Compile Include="Assets\Scripts\Map.cs" />
7376
<Compile Include="Assets\Scripts\PoisonScript.cs" />
@@ -81,18 +84,21 @@
8184
<Compile Include="Assets\Scripts\UIScripts\SaveGameMenu.cs" />
8285
<Compile Include="Assets\Scripts\UIScripts\StatisticsMenu.cs" />
8386
<Compile Include="Assets\Scripts\UIScripts\TimeManager.cs" />
84-
<Reference Include="UnityEditor.StandardEvents">
85-
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/UnityEditor.StandardEvents.dll</HintPath>
86-
</Reference>
8787
<Reference Include="Unity.TextMeshPro.Editor">
8888
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
8989
</Reference>
9090
<Reference Include="Unity.PackageManagerUI.Editor">
9191
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/Unity.PackageManagerUI.Editor.dll</HintPath>
9292
</Reference>
93+
<Reference Include="Unity.CollabProxy.Editor">
94+
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
95+
</Reference>
9396
<Reference Include="Unity.TextMeshPro">
9497
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
9598
</Reference>
99+
<Reference Include="Unity.Analytics.DataPrivacy">
100+
<HintPath>D:/Projects/Evolution/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll</HintPath>
101+
</Reference>
96102
<Reference Include="UnityEngine.AIModule">
97103
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
98104
</Reference>
@@ -117,9 +123,6 @@
117123
<Reference Include="UnityEngine.ClothModule">
118124
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
119125
</Reference>
120-
<Reference Include="UnityEngine.CloudWebServicesModule">
121-
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CloudWebServicesModule.dll</HintPath>
122-
</Reference>
123126
<Reference Include="UnityEngine.ClusterInputModule">
124127
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
125128
</Reference>
@@ -135,9 +138,6 @@
135138
<Reference Include="UnityEngine.DirectorModule">
136139
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
137140
</Reference>
138-
<Reference Include="UnityEngine.FacebookModule">
139-
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FacebookModule.dll</HintPath>
140-
</Reference>
141141
<Reference Include="UnityEngine.FileSystemHttpModule">
142142
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
143143
</Reference>
@@ -168,9 +168,6 @@
168168
<Reference Include="UnityEngine.ParticleSystemModule">
169169
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
170170
</Reference>
171-
<Reference Include="UnityEngine.ParticlesLegacyModule">
172-
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
173-
</Reference>
174171
<Reference Include="UnityEngine.PerformanceReportingModule">
175172
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
176173
</Reference>
@@ -213,6 +210,9 @@
213210
<Reference Include="UnityEngine.TerrainPhysicsModule">
214211
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
215212
</Reference>
213+
<Reference Include="UnityEngine.TextCoreModule">
214+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
215+
</Reference>
216216
<Reference Include="UnityEngine.TextRenderingModule">
217217
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
218218
</Reference>
@@ -240,6 +240,9 @@
240240
<Reference Include="UnityEngine.UnityConnectModule">
241241
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
242242
</Reference>
243+
<Reference Include="UnityEngine.UnityTestProtocolModule">
244+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
245+
</Reference>
243246
<Reference Include="UnityEngine.UnityWebRequestModule">
244247
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
245248
</Reference>
@@ -255,6 +258,9 @@
255258
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
256259
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
257260
</Reference>
261+
<Reference Include="UnityEngine.VFXModule">
262+
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
263+
</Reference>
258264
<Reference Include="UnityEngine.VRModule">
259265
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
260266
</Reference>
@@ -276,6 +282,12 @@
276282
<Reference Include="UnityEngine.UI">
277283
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
278284
</Reference>
285+
<Reference Include="UnityEngine.TestRunner">
286+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
287+
</Reference>
288+
<Reference Include="nunit.framework">
289+
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
290+
</Reference>
279291
<Reference Include="UnityEngine.Timeline">
280292
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
281293
</Reference>
@@ -285,17 +297,23 @@
285297
<Reference Include="UnityEngine.GoogleAudioSpatializer">
286298
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
287299
</Reference>
288-
<Reference Include="UnityEngine.HoloLens">
289-
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
290-
</Reference>
291300
<Reference Include="UnityEngine.SpatialTracking">
292301
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
293302
</Reference>
294-
<Reference Include="UnityEngine.Analytics">
295-
<HintPath>C:/Users/Максим/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
303+
<Reference Include="UnityEngine.Advertisements">
304+
<HintPath>D:/Projects/Evolution/Library/PackageCache/[email protected]/Runtime/UnityEngine.Advertisements.dll</HintPath>
305+
</Reference>
306+
<Reference Include="UnityEngine.Advertisements.Editor">
307+
<HintPath>D:/Projects/Evolution/Library/PackageCache/[email protected]/Runtime/UnityEngine.Advertisements.Editor.dll</HintPath>
308+
</Reference>
309+
<Reference Include="Unity.Analytics.Editor">
310+
<HintPath>D:/Projects/Evolution/Library/PackageCache/[email protected]/Unity.Analytics.Editor.dll</HintPath>
296311
</Reference>
297-
<Reference Include="UnityEngine.StandardEvents">
298-
<HintPath>C:/Users/Максим/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
312+
<Reference Include="Unity.Analytics.StandardEvents">
313+
<HintPath>D:/Projects/Evolution/Library/PackageCache/[email protected]/Unity.Analytics.StandardEvents.dll</HintPath>
314+
</Reference>
315+
<Reference Include="Unity.Analytics.Tracker">
316+
<HintPath>D:/Projects/Evolution/Library/PackageCache/[email protected]/Unity.Analytics.Tracker.dll</HintPath>
299317
</Reference>
300318
<Reference Include="mscorlib">
301319
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
@@ -321,6 +339,15 @@
321339
<Reference Include="System.Numerics.Vectors">
322340
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
323341
</Reference>
342+
<Reference Include="System.Net.Http">
343+
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
344+
</Reference>
345+
<Reference Include="Microsoft.CSharp">
346+
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
347+
</Reference>
348+
<Reference Include="System.Data">
349+
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
350+
</Reference>
324351
<Reference Include="Microsoft.Win32.Primitives">
325352
<HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
326353
</Reference>

0 commit comments

Comments
 (0)