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
Age
Commit message (
Expand
)
Author
2023-01-07
Rework const on NavigationServer methods
Josh Jones
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Add safety-checks before some servers `free()`
Adam Scott
2022-12-21
Merge pull request #70366 from quentinguidee/refactoring/fix-double-get-singl...
Rémi Verschelde
2022-12-20
Change GridMap navigation_layers to be per mesh_library item
smix8
2022-12-20
Fix double get_singleton()
Quentin Guidée
2022-12-19
Add GridMap collision_priority
smix8
2022-12-17
Fix Navigation API abbreviations inconsistency
smix8
2022-12-10
Enable assigning an owner to navigation regions and links
Josh Jones
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-24
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-22
Fill random docs
kobewi
2022-11-11
Use forward-declarations in EditorPlugin where possible
trollodel
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-04
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-30
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Rémi Verschelde
2022-09-28
Fix MSVC warnings C4324, C4389, C4456, and C4459
Rémi Verschelde
2022-09-26
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-08
Merge pull request #65241 from bruvzg/no_keymap_ambiguity
Rémi Verschelde
2022-09-08
Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.x
Rémi Verschelde
2022-09-08
Add GridMap function to change navigation map for baked navigation regions
smix8
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
Remove / Replace old Navigation Debug Visualization
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-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-22
Add per-scene UndoRedo
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-08-09
Fix error when switching to another `GridMap` with an item with higher index ...
Michael Alexsander
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-05
Make "Godot source files" comment consistent in modules
Aaron Franke
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-06-19
Add navigation layer bitmask helper functions
smix8
2022-06-16
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-15
Streamline Navigation layer function names.
smix8
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-06-08
Fix GridMap Navigation transforms and debug
smix8
2022-06-08
Fix GridMap applying wrong NavigationRegion transform
smix8
2022-05-28
Use consistent casing in editor filter/search bars
FireForge
2022-05-24
Fix GridMap not adding custom mesh offsets to NavigationMesh generation
smix8
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
[next]