summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+23
|\
| * Add `TileMapLayer._update_cells` virtual callback called when the TileMapLaye...Souchet Ferdinand2024-11-111-0/+23
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+2
|\|
| * Add collision priority property to TileSet physics layersDanni2024-11-021-0/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-031-39/+58
* Merge pull request #90945 from Scony/extract-navigation-defaultsRémi Verschelde2024-08-291-1/+1
|\
| * Extract navigation-related defaults to separate headerPawel Lampe2024-08-271-1/+1
* | Merge pull request #93970 from MarblesFr/feature/collision-occlusion-options-...Rémi Verschelde2024-08-281-2/+20
|\ \ | |/ |/|
| * Add occlusion enabled options to tile map layerSora2024-07-221-2/+20
* | Add helper methods to check for tile transformskobewi2024-08-121-0/+16
|/
* Fix some TileMapLayer editing problemskobewi2024-06-291-1/+1
* Merge pull request #92016 from KoBeWi/pick_layers_like_a_bossRémi Verschelde2024-06-281-0/+6
|\
| * Allow selecting TileMapLayers by clicking themkobewi2024-05-161-0/+6
* | Fix TileMapLayer not respecting physics interpolation modeRicardo Buring2024-06-181-5/+47
* | Implement X-draw-order switch in TileMapLayerGilles Roudière2024-06-101-8/+40
* | Remove some TileMap dependencies from TileMapLayerkobewi2024-05-211-5/+90
* | Fix 2d sdf collision for TileMapLayercosparks2024-05-201-0/+1
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-20/+20
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+2
* Don't store TileMapLayer data if emptykobewi2024-04-191-0/+9
* [TileMap] Fix forcing cleanup on exiting tree/canvasA Thousand Ships2024-04-041-30/+28
* Expose TileMapLayerGilles Roudière2024-04-031-394/+431
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+17
* Remove almost all remaining dependencies of TileMapLayer on TileMapGilles Roudière2024-02-291-117/+221
* Prevent threading problems in `TileMap`A Thousand Ships2024-02-271-4/+9
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-2/+2
* Fixes a memory leak with TileMap runtime updatesGilles Roudière2024-02-211-8/+19
* Merge pull request #88190 from Eoin-ONeill-Yokai/bugfix/materials-tilemap2dRémi Verschelde2024-02-131-1/+1
|\
| * Fix regression where tile-specific materials were ignored.Eoin O'Neill2024-02-101-1/+1
* | Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-147/+175
|/
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-295/+351
* Fix some TileMap debug drawing truncating to intskleonc2024-01-141-4/+4
* Fix TileMap quadrant canvas item position not being localkleonc2024-01-081-1/+1
* Move TileMapLayer to its own filesGilles Roudière2024-01-051-0/+2886