Age | Commit message (Expand) | Author |
2019-11-12 | Properly handle zoom when opening tileset editor | Tomasz Chabora |
2019-11-04 | Fixed cases where labels with autowrap can overflow the editor ui | PouleyKetchoupp |
2019-10-31 | Fix "seperate" typos | Aaron Franke |
2019-09-04 | Add informational messages to various editors | Michael Alexsander Silva Dias |
2019-08-26 | Added drag and drop to the tileset plugin. | dankan1890 |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-08-05 | Merge pull request #31085 from sparkart/fix_redundant_navpolygons | Rémi Verschelde |
2019-08-04 | Fix Redundant Navigation Polygons | Emmanuel Barroga |
2019-08-03 | Some Vector2i usage cleanup | Aaron Franke |
2019-07-22 | Revert "Expose "meta" to the Inspector" | Rémi Verschelde |
2019-07-19 | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-06-28 | Fix memory leak in Tilemaps | qarmin |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde |
2019-05-28 | Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editor | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-10 | add hotkeys to tileset editor | ahouts |
2019-04-21 | Tileset-Editor: Added alternative tool for drawing a rectangular shape. | dankan1890 |
2019-04-11 | Fix position of tile names in TileSet editor when zooming in/out | Michael Alexsander Silva Dias |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flags | Rémi Verschelde |
2019-04-08 | + Added ignore flags to autotile bitmask | Magnus Specht |
2019-04-05 | Fix crash when using the Tileset Editor when the given shape has no points | Michael Alexsander Silva Dias |
2019-03-27 | Update tile_set_editor_plugin.cpp | Siddharth |
2019-03-27 | Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a combinatio... | Siddharth |
2019-03-23 | Updated tile_set_editor_plugin.cpp And area.cpp# This is a combination of 2 c... | Siddharth |
2019-03-06 | TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238 | Mariano Suligoy |
2019-03-05 | Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disable | Rémi Verschelde |
2019-03-05 | Fixed Tileset preview stretching textures | Gio Aleman |
2019-03-05 | Disable coord navigation buttons in TileSet editor when no texture is selected | Michael Alexsander Silva Dias |
2019-03-04 | TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes #2... | Mariano Suligoy |
2019-03-03 | Merge pull request #26385 from MarianoGnu/tileset_editor | Rémi Verschelde |
2019-03-02 | TileSetEditor: Allow to toggle Convex/Concave collisions. Alternative fix to ... | Mariano Suligoy |
2019-02-28 | Allow to change selection of collision shapes added to the same tile. Fixes #... | Mariano Suligoy |
2019-02-28 | Allow to change selection around all tiles on the texture without clicking on... | Mariano Suligoy |
2019-02-27 | Make TileSet editor's workspace change size according to region changes | Michael Alexsander Silva Dias |
2019-02-26 | Allow Creation of Multiple Collision Shapes for Tiles #24003 | Peter Oberrauner |
2019-02-23 | TileSetEditor: Show Edition Context by demand | Mariano Suligoy |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | Added a create rectangle button to the tileset editor. | MrCdK |
2019-01-01 | Merge pull request #24686 from YeldhamDev/autotile_grid_separation_fix | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-31 | Fix incorrect grid snapping in TileSet editor with separation | Michael Alexsander Silva Dias |
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias |
2018-12-24 | General fixes for the TileSet editor | Michael Alexsander Silva Dias |
2018-12-23 | Add EDITMODE_PRIORITY for ATLAS_TILE | Guilherme Felipe |
2018-12-21 | Merge pull request #24513 from YeldhamDev/fix_tileset_editor_draw | Rémi Verschelde |