From 7a35bb09fe236bebb5f2948f896b5366f2835c8d Mon Sep 17 00:00:00 2001
From: BOTLester <58360400+BOTLester@users.noreply.github.com>
Date: Thu, 7 May 2020 22:09:45 +0200
Subject: [PATCH] Target Selection
---
Game1/Game1.csproj | 35 +++++++
Game1/Sources/Crops/Crops.cs | 5 +
Game1/Sources/Pathing/A-Star/Astar.cs | 21 +++-
Game1/Sources/Pathing/PQEntry.cs | 26 +++++
Game1/Sources/Pathing/PriorityQueueC5.cs | 49 ++++++++++
Game1/Sources/Smart/AI.cs | 117 +++++++++++++++++++++--
Game1/Sources/Smart/SmartTractor.cs | 6 +-
7 files changed, 245 insertions(+), 14 deletions(-)
create mode 100644 Game1/Sources/Pathing/PQEntry.cs
create mode 100644 Game1/Sources/Pathing/PriorityQueueC5.cs
diff --git a/Game1/Game1.csproj b/Game1/Game1.csproj
index 218552a..d01150d 100644
--- a/Game1/Game1.csproj
+++ b/Game1/Game1.csproj
@@ -17,6 +17,21 @@
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ false
+ true
x64
@@ -63,6 +78,9 @@
MinimumRecommendedRules.ruleset
true
+
+ false
+
@@ -86,6 +104,8 @@
+
+
@@ -118,6 +138,9 @@
+
+ 2.5.3
+
2.3.1
@@ -155,6 +178,18 @@
4.11.0
+
+
+ False
+ Microsoft .NET Framework 4.6.1 %28x86 and x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+