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 |
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 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
187ba4c5a8
AStar: Make get_closest_point() deterministic for equidistant points
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
69d5de632e
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 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
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Yuri Roubinsky
|
bad77bcb52
Implements estimate/compute_cost for AStar2D
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
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 |
Shiqing
|
aac7ddf89f
Emit an error rather than crash in A*
|
5 years ago |
Rémi Verschelde
|
ed373a60b1
Merge pull request #30556 from kawa-yoiko/astar-directed
|
5 years ago |