summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/atlas_merging_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+1
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-3/+3
|/
* Merge pull request #80943 from rakkarage/tileset-atlas-merge-rgb8Rémi Verschelde2023-08-281-1/+5
|\
| * Convert TileSet Atlas Merge input images to RGBA8 to match output, if neededRakka Rage2023-08-231-1/+5
* | Include animation frames in tile atlas merge.Rakka Rage2023-08-231-3/+15
|/
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Refactor vector editor propertieskobewi2023-05-311-0/+1
* Merge pull request #77382 from rakkarage/tileset_merge_crashRémi Verschelde2023-05-261-2/+3
|\
| * Fix crash when using tile atlas merge with recreated alt tileRakka Rage2023-05-231-2/+3
* | Make tile atlas merge dialog use filter nearest mipmaps on both sides. To avo...Rakka Rage2023-05-231-1/+2
|/
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+1
* TileSet editor AtlasMergingDialog crash fixkleonc2023-03-281-3/+2
* Fix tile atlas merging crashkobewi2023-02-201-1/+3
* 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