summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...Mateo Dev .592020-09-121-0/+4
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Rename various TileMap methods/properties for clarity and consistencyHugo Locurcio2020-05-101-4/+4
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-1/+1
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-1/+1
* 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