From a83d2a0c0741a73047790dbee755aff77fc56089 Mon Sep 17 00:00:00 2001 From: Kromster80 Date: Sat, 13 Dec 2014 11:10:20 +0300 Subject: [PATCH 1/3] Leftovers? "Looks like they are left overs from some code refactoring. --mikko" --- DetourCrowd/Include/DetourObstacleAvoidance.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/DetourCrowd/Include/DetourObstacleAvoidance.h b/DetourCrowd/Include/DetourObstacleAvoidance.h index 72aa5d8..6be3fbb 100644 --- a/DetourCrowd/Include/DetourObstacleAvoidance.h +++ b/DetourCrowd/Include/DetourObstacleAvoidance.h @@ -131,9 +131,6 @@ private: const float minPenalty, dtObstacleAvoidanceDebugData* debug); - dtObstacleCircle* insertCircle(const float dist); - dtObstacleSegment* insertSegment(const float dist); - dtObstacleAvoidanceParams m_params; float m_invHorizTime; float m_vmax; From 48f20f08f2d0ab30e847542ccfb556331bf63b4c Mon Sep 17 00:00:00 2001 From: Kromster80 Date: Sat, 13 Dec 2014 11:40:30 +0300 Subject: [PATCH 2/3] Update DetourProximityGrid.h --- DetourCrowd/Include/DetourProximityGrid.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DetourCrowd/Include/DetourProximityGrid.h b/DetourCrowd/Include/DetourProximityGrid.h index ed553f9..58f4c1c 100644 --- a/DetourCrowd/Include/DetourProximityGrid.h +++ b/DetourCrowd/Include/DetourProximityGrid.h @@ -21,7 +21,6 @@ class dtProximityGrid { - int m_maxItems; float m_cellSize; float m_invCellSize; From 7a57eb031f7dbe88a658ad75b63fefc876a1baf4 Mon Sep 17 00:00:00 2001 From: Kromster80 Date: Sat, 13 Dec 2014 11:40:53 +0300 Subject: [PATCH 3/3] Update DetourProximityGrid.cpp --- DetourCrowd/Source/DetourProximityGrid.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DetourCrowd/Source/DetourProximityGrid.cpp b/DetourCrowd/Source/DetourProximityGrid.cpp index f980d0e..7af8efa 100644 --- a/DetourCrowd/Source/DetourProximityGrid.cpp +++ b/DetourCrowd/Source/DetourProximityGrid.cpp @@ -47,7 +47,6 @@ inline int hashPos2(int x, int y, int n) dtProximityGrid::dtProximityGrid() : - m_maxItems(0), m_cellSize(0), m_pool(0), m_poolHead(0),