Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
8 months ago |
rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 year ago |
allison
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
1 year ago |
Haoyu Qiu
|
ed61d41697
Change param name of AStar's _estimate_cost method
|
1 year ago |
ashley
|
aa1bbe1542
add partial path return option for astar
|
1 year ago |
rune-scape
|
b6a53e62bc
Initialize pointers in a_star.cpp
|
1 year ago |
Yuri Rubinsky
|
cc0a243ce0
Enchance the performance of AStar by using a LocalVector(2)
|
2 years ago |
Rémi Verschelde
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
2 years ago |
Yuri Rubinsky
|
078600a3c4
Enchance the performance of `AStar` by using a `LocalVector`
|
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
|
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 |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
smix8
|
868fe4942c
Allow AStar2D/AStar3D zero point weight
|
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 |
TechnoPorg
|
5108af42ad
Remove a cross include from a_star.cpp
|
3 years ago |
Anilforextra
|
6c3a0460a8
Use List Initializations for Vectors.
|
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 |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
kleonc
|
71255bc2a9
AStar Add error messages
|
4 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 years ago |
kleonc
|
17324db4ca
Astar::get_available_point_id Start from 0
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |