Rémi Verschelde
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
Yuri Rubinsky
|
4be41a9a97
Remove redundand header from `a_star.h`
|
3 years ago |
Yuri Rubinsky
|
7da2a21425
Make AStar to use 64-bit logic
|
3 years ago |
Rémi Verschelde
|
1ad6fade00
Merge pull request #58669 from theraot/ASar2Dbidirectional
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Yuri Roubinsky
|
7913e04950
Rename `AStar` to `AStar3D`
|
3 years ago |
Theraot
|
3590cdfd34
Added missing p_bidirectional to AStar2D methods
|
3 years ago |
Rémi Verschelde
|
ba2bdc478b
Style: Remove inconsistently used `@author` docstrings
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
89849a9ed9
Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity
|
5 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rafał Mikrut
|
7bd03b7188
Initialize class/struct variables with default values in core/ and drivers/
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Rémi Verschelde
|
13a9bfbca7
Style: Harmonize header guards to style guide [Core]
|
5 years ago |
Yuri Roubinsky
|
bad77bcb52
Implements estimate/compute_cost for AStar2D
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
ed373a60b1
Merge pull request #30556 from kawa-yoiko/astar-directed
|
5 years ago |
Shiqing
|
c2b824687d
Reduce memory usage for edges in A* and add tests
|
6 years ago |
Hanif Bin Ariffin
|
7b3790d2cc
Add option to consider disable points
|
6 years ago |
Shiqing
|
98136418ac
Improve support for directed graphs in AStar
|
6 years ago |
Robin Hübner
|
1031833fb0
allow to reserve space in OAHashMap explicitly and also in AStar.
|
6 years ago |
Robin Hübner
|
4bac393549
astar performance improvements, use oahashmap
|
6 years ago |