Age | Commit message (Expand) | Author |
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 |
2021-10-13 | Greatly improve editor performances by deferring tiles related updates | Gilles Roudière |
2021-10-13 | Prevent tiles outside atlas texture | Gilles Roudière |
2021-10-11 | Merge pull request #53678 from groud/fix_tilemap_selection_not_updating | Rémi Verschelde |
2021-10-11 | Fix selection not updating when erasing tiles | Gilles Roudière |
2021-10-11 | Fix TileSet selection not updating when selecting on TileMap | Gilles Roudière |
2021-10-06 | Allow editing several tiles animations at once | Gilles Roudière |
2021-10-04 | Fix some leftover references to idle_frame | kobewi |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-29 | Improve TileMap physics for moving platforms and conveyor belts like movements | Gilles Roudière |
2021-09-29 | Merge pull request #53189 from AnilBK/use-class-specific-funcs | Rémi Verschelde |
2021-09-29 | Merge pull request #53186 from groud/tiles_fixes | Rémi Verschelde |
2021-09-29 | Use functions defined in the their classes. | Anilforextra |
2021-09-28 | Various tiles-related fixes | Gilles Roudière |
2021-09-28 | Merge pull request #53064 from YeldhamDev/template_manager_mirror_icon | Rémi Verschelde |
2021-09-26 | Fix tile size property | kobewi |
2021-09-25 | Make some buttons in editor use the lighter version of the TabMenu icon | Michael Alexsander |
2021-09-25 | Construct values only when necessary. | Anilforextra |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-23 | Implement animated tiles | Gilles Roudière |
2021-09-21 | Fix paint tool duplicate shortcut | Nicholas Huelin |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra |
2021-09-14 | Fix transform of TileMap nodes and tilemap selection | Gilles Roudière |
2021-09-08 | Merge pull request #52459 from groud/fix_terrain_editor_reset | Gilles Roudière |
2021-09-07 | Fix TileSet terrain painting reset to no terrain | Gilles Roudière |