summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-214-9/+9
|
* Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-rangeRémi Verschelde2021-09-172-27/+0
|\
| * Remove unused `out_of_range_mode` property from AudioStreamPlayer3DHugo Locurcio2021-09-172-27/+0
| | | | | | | | | | The `out_of_range_mode` property is no longer used since audio mixing was moved out of the various AudioStreamPlayer nodes.
* | Merge pull request #49819 from nekomatata/fix-process-mode-inheritRémi Verschelde2021-09-172-6/+12
|\ \
| * | Fix process mode update when mode owner is set to InheritPouleyKetchoupp2021-09-062-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent the root node to be set to PROCESS_MODE_INHERIT, since it causes undefined behavior. Fix a case where the process owner node is wrongly set to the direct parent instead of the proper node. Add errors for all unhandled cases.
* | | Merge pull request #49376 from menip/OptionButtonFixRémi Verschelde2021-09-173-6/+8
|\ \ \
| * | | Make Color Picker, Menu Button, Option Button consider camera position scale ↵menip2021-08-303-6/+8
| | | | | | | | | | | | | | | | for popup position.
* | | | Merge pull request #52751 from Rubonnek/rename-listener-nodesRémi Verschelde2021-09-179-131/+131
|\ \ \ \ | |_|_|/ |/| | |
| * | | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez2021-09-169-131/+131
| | | |
* | | | Remove bbcode_text from RichTextLabelHaSa10022021-09-162-39/+36
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text
* | | Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-1619-428/+399
|\ \ \ | | | | | | | | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
| * | | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-1619-428/+399
| | | |
* | | | Merge pull request #52741 from fabriceci/platform-layer-from-physics-serverRémi Verschelde2021-09-161-5/+1
|\ \ \ \ | | | | | | | | | | Retrieve platform layer from PhysicsServer2D
| * | | | Retrieve platform layer from PhysicsServer2Dfabriceci2021-09-161-5/+1
| | | | |
* | | | | Merge pull request #49284 from Calinou/add-listener3d-gizmo-iconRémi Verschelde2021-09-168-32/+0
|\ \ \ \ \ | | | | | | | | | | | | Display a editor gizmo icon for Listener3D
| * | | | | Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-168-32/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere).
* / / / / Improvements to Tweens' Variant typeskobewi2021-09-162-4/+11
|/ / / /
* | | | Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat2021-09-155-52/+52
|\ \ \ \ | | | | | | | | | | Rename WorldMarginShape to WorldBoundaryShape
| * | | | Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp2021-09-145-52/+52
| |/ / /
* | | | Merge pull request #52672 from KoBeWi/GraphErrorRémi Verschelde2021-09-151-10/+0
|\ \ \ \ | | | | | | | | | | Fix error when moving graph node
| * | | | Fix error when moving graph nodekobewi2021-09-141-10/+0
| | | | |
* | | | | Merge pull request #52313 from groud/cache_tree_item_sizeRémi Verschelde2021-09-152-34/+71
|\ \ \ \ \
| * | | | | Cache TreeItem minimum size for performance.Gilles Roudière2021-09-012-34/+71
| | | | | |
* | | | | | Merge pull request #52308 from ↵Rémi Verschelde2021-09-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | rxlecky/parallax-layer-position-reset-fix-issue-51914 Fix ParallaxLayer's transform resetting in editor
| * | | | | | Fix ParallaxLayer's transform resetting in editorSeleckyErik2021-09-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable resetting of ParallaxLayer's position and scale in editor to allow setting the initial values.
* | | | | | | Fixed Animation Playback Track not seeking properlyEspeute Clement2021-09-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #38093.
* | | | | | | Merge pull request #52622 from rileylyman/tilemap-crashGilles Roudière2021-09-151-3/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Break TileMap _clear_internals out from _recreate_internals
| * | | | | | | Break TileMap _clear_internals out from _recreate_internalsRiley Lyman2021-09-141-3/+23
| | | | | | | |
* | | | | | | | Clean convex hull decomposition codePouleyKetchoupp2021-09-142-77/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary conversion between triangle data and vertex data whenever possible.
* | | | | | | | Merge pull request #52353 from williamd67/documentation-view-scroll-to-endRémi Verschelde2021-09-141-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Documentation view scroll to end
| * | | | | | | | Fix documentation viewer to scroll to endWilliam Deurwaarder2021-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extra `line separation` height was not taken into account when the offset for the different paragraphs (lines) was calculated.
* | | | | | | | | Merge pull request #52583 from e8newallm/52360Rémi Verschelde2021-09-141-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Removed updates that caused unnecessary window updates
| * | | | | | | | Removed updates that caused unnecessary window updatesMatthew Newall2021-09-131-1/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #52266 from AndreaCatania/collRémi Verschelde2021-09-143-6/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve collision generation usability in the new 3D scene import workflow.AndreaCatania2021-09-083-6/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this PR it's possible to add a collision during the Mesh import, directly in editor. To generate the shape is possible to chose between the following options: - Decompose Convex: The Mesh is decomposed in one or many Convex Shapes (Using the VHACD library). - Simple Convex: Is generated a convex shape that enclose the entire mesh. - Trimesh: Generate a trimesh shape using the Mesh faces. - Box: Add a primitive box shape, where you can tweak the `size`, `position`, `rotation`. - Sphere: Add a primitive sphere shape, where you can tweak the `radius`, `position`, `rotation`. - Cylinder: Add a primitive cylinder shape, where you can tweak the `height`, `radius`, `position`, `rotation`. - Capsule: Add a primitive capsule shape, where you can tweak the `height`, `radius`, `position`, `rotation`. It's also possible to chose the generated body, so you can create: - Rigid Body - Static Body - Area
* | | | | | | | | | Merge pull request #52657 from timothyqiu/ik-targetRémi Verschelde2021-09-141-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make sure IK target is inside tree before using its transform
| * | | | | | | | | | Make sure IK target is inside tree before using its transformHaoyu Qiu2021-09-141-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #52658 from groud/some_tilemap_fixesGilles Roudière2021-09-143-62/+59
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix transform of TileMap nodes and tilemap selection
| * | | | | | | | | | | Fix transform of TileMap nodes and tilemap selectionGilles Roudière2021-09-143-62/+59
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #52185 from Paulb23/nested-complex-opsRémi Verschelde2021-09-142-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Allow nested complex ops in TextEdit
| * | | | | | | | | | | Allow nested complex ops in TextEditPaulb232021-08-282-1/+13
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #51237 from KoBeWi/tween_fix()Rémi Verschelde2021-09-143-15/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes to Tween code
| * | | | | | | | | | | | Various fixes to Tween codekobewi2021-08-063-15/+28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Remove unused ImageTexture functionsHaoyu Qiu2021-09-142-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `_resource_path_changed()` does nothing * `_reload_hook()` has been unused since the beginning of GLES3 renderer
* | | | | | | | | | | | | Merge pull request #52443 from Paulb23/code-edit-indext-fixesRémi Verschelde2021-09-132-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix brace placement with space auto indent
| * | | | | | | | | | | | | Fix brace placement with space auto indentPaulb232021-09-062-4/+4
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #52346 from Paulb23/string-tracking-fixesRémi Verschelde2021-09-131-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix getting deliminator start over empty lines and blank start keys
| * | | | | | | | | | | | | Fix getting deliminator start over empty lines and blank start keysPaulb232021-09-021-4/+13
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #52517 from Paulb23/block-comment-foldingRémi Verschelde2021-09-131-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix block deliminator not-folding at end of file
| * | | | | | | | | | | | | Fix block deliminator not-folding at end of filePaulb232021-09-091-1/+6
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |