From 099e9d0361ef350448dbf8edf5990208f9766db9 Mon Sep 17 00:00:00 2001 From: Marcus Hutchings Date: Sat, 29 Jan 2022 09:01:34 +0000 Subject: [PATCH] updated path estimator version --- rts/Sim/Path/Default/PathConstants.h | 2 +- rts/Sim/Path/TKPFS/PathConstants.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rts/Sim/Path/Default/PathConstants.h b/rts/Sim/Path/Default/PathConstants.h index 4e7468b11e..4c86fd3e02 100644 --- a/rts/Sim/Path/Default/PathConstants.h +++ b/rts/Sim/Path/Default/PathConstants.h @@ -26,7 +26,7 @@ static const float MEDRES_SEARCH_DISTANCE_EXT = (MEDRES_SEARCH_DISTANCE * 0.4f) // how many recursive refinement attempts NextWayPoint should make static constexpr unsigned int MAX_PATH_REFINEMENT_DEPTH = 4; -static constexpr unsigned int PATHESTIMATOR_VERSION = 105; +static constexpr unsigned int PATHESTIMATOR_VERSION = 106; static constexpr unsigned int MEDRES_PE_BLOCKSIZE = 16; static constexpr unsigned int LOWRES_PE_BLOCKSIZE = 32; diff --git a/rts/Sim/Path/TKPFS/PathConstants.h b/rts/Sim/Path/TKPFS/PathConstants.h index fabd95f3c7..a0d0a8087e 100644 --- a/rts/Sim/Path/TKPFS/PathConstants.h +++ b/rts/Sim/Path/TKPFS/PathConstants.h @@ -26,12 +26,12 @@ static const float MEDRES_SEARCH_DISTANCE_EXT = (MEDRES_SEARCH_DISTANCE * 0.4f) // how many recursive refinement attempts NextWayPoint should make static constexpr unsigned int MAX_PATH_REFINEMENT_DEPTH = 4; -static constexpr unsigned int PATHESTIMATOR_VERSION = 105; +static constexpr unsigned int PATHESTIMATOR_VERSION = 106; static constexpr unsigned int MEDRES_PE_BLOCKSIZE = 16; static constexpr unsigned int LOWRES_PE_BLOCKSIZE = 32; -static constexpr unsigned int SQUARES_TO_UPDATE = 10000; +static constexpr unsigned int SQUARES_TO_UPDATE = 8000; static constexpr unsigned int MAX_SEARCHED_NODES_ON_REFINE = 2000; static constexpr unsigned int PATH_HEATMAP_XSCALE = 1; // wrt. mapDims.hmapx