| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 1 | -13/+12 |
|\ |
|
| * | Merge pull request #98039 from aaronfranke/button-icon | Thaddeus Crews | 2024-10-29 | 1 | -10/+10 |
| |\ |
|
| | * | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -10/+10 |
| * | | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -3/+2 |
| |/ |
|
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Add One Pixel Snap Button to Tile Data Editor | valkyrienyanko | 2024-10-21 | 1 | -2/+8 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #95034 from KoBeWi/take_a_problem_and_make_it_worse._solved | Rémi Verschelde | 2024-10-04 | 1 | -0/+5 |
|\ |
|
| * | Close expanded tile editor when inspector updates | kobewi | 2024-08-02 | 1 | -0/+5 |
* | | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
* | | Implement multiple occlusion polygons within each TileSet occlusion layer | Gilles Roudière | 2024-09-03 | 1 | -13/+29 |
* | | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -1/+1 |
* | | Merge pull request #95337 from kleonc/tile_set_editor_fix_transposed_polygons... | Rémi Verschelde | 2024-08-16 | 1 | -13/+11 |
|\ \ |
|
| * | | Fix transposed tiles drawing in GenericTilePolygonEditor | kleonc | 2024-08-09 | 1 | -9/+9 |
| * | | Fix TileAtlasView bounds checks for transposed tiles | kleonc | 2024-08-09 | 1 | -4/+2 |
| |/ |
|
* / | [GenericTilePolygonEditor] Add support for Pan and Magnify gestures. | bruvzg | 2024-07-29 | 1 | -0/+15 |
|/ |
|
* | Fix crash in tile physics editor | kobewi | 2024-07-05 | 1 | -7/+23 |
* | Merge pull request #93720 from MewPurPur/remove-overbright | Rémi Verschelde | 2024-06-29 | 1 | -2/+2 |
|\ |
|
| * | Fix unnecessary overbright modulates used in a few editors | MewPurPur | 2024-06-28 | 1 | -2/+2 |
* | | Merge pull request #93047 from groud/fix_polygon_editor_grid | Rémi Verschelde | 2024-06-29 | 1 | -32/+53 |
|\ \
| |/
|/| |
|
| * | Fix tile polygon editor grid and missing update | Gilles Roudière | 2024-06-11 | 1 | -32/+53 |
* | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -2/+2 |
|/ |
|
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -2/+2 |
* | Fix tile polygon grid not covering whole tile | kobewi | 2024-05-20 | 1 | -5/+10 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -1/+1 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -2/+2 |
* | Merge pull request #89248 from KoBeWi/store_no_store | Rémi Verschelde | 2024-05-07 | 1 | -0/+6 |
|\ |
|
| * | Don't store values when loading them | kobewi | 2024-03-07 | 1 | -0/+6 |
* | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -1/+1 |
* | | Add context support for editor property name i18n | Haoyu Qiu | 2024-03-31 | 1 | -1/+1 |
* | | Fix center view button appears outside the GenericTilePolygonEditor | jsjtxietian | 2024-03-13 | 1 | -0/+2 |
|/ |
|
* | [TileSet] Fix crash when deleting dragged polygon point | A Thousand Ships | 2024-02-27 | 1 | -0/+1 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -14/+14 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Update deferred calls to use Callables | kobewi | 2024-01-09 | 1 | -3/+1 |
* | Merge pull request #86568 from jsjtxietian/fix-infinite-loop-tile | Rémi Verschelde | 2024-01-08 | 1 | -2/+10 |
|\ |
|
| * | Fix infinite loop when calculating zoom level if tile_size * max_zoom < default | jsjtxietian | 2024-01-06 | 1 | -2/+10 |
* | | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -12/+12 |
|/ |
|
* | Move tile transforms handling cache to TileData | Gilles Roudière | 2023-12-13 | 1 | -1/+1 |
* | Fixes undo/redo in tileset polygon editor | Gilles Roudière | 2023-10-10 | 1 | -2/+2 |
* | Merge pull request #81812 from MewPurPur/zoomies | Rémi Verschelde | 2023-10-09 | 1 | -0/+1 |
|\ |
|
| * | Incorporate min and max zoom limits into the EditorZoomWidget | MewPurPur | 2023-10-07 | 1 | -0/+1 |
* | | Update TileMap to use new navigation polygon baking | smix8 | 2023-09-28 | 1 | -9/+15 |
* | | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -9/+11 |
* | | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-15 | 1 | -22/+22 |
* | | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -5/+4 |
|/ |
|
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -39/+40 |
* | Add option to expand tile polygon editors | kobewi | 2023-07-22 | 1 | -2/+25 |