summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
...
* Unify and streamline connecting to Resource changeskobewi2023-07-173-9/+10
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Fix GridMap tile picking when a search filter is appliedHaoyu Qiu2023-06-211-9/+14
* Merge pull request #78265 from caseyjoy/57068_gridmap_grid_positionRémi Verschelde2023-06-201-1/+8
|\
| * Update GridMap editor grid location when requiredCasey2023-06-171-1/+8
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-152-1/+3
|/
* Fix some invalid plugin edit callskobewi2023-06-112-10/+0
* Add syntax highlighter iconsVolTer2023-05-291-1/+1
* Rework Navigation Avoidancesmix82023-05-101-2/+2
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-5/+5
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+2
* Only change floors in GridMap editor when holding Ctrl/Cmd, not ShiftHugo Locurcio2023-03-251-3/+3
* 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