summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_set_atlas_source_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
* | 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
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-1/+1
* Merge pull request #86947 from TheSofox/tile-set-paint-button-tooltipRémi Verschelde2024-06-041-0/+1
|\
| * Made tooltip on TileSet Paint Button give more information when disabled.Sofox2024-01-091-0/+1
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-5/+5
* | Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
* | Merge pull request #86694 from KoBeWi/deugly_the_textRémi Verschelde2024-02-191-1/+1
|\ \
| * | Tweak tile atlas help label positionskobewi2024-01-011-1/+1
| |/
* / Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
|/
* Merge pull request #77986 from KoBeWi/outside_the_texture,_only_death_awaitsRémi Verschelde2023-08-281-0/+7
|\
| * Add option to cleanup tiles outside the texturekobewi2023-08-281-0/+7
* | Support auto create tiles when adding multiple atlasesthiagola922023-08-271-1/+3
|/
* Merge pull request #79904 from KoBeWi/how_to_create_huge_tiles_using_a_simple...Yuri Sizov2023-07-271-0/+1
|\
| * Add help label about creating multiple/big tileskobewi2023-07-251-0/+1
* | Improve atlas tile size draggingkobewi2023-07-251-0/+1
|/
* Fix get_cursor_shape() in tile atlas editorkobewi2023-07-231-2/+9
* Make sure the shortcut key respects the context in `TileSetAtlasSourceEditor`Rindbee2023-07-021-3/+3
* Fixes crash in TileSetAtlasSourceEditorGilles Roudière2023-06-221-6/+6
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-1/+1
* Add read-only mode to tileset editor.SaracenOne2023-01-251-1/+3
* Merge pull request #59076 from Sauermann/fix-cursorshape-tilesetatlassourceed...Rémi Verschelde2023-01-161-0/+2
|\
| * Use get_cursor_shape for identifying the cursor shape in TileSetAtlasSourceEd...Markus Sauermann2022-12-291-0/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add scroll container for tile data editorsHaoyu Qiu2022-12-131-0/+1
* Improve TileSetAtlasSourceEditor UIHaoyu Qiu2022-12-101-8/+3
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Unify usage of undo_redo in editorkobewi2022-11-021-2/+0
* Add per-scene UndoRedokobewi2022-08-221-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-35/+35
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-1/+35
* Merge pull request #53767 from groud/improve_tile_set_change_performancesRémi Verschelde2021-10-131-2/+2
|\
| * Greatly improve editor performances by deferring tiles related updatesGilles Roudière2021-10-131-2/+2
* | Prevent tiles outside atlas textureGilles Roudière2021-10-131-1/+1
|/
* Various tiles-related fixesGilles Roudière2021-09-281-0/+1
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-2/+2
* Implement painting properties over TileSetsGilles Roudière2021-06-291-3/+27
* Implement scenes tiles in TileMapsGilles Roudière2021-05-201-12/+11
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+260