Age | Commit message (Expand) | Author |
2022-03-02 | Added property hint to id property in tile set atlas source editor | Igor Kordiukiewicz |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-24 | Fix source picking with sort | kobewi |
2022-02-16 | Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c | Rémi Verschelde |
2022-02-16 | Convert _notification methods to switch - Chunk C | Jakob Bouchard |
2022-02-16 | Automatically select source of the picked tile | kobewi |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-15 | Merge pull request #57329 from Ev01/tileset-editor-minimum-zoom | Rémi Verschelde |
2022-02-14 | Remove most EditorNode constructor parameters and fields | trollodel |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-06 | Add missing SNAME macro optimization in some function calls | jmb462 |
2022-02-04 | Merge pull request #57631 from groud/terrain_fix_with_empty_cells | Rémi Verschelde |
2022-02-04 | Fixes terrain painting on TileMaps when using empty terrain bits | Gilles Roudière |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-01 | Fix TileMap Display Grid fadeout | Markus Sauermann |
2022-01-30 | Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editor | Ev01 |
2022-01-28 | Merge pull request #57365 from pycbouh/editor-icons-uniformity | Rémi Verschelde |
2022-01-29 | Fix theme application in various curve editors | Yuri Sizov |
2022-01-28 | TileSetAtlasSource: Make `get_tile_data` return `TileData *` | Rémi Verschelde |
2022-01-27 | Fixes TileMap editor not disappearing | Igor Kordiukiewicz |
2022-01-26 | Allow sorting tileset sources | kobewi |
2022-01-23 | Minor tweaks and fixes to panning | kobewi |
2022-01-21 | Add ViewPanner to 2D editor | kobewi |
2022-01-14 | Merge pull request #56249 from PucklaMotzer09/physics_layer_tooltip | Rémi Verschelde |
2022-01-13 | Fix various typos | luz paz |
2022-01-13 | Add tooltips to all tile data editor properties | PucklaMotzer09 |
2022-01-13 | Merge pull request #56253 from PucklaMotzer09/tile_editor_select | Rémi Verschelde |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi |
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi |
2022-01-04 | Merge pull request #56429 from PucklaMotzer09/tile_set_editor_hide | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Correctly show and hide tile set editor panel | PucklaMotzer09 |
2021-12-26 | Correctly deselect properties of TileDataCollisionEditor | PucklaMotzer09 |
2021-12-09 | Merge pull request #55299 from nathanfranke/renames | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-09 | Fix some containers disabling wrong scrollbars | kobewi |
2021-12-07 | ScrollContainer's scrollbar visibility is now enum | kobewi |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke |
2021-11-30 | Right-clicking with copied tiles cancels it | Fazil Babu |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-12 | Implement texture padding in TileSetAtlasSources | Gilles Roudière |
2021-11-12 | Merge pull request #53987 from groud/tile_data_inspector_plugin | Rémi Verschelde |
2021-11-05 | Fix previews sometimes displaying wrong/blank image | Brian Semrau |
2021-11-05 | Use Callable in RS::request_frame_drawn_callback | Brian Semrau |
2021-11-01 | Merge pull request #54396 from groud/implement_terrain_other_brushes | Rémi Verschelde |
2021-11-01 | Fix TileSet editor drag and drop not working | Gilles Roudière |