summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GridMap Navigation transforms and debugsmix82022-06-082-1/+41
* Fix GridMap applying wrong NavigationRegion transformsmix82022-06-081-1/+1
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Fix GridMap not adding custom mesh offsets to NavigationMesh generationsmix82022-05-241-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* Merge pull request #58624 from dzil123/fix_update_gridmap_cursorRémi Verschelde2022-05-161-0/+1
|\
| * fix gridmap cursor showing the wrong meshdzil1232022-04-021-0/+1
* | Replace most uses of Map by HashMapreduz2022-05-162-16/+26
* | Cleanup metadata usagekobewi2022-05-061-1/+1
* | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-6/+15
|\ \
| * | Refactor module initializationreduz2022-05-042-6/+15
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
|/ /
* / Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-18/+18
|/
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-284-8/+23
* Remove duplicate editor settings definitionskobewi2022-03-061-2/+2
* Remove unimplemented set_clip() methodkobewi2022-03-025-82/+0
* Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-162-11/+14
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-162-11/+14
* | Add GridMap.get_used_cells_by_itemHaoyu Qiu2022-02-163-0/+21
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-151-1/+1
|\
| * Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* | Remove the EditorNode parameter from EditorPlugins create methodstrollodel2022-02-142-2/+2
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-142-14/+7
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+5
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Fix GridMap memory leakHaoyu Qiu2022-02-081-0/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Merge pull request #56855 from rafallus/gridmap_bake_staticbodyRémi Verschelde2022-01-203-4/+25
|\
| * Consider gridmap collisions in navigation bakerafallus2022-01-163-4/+25
* | Merge pull request #56619 from timothyqiu/left-right-paletteRémi Verschelde2022-01-181-4/+4
|\ \ | |/ |/|
| * Allow showing both left and right side panelsHaoyu Qiu2022-01-081-4/+4
* | Fix theming update in several editor classesYuri Roubinsky2022-01-162-4/+10
|/
* Merge pull request #56006 from KoBeWi/6yearslaterJFonS2022-01-063-0/+27
|\
| * Add physics material to GridMapkobewi2021-12-173-0/+27
* | Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-31/+31
* Implemented SkeletonEditorGizmoSilc Renew2021-10-072-21/+31
* Use range iterators for `Map`Lightning_A2021-09-301-52/+52