Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-01 | Fix TileSet editor drag and drop not working | Gilles Roudière | |
2021-10-26 | Add focus font color to Button and derivatives | Yuri Sizov | |
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 | |
Add range hint to font_size properties. Remove excessive `base_size` Font property. | |||
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 | |
Solve few update problems | |||
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 | |
This pull request fixes an issue where the pain tool in tile_map_editor.cpp had two different shortcuts for the same tool. | |||
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 | |
Fix TileSet terrain painting reset to no terrain | |||
2021-09-07 | Fix TileSet terrain painting reset to no terrain | Gilles Roudière | |
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière | |
2021-08-23 | Rename polygon editor settings for better display in the Editor Settings | Hugo Locurcio | |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | |
* `_gui_input`, `_input`, `_unhandled_input` and `_unhandled_key_input` are now regular C++ virutal functions. * Everything else converted to GDVIRTUAL * BIND_VMETHOD is gone, always use the new syntax from now on. Creating `_gui_input` method and using the binder to register events will no longer work, simply override the virtual function now. | |||
2021-08-02 | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵ | Gilles Roudière | |
node instead | |||
2021-07-31 | Make action names translatable | Haoyu Qiu | |
2021-07-28 | Fix duplicate shortcut in TileMap Editor | Nicholas Huelin | |
This pull request fixes an issue where the paint and erase tools in the TileMap editor had the same shortcut (E). The erase tool having "E" be its shortcut makes more sense than the paint tool having that be its shortcut. So I changed the paint tool's shortcut to be "D" since nothing else uses it and it's short for "draw", it's also right next to "S" on the keyboard which happens to be the selection tool. | |||
2021-07-26 | Fix undo for bucket tool in tile map | kobewi | |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde | |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde | |
2021-07-25 | Fix various typos with codespell | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | |||
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke | |