summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-04Add support for unbinding in connection dialogkobewi
2021-10-04Merge pull request #53280 from nekomatata/test-body-motion-parametersRémi Verschelde
2021-10-04Merge pull request #51413 from KoBeWi/🚗Rémi Verschelde
2021-10-04Merge pull request #53394 from TwistedTwigleg/Godot4_SkeletonIK_RegressionFixRémi Verschelde
2021-10-04Merge pull request #52914 from vnen/gdscript-assign-member-with-opRémi Verschelde
2021-10-04Merge pull request #53399 from V-Sekai/extension-game-convertRémi Verschelde
2021-10-04Script interface improvements for test body motionPouleyKetchoupp
-Physics servers test body motion use a class to hold parameters instead of multiple arguments to make it more readable and flexible since there are many options -Improved documentation for test body motion and kinematic collision -Removed read-only properties for body motion results (not handled in scripts, so they should be get_ methods only instead)
2021-10-04Merge pull request #53398 from nekomatata/soft-body-index-checkRémi Verschelde
Fix remaining crashes with pinned vertices in GodotPhysics Soft Body
2021-10-04Merge pull request #53378 from clayjohn/hide_render_priorityRémi Verschelde
Hide render_priority except when using SpatialMaterials
2021-10-04GDScript: Fix member assignment with operationGeorge Marques
It was wrongly updating the assigned value with the result of the operation.
2021-10-04Enable GLTFDocumentExtensionConvertImporterMesh only in games.K. S. Ernest (iFire) Lee
2021-10-04Merge pull request #53330 from jmb462/fix-bad-caret-position-after-ctrl-xRémi Verschelde
Fix caret position and viewport centering after deleting line (Ctrl-X)
2021-10-04Merge pull request #49485 from Chaosus/shader_uniform_arraysYuri Roubinsky
2021-10-04Hide render_priority except when using SpatialMaterialsclayjohn
2021-10-04Fix crashes with pinned vertices in GodotPhysics Soft BodyPouleyKetchoupp
2021-10-04Merge pull request #53396 from pycbouh/theme-improve-change-propagationRémi Verschelde
Make `Theme` report property list changes less often
2021-10-04Merge pull request #53354 from reduz/remove-clipped-cameraRémi Verschelde
2021-10-04Merge pull request #53303 from akien-mga/53295-gdscript-completion-quote-styleRémi Verschelde
2021-10-04Merge pull request #53338 from briansemrau/gdscript-handle-for-with-null-listRémi Verschelde
2021-10-04Merge pull request #53366 from KoBeWi/your_argument_is_null_and_voidRémi Verschelde
2021-10-04Fix caret position and viewport centering after deleting line (Ctrl-X)jmb462
2021-10-04Merge pull request #53392 from YeldhamDev/tabs_offset_fixRémi Verschelde
2021-10-04Make Theme report property list changes less oftenYuri Sizov
2021-10-04Fixed SkeletonIK not rotating correctly when solvingTwistedTwigleg
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
`core` and `scene` shouldn't depend on `editor`, so they can't query this style setting in `get_argument_options`. But we can handle it after the fact in GDScript's completion code. Also cleans up a couple extra unused invalid includes in `core`.
2021-10-04Merge pull request #53341 from pycbouh/gui-editor-scale-encapsulationRémi Verschelde
2021-10-04Merge pull request #52802 from V-Sekai/gltf-extensionsRémi Verschelde
2021-10-04Remove ClippedCamera3Dreduz
* Usage was always confusing for users * The ability to generate a pyramid shape was moved to Camera3D * SpringArm3D now casts using the camera pyramid shape if no shape is supplied.
2021-10-04Fix `Tabs` offset overreaching when scrolling fastMichael Alexsander
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-10-04Merge pull request #53271 from akien-mga/doctest-2.4.6Rémi Verschelde
2021-10-04Added support for uniform arrays in shadersYuri Roubinsky
2021-10-04Merge pull request #53381 from timothyqiu/soft-bodyRémi Verschelde
2021-10-04Merge pull request #53379 from EricEzaM/fix-script-editor-warnings-tablesRémi Verschelde
2021-10-04doctest: Update to 2.4.6Rémi Verschelde
2021-10-04Fix crash when pinned SoftBody point is out of rangeHaoyu Qiu
2021-10-04Merge pull request #53270 from akien-mga/charproxy-add-copy-constructorRémi Verschelde
2021-10-04Fixed ScriptTextEditor errors/warnings panel formatting.Eric M
2021-10-03GLTF for game templates.K. S. Ernest (iFire) Lee
Convert GLTF Document to use ImporterMeshInstance3D. Add a GLTFDocument extension list and an extension for converting the importer mesh instance 3d to mesh instance 3d. Use GLTF module when the editor tools are disabled. Modified the render server to be less restrictive on matching blend arrays and have more logging. Misc bugs with multimesh. Always index the meshes.
2021-10-03Allow void as return type for constructorskobewi
2021-10-03Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmpRémi Verschelde
Check if the line pointer goes away from the image buffer's EOF in the BMP importer
2021-10-03Merge pull request #42364 from madmiraal/fix-39887Rémi Verschelde
2021-10-03Merge pull request #44964 from Dragoncraft89/animation_tree_bugRémi Verschelde
2021-10-03Merge pull request #53342 from bruvzg/hex_font_7Rémi Verschelde
Remove Scene dependency from the TextServer, use scalable hex box font instead of built-in bitmap one.
2021-10-03Remove Scene dependency from the TextServer, use scalable hex box font ↵bruvzg
instead of built-in bitmap one.
2021-10-02Merge pull request #43068 from cooperra/rename-fixRémi Verschelde
2021-10-02Merge pull request #53337 from V-Sekai/lod-missing-meshesRémi Verschelde
2021-10-02GDScript Check for null list in `for` loopBrian Semrau
2021-10-02Reorganize Theme resource code for better maintainabilityYuri Sizov