summaryrefslogtreecommitdiffstats
path: root/scene/resources/2d/tile_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-3/+37
|\
| * Merge pull request #98773 from KeyboardDanni/tileset_collision_priorityThaddeus Crews2024-11-101-0/+30
| |\
| | * Add collision priority property to TileSet physics layersDanni2024-11-021-0/+30
| * | Merge pull request #98317 from YYF233333/vformatThaddeus Crews2024-11-071-3/+7
| |\ \
| | * | Optimize TileSetAtlasSource::_get_property_listYufeng Ying2024-10-191-3/+7
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-4/+4
|\| | |
| * | | Merge pull request #98571 from timothyqiu/pname-no-editorThaddeus Crews2024-11-051-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translationHaoyu Qiu2024-10-261-4/+4
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-6/+6
|\| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-6/+6
| |/ /
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Fix error when undo tile deletion in TileSetAtlasSourceEditorHaoyu Qiu2024-10-181-4/+4
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
* | Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-031-24/+144
|/
* NavigationPolygon: Implement get/set_polygon fast paths.Patrick Sean Klein2024-08-171-8/+9
* Fix TileAtlasView bounds checks for transposed tileskleonc2024-08-091-1/+16
* TileSet: Maintain NavigationPolygon sub-polygons when rotatingPatrick Sean Klein2024-06-131-7/+5
* Fixes an index error in TileSet when caching transformed collision layers.Patrick Sean Klein2024-05-261-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-27/+27
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-3/+3
* Handle compressed images in TileSetAtlasSource::_create_padded_image_textureaaronp642024-04-211-0/+5
* TileSet: don't save angular and linear physics velocities if they have their ...Gilles Roudière2024-04-081-2/+14
* [TileSet] Expose `TileData.is_valid_terrain_peering_bit`A Thousand Ships2024-03-261-0/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-3/+3
* Fix call queue problems when loading TileSetkobewi2024-03-141-17/+44
* Move 2D-only resources to their own folderAaron Franke2024-02-261-0/+6927