summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers2018-07-221-5/+5
* Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner2018-07-031-10/+0
|\
| * Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-10/+0
* | Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-261-0/+6
|\ \
| * | Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-291-0/+6
| |/
* | Optimize _recreate_quadrantsMarcelo Fernandez2018-06-261-3/+7
* | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-1/+3
|\ \
| * | Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-1/+3
| |/
* / Added autotile overrideJames Beedie2018-06-021-0/+8
|/
* Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-12/+27
* Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy2018-05-161-1/+2
|\
| * Fixing a bug where tilemap navigation would not be accurate after a tilemap e...James2018-05-151-1/+2
* | Allow uncommon bitmask for autotile - Fixes #16511mateusak2018-05-041-4/+4
* | Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-1/+5
* | Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* | Implement missing navgiation polygon debugging in tilemapBenedikt Bär2018-03-301-0/+55
* | Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+11
|\ \
| * | TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+11
* | | Update TileMap when its TileSet changesShyRed2018-03-111-3/+16
|/ /
* / Tileset Editor ImprovementDamar Indra2018-02-201-5/+5
|/
* Bind many more properties to scriptsBojidar Marinov2018-01-121-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
* Merge pull request #13991 from CyanBlob/masterRémi Verschelde2017-12-161-0/+23
|\
| * TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas2017-12-161-0/+23
* | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-151-1/+1
* | TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-101-29/+4
* | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-091-6/+8
|\ \
| * | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-091-6/+8
| |/
* / Fixes TileMap occluder offsets.PJB30052017-12-081-4/+1
|/
* TileMap FixesMariano Suligoy2017-12-021-8/+16
* Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-11/+13
* Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2017-11-241-1/+1
* Implement auto-tilingMariano Suligoy2017-11-201-30/+217
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
* Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-2/+2
* Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-101-2/+21
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-1/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Merge pull request #10361 from RandomShaper/tilemap-global-mtlRémi Verschelde2017-08-301-0/+30
|\
| * Let TileMap apply its materialPedro J. Estébanez2017-08-151-0/+30
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* | Removed old fp_adjust code that conflicts with clipped rects, fixes #9925Juan Linietsky2017-08-251-4/+2
* | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-9/+12
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2