summaryrefslogtreecommitdiffstats
path: root/scene/2d
Commit message (Expand)AuthorAgeFilesLines
* Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke2020-12-043-29/+29
* Rename LightOccluder2D light_mask to occluder_light_maskAaron Franke2020-12-041-2/+2
* Rename PathFollow2D rotate boolAaron Franke2020-12-042-9/+9
* Remove RigidBody weight propertyMarcel Admiraal2020-11-272-17/+0
* Implement signed distance fields for 2D shadersreduz2020-11-262-1/+18
* Check joint nodes and generate configuration warning messages.Marcel Admiraal2020-11-252-8/+48
* fixed Camera2D rotation with non-square zoomgreenfox2020-11-221-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0724-28/+28
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-042-8/+4
* Implement DirectionalLight2Dreduz2020-11-042-173/+237
* Refactor pixel snapping.reduz2020-10-302-3/+6
* Implement CanvasGroup and CanvasItem clippingreduz2020-10-282-0/+146
* fix(sprite2d): Rect is not handling pixel snapEric Tuvesson2020-10-271-0/+3
* Merge pull request #43075 from Xrayez/color-ramp-to-gradientRémi Verschelde2020-10-261-1/+1
|\
| * Fixup `ColorRamp` to `Gradient` renamesAndrii Doroshenko (Xrayez)2020-10-251-1/+1
* | Refactored 2D shader and lighting systemreduz2020-10-2415-294/+9
|/
* Refactor MethodBind to use variadic templatesreduz2020-10-182-3/+1
* Remove old RigidBody layers property and methods.Marcel Admiraal2020-10-132-16/+0
* Remove area or body from map before emitting signals.Marcel Admiraal2020-10-021-20/+8
* Better validate CollisionShape3D config. warning after #38743Rémi Verschelde2020-10-021-1/+2
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-0116-33/+100
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-1616-33/+100
* | Merge pull request #41934 from timothyqiu/parallax-ignore-zoomRémi Verschelde2020-09-241-1/+1
|\ \
| * | Fixes ParallaxLayer offset when ignore camera zoomHaoyu Qiu2020-09-101-1/+1
* | | Fixes updating CPUParticles emmision shape valuesbooer2020-09-231-1/+1
* | | TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...Mateo Dev .592020-09-122-0/+29
* | | Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio2020-09-102-15/+15
|/ /
* | Reorder sprite h_frames & v_framesJonathan Vice2020-08-311-1/+1
* | Merge pull request #40302 from verdog/camera-bounds-fixRémi Verschelde2020-08-272-5/+15
|\ \
| * | fixed camera2D showing incorrect bounds in editorJosh Chandler2020-07-182-5/+15
* | | Fix 2D Particle velocity with directed emission maskPouleyKetchoupp2020-08-091-1/+5
|/ /
* | Revert "Merge pull request #38341 from verdog/camera-bounds-fix"Rémi Verschelde2020-07-112-15/+5
* | Merge pull request #40253 from madmiraal/add-override-keywordsRémi Verschelde2020-07-1031-109/+113
|\ \
| * | Add override keywords.Marcel Admiraal2020-07-1031-109/+113
* | | Merge pull request #38341 from verdog/camera-bounds-fixRémi Verschelde2020-07-102-5/+15
|\ \ \ | |/ / |/| |
| * | fixed camera2D showing incorrect bounds in editorJosh Chandler2020-04-302-5/+15
* | | Provide warning when using polygon shapes in `CollisionShape2D` nodeAndrii Doroshenko (Xrayez)2020-07-031-2/+5
* | | Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde2020-07-022-9/+9
|\ \ \
| * | | Refactor physics force and impulse codeAaron Franke2020-06-022-9/+9
* | | | Merge pull request #36307 from Xrayez/raycast-enabled-trueRémi Verschelde2020-07-011-2/+1
|\ \ \ \
| * | | | Enable raycast nodes by defaultAndrii Doroshenko (Xrayez)2020-05-271-2/+1
| | |_|/ | |/| |
* | | | Normalise p_up_direction vector in move_and_slide() andMarcel Admiraal2020-06-161-9/+11
* | | | Fix bad position in Camera2D offset and camera rotation if smothing enabled.Ranoller2020-06-151-0/+8
* | | | Object: Add usage hint to instantiate Object properties in editorRémi Verschelde2020-06-122-6/+2
* | | | Correct misspellings of damped spring.Marcel Admiraal2020-06-041-6/+6
| |/ / |/| |
* | | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-277-13/+19
|/ /
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1437-460/+858
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-1421-0/+128
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1465-1303/+0