summaryrefslogtreecommitdiffstats
path: root/scene/resources/2d
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+2
|\
| * Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor...Kiro2024-11-111-0/+2
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-112-3/+40
|\|
| * Merge pull request #98773 from KeyboardDanni/tileset_collision_priorityThaddeus Crews2024-11-102-0/+33
| |\
| | * Add collision priority property to TileSet physics layersDanni2024-11-022-0/+33
| * | 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-065-10/+11
|\| | |
| * | | 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
| * | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-2/+2
| * | | | Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-022-4/+5
| | |_|/ | |/| |
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-10/+10
|\| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-253-10/+10
| |/ /
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2745-90/+90
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-2745-90/+90
* | | | 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-1145-0/+90
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-19/+19
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-1/+1
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* | | Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-033-27/+159
|/ /
* / Extract navigation-related defaults to separate headerPawel Lampe2024-08-271-1/+2
|/
* Merge pull request #92560 from smix8/navmesh2d_bake_partitionRémi Verschelde2024-08-192-0/+28
|\
| * Add triangulation partition option to 2D navigation mesh bakingsmix82024-08-052-0/+28
* | Add bounds function to NavigationMeshSourceGeometryDatasmix82024-08-192-0/+75
* | NavigationPolygon: Implement get/set_polygon fast paths.Patrick Sean Klein2024-08-173-28/+66
* | Fix TileAtlasView bounds checks for transposed tileskleonc2024-08-092-1/+17
|/
* Fix NavigationPolygon not updating consistently on rebakessmix82024-07-141-0/+4
* Fix thread-use causing navigation polygon data corruptionsmix82024-06-212-2/+47
* Fix thread-use causing navigation source geometry data corruptionsmix82024-06-212-25/+55
* TileSet: Maintain NavigationPolygon sub-polygons when rotatingPatrick Sean Klein2024-06-131-7/+5
* Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-2/+2
* 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
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-3/+3
* Reset state of SkeletonModification2D when loaded from cachejohnsonbaugh2024-04-232-0/+7
* Fix errors and warnings when loading Skeleton2D Modificationsjohnsonbaugh2024-04-236-19/+45
* Merge pull request #90994 from aaronp64/tileset_compressed_imageRémi Verschelde2024-04-221-0/+5
|\
| * Handle compressed images in TileSetAtlasSource::_create_padded_image_textureaaronp642024-04-211-0/+5
* | Add NavigationMeshSourceGeometryData append functionssmix82024-04-212-0/+24
|/
* Move NavigationMeshSourceGeometryData(2D/3D) to the 2D/3D subfoldersAaron Franke2024-04-155-1/+1066
* TileSet: don't save angular and linear physics velocities if they have their ...Gilles Roudière2024-04-081-2/+14
* Fixes "no cached rect" errors in TileMapLayer editorGilles Roudière2024-04-041-0/+2