summaryrefslogtreecommitdiffstats
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Rework Navigation Avoidancesmix82023-05-106-250/+651
* Merge pull request #57179 from spacechase0/notify-world2d-changed-masterRémi Verschelde2023-05-081-0/+9
|\
| * Propogate previously unused NOTIFICATION_WORLD_2D_CHANGED, make CanvasItem/Co...Chase Warrington2023-05-011-0/+9
* | Light3D show scaling warning immediatelyVolTer2023-05-011-3/+1
* | TileMap: Add method to fetch the layer for a given bodyProggle2023-04-252-0/+12
* | Fix TouchScreenButton not redrawn when texture changesHaoyu Qiu2023-04-231-3/+22
* | Merge pull request #70332 from aaronfranke/rigid-body-unitsRémi Verschelde2023-04-181-1/+1
|\ \
| * | Improve some units in RigidBody nodesAaron Franke2023-04-151-1/+1
* | | Merge pull request #74814 from kleonc/tilemap-fix-rendering-odd-sized-tilesYuri Sizov2023-04-182-12/+12
|\ \ \
| * | | TileMap Fix rendering odd-sized tileskleonc2023-03-122-12/+12
| | |/ | |/|
* | | Make Area physics priority consistently int and allow negative numbersAaron Franke2023-04-182-5/+5
| |/ |/|
* | Use angle_rand to calculate base_angle in particles process materialclayjohn2023-04-131-2/+2
* | Merge pull request #75756 from smix8/fix_obstacle_avoidance_sim_4.xYuri Sizov2023-04-072-0/+9
|\ \
| * | Fix NavigationObstacles not being added to avoidance simulationsmix82023-04-062-0/+9
* | | Merge pull request #75728 from smix8/fix_audiostreamplayer2d_crash_4.xYuri Sizov2023-04-072-2/+7
|\ \ \ | |/ / |/| |
| * | Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on threadsmix82023-04-062-2/+7
* | | Remove NOTIFICATION_MOVED_IN_PARENTJuan Linietsky2023-04-062-12/+9
|/ /
* | Merge pull request #75487 from Rindbee/improve_update_remote_in_RemoteTransfo...Rémi Verschelde2023-04-031-32/+29
|\ \
| * | Fix RemoteTransform2D could fail to update AnimatableBody2D's position or rot...Rindbee2023-03-301-32/+29
* | | Merge pull request #75326 from smix8/navigationagent_expose_parameters_4.xRémi Verschelde2023-04-032-0/+40
|\ \ \ | |/ / |/| |
| * | Expose NavigationAgent path postprocessing and pathfinding algorithm optionssmix82023-03-252-0/+40
* | | Merge pull request #75398 from newobj/issue-75218Yuri Sizov2023-03-281-0/+5
|\ \ \
| * | | Update GPUParticles2D/3D speed scale on ENTER_TREEBrian Long2023-03-271-0/+5
* | | | Merge pull request #75266 from rburing/shapecast2d_disconnectYuri Sizov2023-03-272-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Port robust signal (dis)connection to ShapeCast2DRicardo Buring2023-03-242-4/+11
| | |/ | |/|
* | | Merge pull request #75258 from AThousandShips/autoplayYuri Sizov2023-03-251-2/+2
|\ \ \
| * | | Fix `AnimatedSprite2D` autoplay warningNinni Pipping2023-03-231-2/+2
| | |/ | |/|
* | | Merge pull request #73897 from TheSecondReal0/camera-line-widthYuri Sizov2023-03-251-3/+3
|\ \ \ | |/ / |/| |
| * | Draw Camera2D outlines as 2 point primitives instead of 4Asa Sprow2023-03-231-3/+3
* | | Merge pull request #74092 from KoBeWi/zero_reason_to_changeYuri Sizov2023-03-161-0/+36
|\ \ \
| * | | Add early return for changing TileMap propertieskobewi2023-02-281-0/+36
* | | | Allow negative NavigationAgent2D path debug line_width for thin linessmix82023-03-162-4/+8
| |_|/ |/| |
* | | Merge pull request #74282 from timothyqiu/news-anchorRémi Verschelde2023-03-051-0/+1
|\ \ \
| * | | Notify child controls when BackBufferCopy's rect changedHaoyu Qiu2023-03-031-0/+1
| |/ /
* | | Merge pull request #74251 from MarcusElg/positiongroupRémi Verschelde2023-03-052-8/+8
|\ \ \
| * | | Fix Camera2D position smoothing properties not being groupedMarcus Elg2023-03-032-8/+8
| |/ /
* | | Merge pull request #73749 from fabriceci/expose-apply-floor-snapRémi Verschelde2023-03-032-2/+17
|\ \ \ | |/ / |/| |
| * | Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci2023-02-222-2/+17
| |/
* | Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+5
* | Fix custom viewports in Camera2Dkobewi2023-02-241-4/+8
|/
* Remove visual limit for damping in CPUParticlesAlbin2023-02-191-2/+2
* Remove deprecated methods from Bone2DYuri Sizov2023-02-172-16/+0
* Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde2023-02-171-1/+1
|\
| * Fix Editor hanging if audiostream's pitch_scale is NaNstmSi2022-12-241-1/+1
* | Merge pull request #73470 from Sauermann/fix-touch-screen-button-emulatedYuri Sizov2023-02-171-4/+0
|\ \
| * | Remove device-id restriction from `TouchScreenButton` input eventsMarkus Sauermann2023-02-171-4/+0
* | | Tweak NavigationAgent3D defaultssmix82023-02-161-8/+8
|/ /
* | Merge pull request #73229 from smix8/navlink_global_positions_4.xRémi Verschelde2023-02-163-0/+60
|\ \
| * | Add NavigationLink helper functions for global positionssmix82023-02-143-0/+60
* | | Fix TileMap NavigationServer 'Invalid ID' errorsmix82023-02-142-2/+6