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
/
modules
/
gridmap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix GridMap free navigation RID error spam
smix8
2023-03-21
1
-2
/
+6
*
Fix GridMap signal "cell_size_changed" disconnect error
smix8
2023-03-14
1
-1
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Fix GridMap 'cell_size_changed' signal not disconnecting properly
smix8
2023-02-23
1
-1
/
+1
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-0
/
+1
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-5
/
+5
*
Rework const on NavigationServer methods
Josh Jones
2023-01-07
1
-5
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
6
-174
/
+174
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
2
-0
/
+10
*
Merge pull request #70366 from quentinguidee/refactoring/fix-double-get-singl...
Rémi Verschelde
2022-12-21
1
-2
/
+2
|
\
|
*
Fix double get_singleton()
Quentin Guidée
2022-12-20
1
-2
/
+2
*
|
Change GridMap navigation_layers to be per mesh_library item
smix8
2022-12-20
3
-61
/
+5
|
/
*
Add GridMap collision_priority
smix8
2022-12-19
3
-4
/
+26
*
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
2
-37
/
+37
*
Enable assigning an owner to navigation regions and links
Josh Jones
2022-12-10
1
-0
/
+2
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
2
-4
/
+5
*
Fill random docs
kobewi
2022-11-22
1
-0
/
+4
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+3
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-4
/
+4
*
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Rémi Verschelde
2022-09-30
1
-1
/
+1
|
\
|
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
*
|
Fix MSVC warnings C4324, C4389, C4456, and C4459
Rémi Verschelde
2022-09-28
1
-1
/
+1
|
/
*
Merge pull request #65241 from bruvzg/no_keymap_ambiguity
Rémi Verschelde
2022-09-08
1
-5
/
+5
|
\
|
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-5
/
+5
*
|
Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.x
Rémi Verschelde
2022-09-08
3
-2
/
+52
|
\
\
|
*
|
Add GridMap function to change navigation map for baked navigation regions
smix8
2022-09-08
3
-2
/
+52
|
|
/
*
/
Remove / Replace old Navigation Debug Visualization
smix8
2022-09-07
1
-2
/
+2
|
/
*
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`
Micky
2022-09-05
3
-19
/
+18
*
Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...
Rémi Verschelde
2022-09-01
2
-1
/
+187
|
\
|
*
Add Navigation Debug for GridMap edge connections
smix8
2022-08-13
2
-1
/
+187
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
2
-4
/
+10
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
2
-10
/
+4
*
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
3
-10
/
+10
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
2
-1
/
+3
*
|
Expose Basis `set_orthogonal_index` method as a GridMap function
rafallus
2022-08-20
4
-34
/
+130
*
|
Fix error when switching to another `GridMap` with an item with higher index ...
Michael Alexsander
2022-08-09
1
-2
/
+4
|
/
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-22
/
+22
*
Make "Godot source files" comment consistent in modules
Aaron Franke
2022-08-05
1
-1
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-28
1
-2
/
+2
|
\
|
*
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
1
-2
/
+2
*
|
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
|
/
*
Add navigation layer bitmask helper functions
smix8
2022-06-19
3
-3
/
+42
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Streamline Navigation layer function names.
smix8
2022-06-15
2
-5
/
+5
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-1
/
+1
[next]