aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-2/+2
* Merge pull request #18960 from isaacremnant/autotile_3x3_minimalMariano Javier Suligoy2018-05-171-4/+4
|\
| * Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-4/+4
* | Merge pull request #18529 from swarnimarun/masterRémi Verschelde2018-05-171-1/+1
|\ \ | |/ |/|
| * Fix tileset bug #18090 to use StaticBody2D positionSwarnim Arun2018-05-091-1/+1
* | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-011-3/+3
|\ \
| * | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-3/+3
| |/
* / Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-0/+1
|/
* Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-231-1/+5
* Merge pull request #17013 from Noshyaar/themeRémi Verschelde2018-03-131-1/+1
|\
| * Update icons when theme changedPoommetee Ketson2018-02-251-1/+1
* | Merge pull request #17166 from Noshyaar/tilemap2Rémi Verschelde2018-03-131-0/+3
|\ \
| * | TileSet&TextureRegion: fix error when getting nonexistent tilePoommetee Ketson2018-03-021-0/+3
* | | TileSetEditorPlgn: use EditorHandle icon as handlePoommetee Ketson2018-03-021-17/+34
|/ /
* / TileSetEditorPlgn: Fix a leakPoommetee Ketson2018-02-271-1/+6
|/
* Tileset Editor ImprovementDamar Indra2018-02-201-396/+606
* fix crash autotile edit modedamarindra2018-02-161-0/+5
* Fix ObjectDB Instances still existPoommetee Ketson2018-01-221-1/+5
* TileSetEditorPlugin: take scale in accout when highlighting current selected ...Mariano Suligoy2018-01-171-6/+4
* Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+1
* fix updating tileset list when assign texture and set autotile truedamarindra2018-01-111-0/+9
* Merge pull request #15357 from damarindra/autotile-behaviourRémi Verschelde2018-01-071-46/+49
|\
| * Fixing weird behaviour on autotile editordamarindra2018-01-051-46/+49
* | Fix typo in new stringsPoommetee Ketson2018-01-061-1/+1
|/
* prevent autotile properties out of boundsdamarindra2018-01-051-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix get_edited_scene_root error at starting editorvolzhs2018-01-051-1/+1
* Fixed "Tile Set" button always showing bug introduced with #15309.Michael Alexsander Silva Dias2018-01-041-10/+12
* Fixed the "Tile Set" button being able to go out of bounds.Michael Alexsander Silva Dias2018-01-031-7/+2
* Merge pull request #15185 from damarindra/masterRémi Verschelde2018-01-031-13/+56
|\
| * Improve : ease of use TileSet Editordamarindra2018-01-021-13/+56
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Autotile Enhancementdamarindra2017-12-281-59/+224
* Add more translatable text for editor plugins.geequlim2017-12-231-6/+6
* Fix method not returning value in all paths (autotile editor)George Marques2017-12-171-3/+3
* Fixed Tileset editor button having the wrong text and not being translatable.Michael Alexsander Silva Dias2017-12-121-1/+1
* Fix get_edited_scene_root error at starting editorvolzhs2017-12-101-1/+1
* TileMap FixesMariano Suligoy2017-12-021-15/+41
* Implement auto-tilingMariano Suligoy2017-11-201-3/+1137
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-10/+10
* Some control fixes and removed useless linesGilles Roudiere2017-08-191-1/+0
* Updated function argument namesWilson E. Alvarez2017-08-121-2/+2
* Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-011-4/+19
* Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky2017-07-011-19/+4
* Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-4/+19
* Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-9/+4
|\
| * Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-9/+4
* | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-261-0/+2
|\ \ | |/ |/|