summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\