summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_data_editors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71545 from groud/fix_rect_draw_tilesetRémi Verschelde2023-01-171-17/+17
|\
| * Fixes rectangle painting when dragging outside the atlas areaGilles Roudière2023-01-171-17/+17
* | Make keyboard shortcuts in tile data editors consistent with tilemap editor. ...Gilles Roudière2023-01-161-22/+28
|/
* Add EditorUndoRedoManager singletonkobewi2023-01-161-14/+22
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* TileSet Simplify tile shape polygonskleonc2022-12-191-1/+16
* Improve TileSetAtlasSourceEditor UIHaoyu Qiu2022-12-101-4/+0
* Merge pull request #67283 from KoBeWi/one_way_ticketRémi Verschelde2022-12-091-2/+21
|\
| * Add one-way indicator to tile collision editorkobewi2022-10-241-2/+21
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+5
* | Update TileSet preview when paint custom data changesHaoyu Qiu2022-11-271-0/+1
* | Merge pull request #69124 from zaevi/tilemap_fix_alternative_tileRémi Verschelde2022-11-251-1/+8
|\ \
| * | [TileMap] Fix alternative tile issues.Zae2022-11-251-1/+8
* | | Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-14/+10
|/ /
* | Code simplifications found by cppcheckMarkus Sauermann2022-11-211-3/+0
* | Merge pull request #66557 from MisterMX/fix/tileset-custom-data-type-reload-e...Rémi Verschelde2022-11-171-0/+5
|\ \
| * | fix(tileset): Recreate custom data editor if type has changedMisterMX2022-09-281-0/+5
* | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-10/+10
|\ \ \
| * | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-10/+10
| | |/ | |/|
* / | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-5/+5
|/ /
* | Merge pull request #59468 from EricEzaM/fix-zoom-shortcutsRémi Verschelde2022-10-131-0/+1
|\ \
| * | Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M2022-09-241-0/+1
| |/
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-18/+18
* | Right-click to erase TileSet terrains and bugfixesGilles Roudière2022-09-161-82/+122
|/
* Remove / Replace old Navigation Debug Visualizationsmix82022-09-071-2/+11
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-24/+24
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+3
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-10/+10
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-10/+10
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-9/+17
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-7/+10
* Improve TileSet editor and add more suffixesFireForge2022-06-201-2/+4
* Merge pull request #61809 from groud/terrain_center_bitRémi Verschelde2022-06-131-45/+120
|\
| * Add terrain center bitGilles Roudière2022-06-101-45/+120
* | Add shortcuts to GenericTilePolygonEditorkobewi2022-06-071-6/+6
|/
* Use range iterators for RBSet in most casesAaron Record2022-05-191-15/+15
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-20/+10
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+13
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-1/+1
* Merge pull request #57365 from pycbouh/editor-icons-uniformityRémi Verschelde2022-01-281-8/+9
|\
| * Fix theme application in various curve editorsYuri Sizov2022-01-291-8/+9
* | TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-29/+29
|/
* Add tooltips to all tile data editor propertiesPucklaMotzer092022-01-131-0/+6
* Merge pull request #56253 from PucklaMotzer09/tile_editor_selectRémi Verschelde2022-01-131-0/+13
|\
| * Correctly deselect properties of TileDataCollisionEditorPucklaMotzer092021-12-261-0/+13