Age | Commit message (Expand) | Author |
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-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 |
2021-10-29 | Implement missing TileMap brushes for terrains | Gilles Roudière |
2021-10-26 | Add focus font color to Button and derivatives | Yuri Sizov |
2021-10-26 | Implement polygons editors in the tiles selection mode | Gilles Roudière |
2021-10-26 | Merge pull request #54073 from groud/terrains_for_procgen | Rémi Verschelde |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg |
2021-10-21 | Allow updating TileMap cells using surrounding terrains | Gilles Roudière |
2021-10-20 | Merge pull request #53926 from YeldhamDev/i_am_tabbar_now | Rémi Verschelde |
2021-10-19 | Remove the tilemap/tileset editor switch, move it to tabs | Gilles Roudière |
2021-10-19 | Rename `Tabs` to `TabBar` | Michael Alexsander |
2021-10-19 | Implement TileMap patterns palette | Gilles Roudière |
2021-10-19 | Merge pull request #52940 from groud/toast_notification | Rémi Verschelde |
2021-10-19 | Merge pull request #53805 from groud/name_to_tileset_sources | Rémi Verschelde |
2021-10-14 | Add a name to TileSet sources | Gilles Roudière |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-14 | Add tool quick-select to tile editor | kobewi |
2021-10-13 | Merge pull request #53767 from groud/improve_tile_set_change_performances | Rémi Verschelde |