summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
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-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
2019-07-03Merge pull request #29988 from NathanWarden/lightmap_hint_sizeRémi Verschelde
2019-07-02Updated lightmap baker to dynamically calculate lightmap sizes based on surfa...Nathan Warden
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-07-02Merge pull request #26613 from KoBeWi/direction_of_particlesRémi Verschelde
2019-07-02Fixed multichannel panning for AudioStreamPlayer3D.zwostein
2019-07-01Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde
2019-07-01Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde
2019-07-01fix some crashesFurkan Türkal
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-29Merge pull request #29380 from bojidar-bg/16086-docs-default-valueRémi Verschelde
2019-06-27Merge pull request #29937 from clayjohn/particles-one-shot-bugRémi Verschelde
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-27doc: Complete and harmonize all _MAX constant descriptionsRémi Verschelde
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Add a Direction property to ParticlesMaterialTomasz Chabora
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-25update emitting status on one-shot particlesclayjohn
2019-06-24Merge pull request #29940 from jonri/fix-vehicle-contactRémi Verschelde