summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.h
Commit message (Expand)AuthorAgeFilesLines
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-1/+1
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some issue with TileMap's and other nodes' boundariesBojidar Marinov2019-07-081-0/+7
* Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller2019-07-021-0/+8
* Allow ColisionObject2D to get shapes from tilemapsBojidar Marinov2019-06-271-0/+15
* added negative X and negative Y offset to TileMapAaron Winter2019-04-051-0/+2
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Unexpose TileMap set_celldMarcelo Fernandez2018-08-291-1/+1
* Fixes bugs on the 2D editor scrollable areagroud2018-07-301-0/+2
* Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers2018-07-221-1/+2
* Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner2018-07-031-3/+0
|\
| * Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-3/+0
* | Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-261-0/+1
|\ \
| * | Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-291-0/+1
| |/
* / Optimize _recreate_quadrantsMarcelo Fernandez2018-06-261-1/+1
|/
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+1
* Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+1
|\
| * TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+1
* | Update TileMap when its TileSet changesShyRed2018-03-111-0/+2
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Merge pull request #13991 from CyanBlob/masterRémi Verschelde2017-12-161-0/+1
|\
| * TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...Andrew Thomas2017-12-161-0/+1
* | TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-101-6/+0
* | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-091-3/+3
|\ \
| * | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-091-3/+3
| |/
* / Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+4
|/
* TileMap FixesMariano Suligoy2017-12-021-2/+2
* Implement auto-tilingMariano Suligoy2017-11-201-3/+26
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
* Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-101-0/+4
* Merge pull request #10361 from RandomShaper/tilemap-global-mtlRémi Verschelde2017-08-301-0/+7
|\
| * Let TileMap apply its materialPedro J. Estébanez2017-08-151-0/+7
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Added get_used_cells_by_id method 3.0Hassan A2017-08-021-0/+1
* Merge pull request #8271 from MattUV/masterRémi Verschelde2017-04-091-0/+6
|\
| * Add set/get_collision_layer/mask_bit() to TileMapsMattUV2017-04-061-0/+6
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-52/+62
* Add Rect2 TileMap::get_used_rect(), closes #4390Bojidar Marinov2017-02-201-2/+5
* Type renames:Juan Linietsky2017-01-111-7/+7
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+0
|\
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | TileMap now honors blending mode.Ovnuniarchos2016-11-241-0/+2
|/