summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_data_editors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-13/+12
|\
| * Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-10/+10
| |\
| | * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-10/+10
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-3/+2
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Add One Pixel Snap Button to Tile Data Editorvalkyrienyanko2024-10-211-2/+8
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #95034 from KoBeWi/take_a_problem_and_make_it_worse._solvedRémi Verschelde2024-10-041-0/+5
|\
| * Close expanded tile editor when inspector updateskobewi2024-08-021-0/+5
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* | Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-031-13/+29
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* | Merge pull request #95337 from kleonc/tile_set_editor_fix_transposed_polygons...Rémi Verschelde2024-08-161-13/+11
|\ \
| * | Fix transposed tiles drawing in GenericTilePolygonEditorkleonc2024-08-091-9/+9
| * | Fix TileAtlasView bounds checks for transposed tileskleonc2024-08-091-4/+2
| |/
* / [GenericTilePolygonEditor] Add support for Pan and Magnify gestures.bruvzg2024-07-291-0/+15
|/
* Fix crash in tile physics editorkobewi2024-07-051-7/+23
* Merge pull request #93720 from MewPurPur/remove-overbrightRémi Verschelde2024-06-291-2/+2
|\
| * Fix unnecessary overbright modulates used in a few editorsMewPurPur2024-06-281-2/+2
* | Merge pull request #93047 from groud/fix_polygon_editor_gridRémi Verschelde2024-06-291-32/+53
|\ \ | |/ |/|
| * Fix tile polygon editor grid and missing updateGilles Roudière2024-06-111-32/+53
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
|/
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Remove duplicate shortcut definitionskobewi2024-05-211-2/+2
* Fix tile polygon grid not covering whole tilekobewi2024-05-201-5/+10
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Merge pull request #89248 from KoBeWi/store_no_storeRémi Verschelde2024-05-071-0/+6
|\
| * Don't store values when loading themkobewi2024-03-071-0/+6
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* | Add context support for editor property name i18nHaoyu Qiu2024-03-311-1/+1
* | Fix center view button appears outside the GenericTilePolygonEditorjsjtxietian2024-03-131-0/+2
|/
* [TileSet] Fix crash when deleting dragged polygon pointA Thousand Ships2024-02-271-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-14/+14
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-3/+1
* Merge pull request #86568 from jsjtxietian/fix-infinite-loop-tileRémi Verschelde2024-01-081-2/+10
|\
| * Fix infinite loop when calculating zoom level if tile_size * max_zoom < defaultjsjtxietian2024-01-061-2/+10
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-12/+12
|/
* Move tile transforms handling cache to TileDataGilles Roudière2023-12-131-1/+1
* Fixes undo/redo in tileset polygon editorGilles Roudière2023-10-101-2/+2
* Merge pull request #81812 from MewPurPur/zoomiesRémi Verschelde2023-10-091-0/+1
|\
| * Incorporate min and max zoom limits into the EditorZoomWidgetMewPurPur2023-10-071-0/+1
* | Update TileMap to use new navigation polygon bakingsmix82023-09-281-9/+15
* | Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-9/+11
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-22/+22
* | Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-5/+4
|/
* Add EditorStringNames singletonkobewi2023-09-031-39/+40
* Add option to expand tile polygon editorskobewi2023-07-221-2/+25