Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
hace 4 años |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
hace 4 años |
Yuri Roubinsky
|
5914fdc067
Implements estimate/compute_cost for AStar2D
|
hace 5 años |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
hace 5 años |
Rémi Verschelde
|
ed373a60b1
Merge pull request #30556 from kawa-yoiko/astar-directed
|
hace 6 años |
Shiqing
|
c2b824687d
Reduce memory usage for edges in A* and add tests
|
hace 6 años |
Hanif Bin Ariffin
|
7b3790d2cc
Add option to consider disable points
|
hace 6 años |
Shiqing
|
98136418ac
Improve support for directed graphs in AStar
|
hace 6 años |
Robin Hübner
|
1031833fb0
allow to reserve space in OAHashMap explicitly and also in AStar.
|
hace 6 años |
Robin Hübner
|
4bac393549
astar performance improvements, use oahashmap
|
hace 6 años |
Robin Hübner
|
7092dd9d58
remove unused self list include from astar
|
hace 6 años |
JohnJLight
|
38d3bfe971
Made use of semicolons more consitent, fixed formatting
|
hace 6 años |
Rémi Verschelde
|
43a9b8c76c
Merge pull request #27237 from Chaosus/astar_2d
|
hace 6 años |
Daw11
|
605c5c71f4
Save inside the Points of AStar the neighbours that aren't connected
|
hace 6 años |
Chaosus
|
0bc37de744
Added 2D functions to AStar
|
hace 6 años |
Daw11
|
cc7be6c643
Use a binary heap for the open list of Astar
|
hace 6 años |
Chaosus
|
cc71fb2308
Added functions to AStar for disable/enable points
|
hace 6 años |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
hace 6 años |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
hace 7 años |
Danny
|
9b60bb2c7c
Change the neighbours vector to a set in AStar
|
hace 7 años |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
hace 7 años |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
hace 7 años |
Rémi Verschelde
|
13c2ff9320
Style: Apply new clang-format 5.0 style to all files
|
hace 7 años |
DmDerbin
|
4c79e58e3f
AStar: implementation of get_point_connections
|
hace 8 años |
Unknown
|
9b4c5989ad
AStar: Add setters for point position and scale weight, cleanup
|
hace 8 años |
letheed
|
5ad9be4c24
Rename pos to position in user facing methods and variables
|
hace 8 años |
Scayze
|
6872cc7b12
Add get_points method to AStar
|
hace 8 años |
Poommetee Ketson
|
ed606ded52
Fix files header
|
hace 8 años |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
hace 8 años |
Poommetee Ketson
|
2c9f6312e2
AStar: add bool has_point(id)
|
hace 8 años |