summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-09-27Merge pull request #32380 from fire/skin_registrationRémi Verschelde
2019-09-26Update when the skeleton skin is changed.K. S. Ernest Lee
2019-09-26Restore bone_custom_pose in skeletonsK. S. Ernest (iFIre) Lee
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24Merge pull request #32309 from clayjohn/particles_tex_scaleRémi Verschelde
2019-09-24fix particles scale randomizationclayjohn
2019-09-23Merge pull request #30497 from Calinou/editor-gizmos-change-notifyRémi Verschelde
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-09-03Merge pull request #31476 from SoulForMachine/fix-move-and-slide-errorRémi Verschelde
2019-08-30Remove some unneeded checks in CollisionObject(2D)Michael Alexsander Silva Dias
2019-08-29Merge pull request #30635 from KoBeWi/billbo_3dnsRémi Verschelde
2019-08-28Add a Billboard property for Sprite3DTomasz Chabora
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
2019-08-26Prevent move_and_slide() to generate an error.Milan Davidovic
2019-08-23Merge pull request #31014 from DavidSichma/kinematic_angleRémi Verschelde
2019-08-21Draw 3D collision shape/raycast gizmos in grayscale when disabledHugo Locurcio
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-01Fix floor_max_angle comparison for impossible anglesDavid Sichma
2019-07-31Tweak Area and PhysicsBody damping setting hints for consistencyHugo Locurcio
2019-07-27Add frame_cords accessors to Sprite and Sprite3Dgroud
2019-07-25Fix wrong placement of new line in 'PhysicsBody' warningMichael Alexsander Silva Dias
2019-07-25Merge pull request #30685 from jonri/vehicle-per-wheel-forcesRémi Verschelde
2019-07-25Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde
2019-07-22SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde
2019-07-20Merge pull request #30234 from zwostein/fix-AudioStreamPlayer3DRémi Verschelde
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-18Add per-wheel throttle, brake, and steering for vehiclesJon Ring
2019-07-17Lower the default directional shadow maximum distance to 100Hugo Locurcio
2019-07-16Merge pull request #30548 from Calinou/tweak-audio-cutoff-property-hintsRémi Verschelde
2019-07-14added individual particle random lifetimeclayjohn
2019-07-12Tweak audio cutoff property hints to allow reasonable values onlyHugo Locurcio
2019-07-10Notify changes in properties that can be edited by 3D gizmosHugo Locurcio
2019-07-09Merge pull request #30304 from DavidSichma/remote_cacheRémi Verschelde
2019-07-09Added force_update_cache() to RemoteTransform and RemoteTransform2DDavid Sichma
2019-07-09Merge pull request #30443 from Calinou/improve-node-configuration-warningsRémi Verschelde
2019-07-09Merge pull request #30404 from Calinou/add-spotlight-configuration-warningRémi Verschelde
2019-07-09Add a configuration warning when using ultrawide SpotLight with shadowsHugo Locurcio
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-07-08Merge pull request #30407 from qarmin/small_fixessRémi Verschelde
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-07Merge pull request #30357 from simonpuchert/spheresRémi Verschelde
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-06cpu_particles: Return uniform density spheres.Simon Puchert