index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gridmap
/
grid_map.cpp
Age
Commit message (
Expand
)
Author
2022-02-08
Fix GridMap memory leak
Haoyu Qiu
2022-01-16
Consider gridmap collisions in navigation bake
rafallus
2022-01-06
Merge pull request #56006 from KoBeWi/6yearslater
JFonS
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-17
Add physics material to GridMap
kobewi
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Use functions defined in the their classes.
Anilforextra
2021-09-09
implement individual mesh transform for meshlibrary items
Vincent
2021-08-12
Uniformize layer names, script methods and documentation
PouleyKetchoupp
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-02
Fix GridMap erase Octans
Pitanov V.V
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-04-30
Prevent setting too big or too small Collision Mask and Layer
Rafał Mikrut
2021-03-12
Fix visibility toggle for baked GridMaps
jfons
2021-03-10
Implement Navigation layers
Gilles Roudière
2021-03-10
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
Gilles Roudière
2021-02-10
Removed _change_notify
reduz
2021-02-10
Make Servers truly Thread Safe
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-16
Setting visibility on GridMap now works. Closes #41374.
Tomer Keren
2020-07-02
Update GridMap to use Vector3i instead of three ints
Aaron Franke
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-18
Change non-existent World to World3D
qarmin
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-10
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania
2020-01-15
Fix GridMap getter of baked meshes.
Bruno Lourenço
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-27
Remove deprecated theme property from GridMap
Tomasz Chabora
2019-10-21
Mesh preview now scales + grid update on cell size change
Nehluxhes
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-06-21
Fix some editor crashes
qarmin
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-02-26
Consider StaticBody and NavMesh position when converting to a MeshLibrary
Bojidar Marinov
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-09-27
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
[next]