summaryrefslogtreecommitdiff
path: root/scene/2d/tile_map.cpp
AgeCommit message (Expand)Author
2018-06-07Fixes the bad calculation of margin & anchors when child of Node2Dgroud
2018-06-03Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov
2018-06-02Added autotile overrideJames Beedie
2018-05-29Improve TileMap undo operations, second tryMarcelo Fernandez
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-16Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy
2018-05-15Fixing a bug where tilemap navigation would not be accurate after a tilemap e...James
2018-05-04Allow uncommon bitmask for autotile - Fixes #16511mateusak
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-03-30Implement missing navgiation polygon debugging in tilemapBenedikt Bär
2018-03-13Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde
2018-03-11Update TileMap when its TileSet changesShyRed
2018-02-24TileMap: add fix_invalid_tilesPoommetee Ketson
2018-02-20Tileset Editor ImprovementDamar Indra
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-16Merge pull request #13991 from CyanBlob/masterRémi Verschelde
2017-12-16TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas
2017-12-15Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden
2017-12-10TileMap: Drop unused center_x/center_y booleansRémi Verschelde
2017-12-09Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde
2017-12-09Convert tilemap format in get_tile_data()Andrew Thomas
2017-12-08Fixes TileMap occluder offsets.PJB3005
2017-12-02TileMap FixesMariano Suligoy
2017-11-27Fix displacement for centered tilemapsMatthias Hoelzl
2017-11-24Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov
2017-11-20Implement auto-tilingMariano Suligoy
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere
2017-11-15Fixing tilemap rotation for non top-left tiles.Vito
2017-11-10Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-30Merge pull request #10361 from RandomShaper/tilemap-global-mtlRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Removed old fp_adjust code that conflicts with clipped rects, fixes #9925Juan Linietsky
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-15Let TileMap apply its materialPedro J. Estébanez
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-02Added get_used_cells_by_id method 3.0Hassan A
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov