smix8
|
b5213cceac
Fix navigation related nodes not propagating parent class config warnings
|
2 years ago |
Rémi Verschelde
|
1426cd3b3a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
3c35617c50
Merge pull request #62187 from smix8/nav_nodes_depr_3.5
|
2 years ago |
smix8
|
693aeaf799
[3.5] Mark Navigation/Navigation2D nodes as deprecated
|
2 years ago |
Rémi Verschelde
|
4137578369
Fix typos with codespell
|
2 years ago |
smix8
|
8bd7c6188b
[3.5] Update NavigationServer backport
|
2 years ago |
Rémi Verschelde
|
7a16bb2ee4
Fix typos with codespell
|
3 years ago |
Pawel Lampe
|
6c6e50bf0c
Fix navigation merge errors, fixes #56786
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Jake Young
|
09bc9eb101
Backport NavigationServer with RVO2 to `3.x`
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
3 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
3 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
3 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
dac3504cc3
Fix C4724: potential mod by 0 warnings.
|
4 years ago |
Rémi Verschelde
|
f390749439
Fix Visual Studio C4724 warning (potential mod by 0)
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
5 years ago |
Bojidar Marinov
|
f1b7b74d65
Fix navmesh not finding optimal paths
|
5 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
d95bbb8922
Fix warnings about set but unused variables [-Wunused-but-set-variable]
|
6 years ago |
DualMatrix
|
0b5c694b74
Better heuristic for the shortest path algorithm for navigation2D and navigation.
|
6 years ago |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
6 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 years ago |
Hein-Pieter van Braam
|
555eebf3f4
Don't crash when trying to add an invalid navmesh
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Nathan Warden
|
38caa4126f
Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.
|
7 years ago |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 years ago |