Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | Merge pull request #70601 from vmedea/keep-terrain-choice | Rémi Verschelde | |
Keep terrain choice when changing layer in tilemap editor | |||
2023-01-13 | Merge pull request #71335 from groud/fix_atlas_merging | Rémi Verschelde | |
Fixes TileSet atlas merging not working correctly | |||
2023-01-13 | Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixes | Rémi Verschelde | |
Fix contextual visibility of tileset and tilemap editors (again) | |||
2023-01-13 | Fixes TileSet atlas merging not working correctly | Gilles Roudière | |
2023-01-12 | Add expand modes to TextureRect | kobewi | |
2023-01-10 | Change set_drag_forwarding() to use callables. | Juan Linietsky | |
* This solution is much cleaner than the one in 3.x thanks to the use of callables. * Works without issues in any language (no need to worry about camel or snake case). * Editor code uses a compatibility function (too much work to redo). Fixes #59899 | |||
2023-01-05 | TileAtlasView Update zoom and panning before emitting signal | kleonc | |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde | |
As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | |||
2023-01-03 | Fix "Double-click on the TileMap's pattern prints an error" (#70892) | Charles Crete | |
2022-12-30 | Fix heap-use-after-free when using TileMap editor | Haoyu Qiu | |
2022-12-26 | Keep terrain choice when changing layer in tilemap editor | mara | |
Make `TileMapEditorTerrainsPlugin::edit` logic analogous to `TileMapEditorTilesPlugin::edit`, in that the selection is only cleared when switching to another tilemap. Closes #70033. | |||
2022-12-22 | Add inspector plugin for key time edit & Change find key argument | Silc Renew | |
2022-12-19 | Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygon | Rémi Verschelde | |
`TileSet` Simplify isometric tile shape polygon to 4 vertices | |||
2022-12-19 | TileSet Simplify tile shape polygons | kleonc | |
2022-12-18 | Use layer's modulate for tile previews | kobewi | |
2022-12-13 | Merge pull request #70006 from timothyqiu/atlas-source-paint-scroll | Rémi Verschelde | |
Add scroll container for tile data editors | |||
2022-12-13 | Merge pull request #69893 from henrlin24/hide-scattering | Rémi Verschelde | |
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" option is disabled | |||
2022-12-13 | Add scroll container for tile data editors | Haoyu Qiu | |
2022-12-12 | Merge pull request #69300 from timothyqiu/tile-set-atlas-source | Rémi Verschelde | |
Improve TileSetAtlasSourceEditor UI | |||
2022-12-11 | Hide Scattering label and controls within TileMap editor window when "Place ↵ | henrlin24 | |
Random Tile" is disabled | |||
2022-12-10 | Fix !tile_set.is_valid() error on startup | Haoyu Qiu | |
2022-12-10 | Improve TileSetAtlasSourceEditor UI | Haoyu Qiu | |
* Updates the overall layout, moving mode buttons to the top. * Uses inspector category instead of a Label to show what's being edited. This also allows better scrolling behavior. | |||
2022-12-09 | Merge pull request #67283 from KoBeWi/one_way_ticket | Rémi Verschelde | |
Add one-way indicator to tile collision editor | |||
2022-12-09 | Merge pull request #60892 from KoBeWi/fat_selection | Rémi Verschelde | |
Improve tile editor selection appearance | |||
2022-12-09 | Improve tile editor selection appearance | kobewi | |
2022-12-08 | Update tile source icons when editor theme changes | Haoyu Qiu | |
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Merge pull request #69695 from timothyqiu/id-capitalization | Rémi Verschelde | |
Make ID capitalization in tiles editor consistent | |||
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Fix crash when deleting an alternative-level tile proxy | Haoyu Qiu | |
2022-12-07 | Make ID capitalization in tiles editor consistent | Haoyu Qiu | |
2022-12-06 | Fix error when right clicking proxy list in TileProxiesManagerDialog | Haoyu Qiu | |
2022-12-04 | Fix heap-use-after-free when exiting editor after editing TileSet | Haoyu Qiu | |
2022-11-30 | Fix heap-use-after-free when changing alternative tile ID | Haoyu Qiu | |
2022-11-29 | Merge pull request #69062 from trollodel/lightweight_editor_mass | Rémi Verschelde | |
Use forward-declarations in big editor classes | |||
2022-11-29 | Use forward-declarations in big editor classes | trollodel | |
2022-11-29 | Fix heap-use-after-free when removing a tile in TileSet editor | Haoyu Qiu | |
2022-11-27 | Update TileSet preview when paint custom data changes | Haoyu Qiu | |
2022-11-25 | Merge pull request #69124 from zaevi/tilemap_fix_alternative_tile | Rémi Verschelde | |
[TileMap] Fix alternative tile issues. | |||
2022-11-24 | Cleanup remaining EditorUndoRedoManager usages | kobewi | |
2022-11-25 | [TileMap] Fix alternative tile issues. | Zae | |
2022-11-21 | Code simplifications found by cppcheck | Markus Sauermann | |
They are based on: - Boolean arithmetic simplifications - setting variables that are not accessed - constant variables | |||
2022-11-17 | Fixup TileSet build after #66557 | Rémi Verschelde | |
Last rebase was too old, didn't include this API rename. | |||
2022-11-17 | Merge pull request #66557 from ↵ | Rémi Verschelde | |
MisterMX/fix/tileset-custom-data-type-reload-editor fix(tileset): Recreate custom data editor if type has changed | |||
2022-11-17 | Merge pull request #64368 from YeldhamDev/tile_editor_label_center | Rémi Verschelde | |
Properly center labels in the TileMap/Set editors | |||
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-12 | Properly center labels in the TileMap/Set editors | Michael Alexsander | |
2022-11-04 | Fix pathological corner case in drawing tileset editor | clayjohn | |
Interleaving draw_rect calls with and without a texture forces every rect to have its own draw call. In this case it meant that there is a draw call for every single tile in the atlas. This change makes it so the renderer can batch draw calls which reduced the draw call count by a factor of 512 | |||
2022-11-03 | Fix incorrect drawing of alternative tiles | Ninni Pipping | |
2022-11-02 | Unify usage of undo_redo in editor | kobewi | |