summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_data_editors.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+3
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Add One Pixel Snap Button to Tile Data Editorvalkyrienyanko2024-10-211-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-6/+6
* Fix tile polygon editor grid and missing updateGilles Roudière2024-06-111-8/+4
* Don't store values when loading themkobewi2024-03-071-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-16/+16
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-11/+11
* Add option to expand tile polygon editorskobewi2023-07-221-1/+4
* Add proper snapping to tile polygon editorkobewi2023-05-011-4/+14
* Rename texture_offset and unclamp itGilles Roudière2023-01-271-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-13/+0
* fix(tileset): Recreate custom data editor if type has changedMisterMX2022-09-281-0/+2
* Add per-scene UndoRedokobewi2022-08-221-6/+8
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-5/+5
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-23/+23
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-8/+6
* Merge pull request #56253 from PucklaMotzer09/tile_editor_selectRémi Verschelde2022-01-131-0/+1
|\
| * Correctly deselect properties of TileDataCollisionEditorPucklaMotzer092021-12-261-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-2/+9
* Greatly improve editor performances by deferring tiles related updatesGilles Roudière2021-10-131-1/+3
* Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-021-1/+1
* Implement painting properties over TileSetsGilles Roudière2021-06-291-34/+325
* Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière2021-05-211-0/+7
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+110