Haoyu Qiu
|
19a2ec3d04
Add GridMap.get_used_cells_by_item
|
3 years ago |
Haoyu Qiu
|
5d4a141c97
Fix GridMap memory leak
|
3 years ago |
rafallus
|
cc46abd73d
Consider gridmap collisions in navigation bake
|
3 years ago |
JFonS
|
1f0dc02649
Merge pull request #56006 from KoBeWi/6yearslater
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
kobewi
|
59a9b2192e
Add physics material to GridMap
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Anilforextra
|
fc9767abb1
Use functions defined in the their classes.
|
3 years ago |
Vincent
|
70108fd850
implement individual mesh transform for meshlibrary items
|
4 years ago |
PouleyKetchoupp
|
989acbbe81
Uniformize layer names, script methods and documentation
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Pitanov V.V
|
4da4514b71
Fix GridMap erase Octans
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Aaron Franke
|
de3f6699a5
Rename Transform to Transform3D in core
|
4 years ago |
Rafał Mikrut
|
efcb097674
Prevent setting too big or too small Collision Mask and Layer
|
4 years ago |
jfons
|
809d88b925
Fix visibility toggle for baked GridMaps
|
4 years ago |
Gilles Roudière
|
ba1344408f
Implement Navigation layers
|
4 years ago |
Gilles Roudière
|
a9dc53d152
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
reduz
|
8b19ffd810
Make Servers truly Thread Safe
|
4 years ago |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Tomer Keren
|
fe52c6b0b7
Setting visibility on GridMap now works. Closes #41374.
|
4 years ago |
Aaron Franke
|
8a333cdf9f
Update GridMap to use Vector3i instead of three ints
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |