summaryrefslogtreecommitdiffstats
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95132 from LeonStansfield/gpu_particles_ui_consistencyRémi Verschelde2024-10-012-7/+7
|\
| * Revent DRAW_ORDER_INDEX to DRAW_ORDER_LIFETIME default particle params for co...Leon Stansfield2024-08-041-1/+1
| * Adjusted listings of parameters displayed in inspector to be consistent accro...Leon Stansfield2024-08-042-8/+8
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-253-0/+3
* | Merge pull request #93786 from alvinhochun/viewport-pixel-snap-fixRémi Verschelde2024-09-251-1/+5
|\ \
| * | Prevent jitter in Parallax2DMark DiBarry2024-09-231-1/+5
* | | Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-231-1/+1
|/ /
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* | Merge pull request #93353 from AThousandShips/config_warning_fixRémi Verschelde2024-09-0813-13/+13
|\ \
| * | Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-0513-13/+13
* | | Fix 2D debug navigation flickering with tile mapssmix82024-09-051-0/+1
|/ /
* | Add error checks for bad configuration in `PathFollow2D/3D` `set_progress_ratio`Guillaume Turri2024-09-041-3/+4
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-2/+2
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-2/+2
* | | Implement multiple occlusion polygons within each TileSet occlusion layerGilles Roudière2024-09-032-40/+59
|/ /
* | Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:...Raul Santos2024-08-301-7/+2
* | Merge pull request #96245 from markdibarry/prevent-autoscroll-resetRémi Verschelde2024-08-292-6/+13
|\ \
| * | Prevent Parallax2D autoscroll resetMark DiBarry2024-08-282-6/+13
* | | 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-282-2/+26
|\ \ \
| * | | Add occlusion enabled options to tile map layerSora2024-07-222-2/+26
* | | | Merge pull request #92218 from EspeuteClement/masterRémi Verschelde2024-08-281-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Propagate reset_physics_interpolation through RemoteTransform2D/3DValden2024-05-281-0/+10
* | | | Merge pull request #91731 from TokageItLab/b2sRémi Verschelde2024-08-191-3/+1
|\ \ \ \
| * | | | Fix bone2d scalingSilc Lizard (Tokage) Renew2024-05-091-3/+1
* | | | | Merge pull request #95666 from kleonc/parallax2d_repeat_offsets_relative_to_s...Rémi Verschelde2024-08-191-7/+1
|\ \ \ \ \
| * | | | | Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-7/+1
* | | | | | Merge pull request #95124 from kleonc/skeleton2d_fix_set_get_always_returning...Rémi Verschelde2024-08-191-22/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix Skeleton2D.{_set|_get} always returning truekleonc2024-08-041-22/+14
| | |_|_|/ | |/| | |
* | | | | Merge pull request #95456 from smix8/navlink_mapchangeRémi Verschelde2024-08-162-40/+106
|\ \ \ \ \
| * | | | | Add NavigationLink function to change navigation mapsmix82024-08-152-40/+106
* | | | | | Merge pull request #95386 from kus04e4ek/close-audioRémi Verschelde2024-08-161-2/+2
|\ \ \ \ \ \
| * | | | | | Add `stop_callable` to `AudioStreamPlayerInternal`Kusok2024-08-111-2/+2
| |/ / / / /
* | | | | | Merge pull request #95376 from raulsntos/gdextension/expose-property-accessor...Rémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ \
| * | | | | | Make `Polygon2D::bones` property internalRaul Santos2024-08-101-1/+1
| |/ / / / /
* | | | | | Merge pull request #81973 from /detective_TileMap_uncovers_the_truth_about_ti...Rémi Verschelde2024-08-164-0/+40
|\ \ \ \ \ \
| * | | | | | Add helper methods to check for tile transformskobewi2024-08-124-0/+40
| |/ / / / /
* | | | | | Merge pull request #95374 from raulsntos/gdextension/expose-property-accessor...Rémi Verschelde2024-08-162-4/+4
|\ \ \ \ \ \
| * | | | | | Expose `ShapeCast{2D,3D}::get_collision_result`Raul Santos2024-08-152-4/+4
| |/ / / / /
* | | | | | Merge pull request #93837 from Calinou/gpuparticles-fix-inherit-velocity-physicsRémi Verschelde2024-08-161-9/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix GPUParticles Inherit Velocity breaking with physics movementHugo Locurcio2024-07-021-9/+14
| | |_|_|/ | |/| | |
* | | | | Document converting a TileMap node to TileMapLayer using the editorHugo Locurcio2024-08-071-0/+2
| |/ / / |/| | |
* | | | Merge pull request #94147 from MovaUA/fixes/node-configuration-warning-dialog...Rémi Verschelde2024-07-111-1/+1
|\ \ \ \
| * | | | Fix Issue #94145 Incorrect text in the Node Configuration Warning dialogValeriy Molchanov2024-07-091-1/+1
* | | | | Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
|/ / / /
* | | | Merge pull request #94014 from markdibarry/parallax-snapRémi Verschelde2024-07-091-1/+6
|\ \ \ \
| * | | | Add pixel snap for Parallax2DMark DiBarry2024-07-071-1/+6
| |/ / /
* | | | Merge pull request #94039 from rburing/fix_physics_tickcounterRémi Verschelde2024-07-073-6/+1
|\ \ \ \
| * | | | Fix physics tick counterRicardo Buring2024-07-073-6/+1
| |/ / /