summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/atlas_merging_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+2
* Fixes TileSet atlas merging not working correctlyGilles Roudière2023-01-131-24/+50
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make ID capitalization in tiles editor consistentHaoyu Qiu2022-12-071-1/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-2/+2
* Make some Image methods statickobewi2022-10-141-3/+1
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-1/+1
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-1/+1
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* | Add static methods for creating Image and ImageTexturekobewi2022-07-081-5/+1
|/
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+4
* TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-1/+1
* Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-071-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Add a name to TileSet sourcesGilles Roudière2021-10-141-0/+1
* Implement animated tilesGilles Roudière2021-09-231-5/+7
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Make action names translatableHaoyu Qiu2021-07-311-1/+1
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-0/+320