summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* Fix GridMap free navigation RID error spamsmix82023-03-211-2/+6
* Fix GridMap signal "cell_size_changed" disconnect errorsmix82023-03-141-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Fix GridMap 'cell_size_changed' signal not disconnecting properlysmix82023-02-231-1/+1
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
* Rework const on NavigationServer methodsJosh Jones2023-01-071-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Add safety-checks before some servers `free()`Adam Scott2022-12-292-0/+10
* Merge pull request #70366 from quentinguidee/refactoring/fix-double-get-singl...Rémi Verschelde2022-12-211-2/+2
|\
| * Fix double get_singleton()Quentin Guidée2022-12-201-2/+2
* | Change GridMap navigation_layers to be per mesh_library itemsmix82022-12-203-61/+5
|/
* Add GridMap collision_prioritysmix82022-12-193-4/+26
* Fix Navigation API abbreviations inconsistencysmix82022-12-172-37/+37
* Enable assigning an owner to navigation regions and linksJosh Jones2022-12-101-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-242-4/+5
* Fill random docskobewi2022-11-221-0/+4
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+3
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-1/+1
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Merge pull request #66242 from akien-mga/scons-unify-tools-targetRémi Verschelde2022-09-301-1/+1
|\
| * SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* | Fix MSVC warnings C4324, C4389, C4456, and C4459Rémi Verschelde2022-09-281-1/+1
|/
* Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde2022-09-081-5/+5
|\
| * Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-5/+5
* | Merge pull request #64193 from smix8/navigation_gridmap_navmap_change_4.xRémi Verschelde2022-09-083-2/+52
|\ \
| * | Add GridMap function to change navigation map for baked navigation regionssmix82022-09-083-2/+52
| |/
* / Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-2/+2
|/
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-053-19/+18
* Merge pull request #64173 from smix8/navigation_debug_gridmap_edgeconnections...Rémi Verschelde2022-09-012-1/+187
|\
| * Add Navigation Debug for GridMap edge connectionssmix82022-08-132-1/+187
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-292-4/+10
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-272-10/+4
* | Replace Array return types with TypedArray 2kobewi2022-08-233-10/+10
* | Add per-scene UndoRedokobewi2022-08-222-1/+3
* | Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-204-34/+130
* | Fix error when switching to another `GridMap` with an item with higher index ...Michael Alexsander2022-08-091-2/+4
|/
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-22/+22
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde2022-07-281-2/+2
|\
| * rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-2/+2
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
|/
* Add navigation layer bitmask helper functionssmix82022-06-193-3/+42
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Streamline Navigation layer function names.smix82022-06-152-5/+5
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1