summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map_layer.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+2
|\
| * Add `TileMapLayer._update_cells` virtual callback called when the ↵Souchet Ferdinand2024-11-111-0/+2
| | | | | | | | | | | | TileMapLayer's cells are updated Made `_update_cells` a hook into the `TileMapLayer`'s internal update
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
|
* Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-031-1/+1
|
* Merge pull request #93970 from ↵Rémi Verschelde2024-08-281-0/+6
|\ | | | | | | | | | | MarblesFr/feature/collision-occlusion-options-layer-map Add occlusion enabled option to TileMapLayer
| * Add occlusion enabled options to tile map layerSora2024-07-221-0/+6
| |
* | Add helper methods to check for tile transformskobewi2024-08-121-0/+4
|/
* Merge pull request #92016 from KoBeWi/pick_layers_like_a_bossRémi Verschelde2024-06-281-0/+4
|\ | | | | | | Allow selecting TileMapLayers by clicking them
| * Allow selecting TileMapLayers by clicking themkobewi2024-05-161-0/+4
| |
* | Fix TileMapLayer not respecting physics interpolation modeRicardo Buring2024-06-181-0/+2
| |
* | Implement X-draw-order switch in TileMapLayerGilles Roudière2024-06-101-2/+7
| |
* | Remove some TileMap dependencies from TileMapLayerkobewi2024-05-211-0/+4
|/
* [TileMap] Fix forcing cleanup on exiting tree/canvasA Thousand Ships2024-04-041-8/+7
|
* Expose TileMapLayerGilles Roudière2024-04-031-52/+91
|
* Remove almost all remaining dependencies of TileMapLayer on TileMapGilles Roudière2024-02-291-20/+44
|
* Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
|
* Fixes a memory leak with TileMap runtime updatesGilles Roudière2024-02-211-0/+2
|
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-10/+23
|
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-28/+32
|
* Fix some TileMap debug drawing truncating to intskleonc2024-01-141-4/+4
|
* [Core] Prevent copying of `SelfList` and `SelfList::List`A Thousand Ships2024-01-071-16/+0
| | | | | | | Copying of these types is unsafe and should be detected Also removed unnecessary constructors for `TileMap` `DebugQuadrant` and `RenderingQuadrant` which used copying of `SelfList::List`
* Move TileMapLayer to its own filesGilles Roudière2024-01-051-0/+429