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.h
Age
Commit message (
Expand
)
Author
2022-09-08
Add GridMap function to change navigation map for baked navigation regions
smix8
2022-09-05
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`
Micky
2022-09-01
Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...
Rémi Verschelde
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-20
Expose Basis `set_orthogonal_index` method as a GridMap function
rafallus
2022-08-13
Add Navigation Debug for GridMap edge connections
smix8
2022-06-19
Add navigation layer bitmask helper functions
smix8
2022-06-15
Streamline Navigation layer function names.
smix8
2022-06-08
Fix GridMap Navigation transforms and debug
smix8
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-03-02
Remove unimplemented set_clip() method
kobewi
2022-02-16
Add GridMap.get_used_cells_by_item
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-08-12
Uniformize layer names, script methods and documentation
PouleyKetchoupp
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
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-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-07-02
Update GridMap to use Vector3i instead of three ints
Aaron Franke
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
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-02-10
- Integrated NavigationServer and Navigation2DServer.
Andrea Catania
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-27
Remove deprecated theme property from GridMap
Tomasz Chabora
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-08-22
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...
Michael Alexsander Silva Dias
2018-02-01
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Merge pull request #15120 from AndreaCatania/gridm
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-28
Added layer and mask in the gridmap node
AndreaCatania
2017-12-18
Added baked light support for gridmaps.
Juan Linietsky
2017-12-15
Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...
Juan Linietsky
2017-10-21
Adds world_to_map() and map_to_world() methods to GridMap.
David Saltares
2017-10-05
Add GridMap::get_used_cells. Fixes #11857.
J08nY
2017-09-05
Setting visibility on GridMap now works. Closes #907.
David Saltares
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
-Largely rewrote gridmap to simplify it
Juan Linietsky
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-26
-Massive clean up to gizmos
Juan Linietsky
2017-08-12
Updated function argument names
Wilson E. Alvarez
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
[next]