kleonc
|
4c3cf9c1c4
Fix AStars to return empty path for disabled from point
|
1 месяц назад |
Chaosus
|
610712a269
Add a way to filter neighbor points to AStar2D/3D
|
6 месяцев назад |
jsjtxietian
|
6f094856e7
Make get_id_path return empty when first point is disabled
|
2 лет назад |
Lukas Tenbrink
|
963c20565b
Remove `OAHashMap`, in favour of `AHashMap`.
|
8 месяцев назад |
Lukas Tenbrink
|
7c37188ca1
Smoke test: In collections, log an error if `reserve()` is called with a number smaller than the current size. Don't log an error if it is called with a number smaller than the current capacity.
|
9 месяцев назад |
Aaron Franke
|
c1acc839a8
Directly use segment points in Geometry2D/3D function parameters
|
10 месяцев назад |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
1 год назад |
rune-scape
|
d58b2e879f
Get rid of easily removable uses of const_cast
|
1 год назад |
allison
|
c46b5af06b
fix astar partial path destination can be solid/disabled
|
1 год назад |
Haoyu Qiu
|
ed61d41697
Change param name of AStar's _estimate_cost method
|
1 год назад |
ashley
|
aa1bbe1542
add partial path return option for astar
|
2 лет назад |
rune-scape
|
b6a53e62bc
Initialize pointers in a_star.cpp
|
2 лет назад |
Yuri Rubinsky
|
cc0a243ce0
Enchance the performance of AStar by using a LocalVector(2)
|
3 лет назад |
Rémi Verschelde
|
5b1df48c6c
Convert en_GB spelling to en_US with codespell
|
3 лет назад |
Yuri Rubinsky
|
078600a3c4
Enchance the performance of `AStar` by using a `LocalVector`
|
3 лет назад |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 лет назад |
Yuri Rubinsky
|
7da2a21425
Make AStar to use 64-bit logic
|
3 лет назад |
Rémi Verschelde
|
1ad6fade00
Merge pull request #58669 from theraot/ASar2Dbidirectional
|
3 лет назад |
reduz
|
45af29da80
Add a new HashSet template
|
3 лет назад |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 лет назад |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 лет назад |
smix8
|
868fe4942c
Allow AStar2D/AStar3D zero point weight
|
3 лет назад |
Yuri Roubinsky
|
7913e04950
Rename `AStar` to `AStar3D`
|
3 лет назад |
Theraot
|
3590cdfd34
Added missing p_bidirectional to AStar2D methods
|
3 лет назад |
TechnoPorg
|
5108af42ad
Remove a cross include from a_star.cpp
|
4 лет назад |
Anilforextra
|
6c3a0460a8
Use List Initializations for Vectors.
|
4 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 лет назад |
Hugo Locurcio
|
89849a9ed9
Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity
|
5 лет назад |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 лет назад |