index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
a_star.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
add partial path return option for astar
ashley
2024-04-03
1
-4
/
+21
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-1
/
+0
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Remove redundand header from `a_star.h`
Yuri Rubinsky
2022-06-16
1
-1
/
+0
*
Make AStar to use 64-bit logic
Yuri Rubinsky
2022-06-16
1
-64
/
+59
*
Merge pull request #58669 from theraot/ASar2Dbidirectional
Rémi Verschelde
2022-06-16
1
-2
/
+2
|
\
|
*
Added missing p_bidirectional to AStar2D methods
Theraot
2022-03-01
1
-2
/
+2
*
|
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+5
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
|
Rename `AStar` to `AStar3D`
Yuri Roubinsky
2022-03-20
1
-6
/
+6
|
/
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-3
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `AStar.get_points()` to `AStar.get_point_ids()` for clarity
Hugo Locurcio
2021-11-30
1
-2
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+8
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-5
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-8
/
+8
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-2
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-16
/
+12
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-3
/
+3
*
Implements estimate/compute_cost for AStar2D
Yuri Roubinsky
2020-03-14
1
-2
/
+8
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-6
/
+6
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #30556 from kawa-yoiko/astar-directed
Rémi Verschelde
2019-11-07
1
-12
/
+23
|
\
|
*
Reduce memory usage for edges in A* and add tests
Shiqing
2019-09-28
1
-7
/
+22
|
*
Improve support for directed graphs in AStar
Shiqing
2019-09-11
1
-6
/
+2
*
|
Add option to consider disable points
Hanif Bin Ariffin
2019-09-27
1
-2
/
+2
|
/
*
allow to reserve space in OAHashMap explicitly and also in AStar.
Robin Hübner
2019-08-27
1
-0
/
+10
*
astar performance improvements, use oahashmap
Robin Hübner
2019-08-21
1
-12
/
+14
*
remove unused self list include from astar
Robin Hübner
2019-08-13
1
-1
/
+0
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
Merge pull request #27237 from Chaosus/astar_2d
Rémi Verschelde
2019-06-19
1
-0
/
+39
|
\
|
*
Added 2D functions to AStar
Chaosus
2019-05-30
1
-0
/
+39
*
|
Save inside the Points of AStar the neighbours that aren't connected
Daw11
2019-06-04
1
-0
/
+1
|
/
*
Use a binary heap for the open list of Astar
Daw11
2019-05-16
1
-7
/
+15
*
Added functions to AStar for disable/enable points
Chaosus
2019-04-08
1
-0
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+3
*
Change the neighbours vector to a set in AStar
Danny
2018-06-27
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
AStar: implementation of get_point_connections
DmDerbin
2017-11-04
1
-0
/
+1
*
AStar: Add setters for point position and scale weight, cleanup
Unknown
2017-10-27
1
-1
/
+5
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
[next]