summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Expand)Author
2018-03-02Don't crash when trying to add an invalid navmeshHein-Pieter van Braam
2018-02-24Fix visibility of gizmos on scene loadJFonS
2018-02-21Fix typos with codespellluz.paz
2018-02-20Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-02-19Improve CollisionObject/CollisionObject2D warning messageChris Bradfield
2018-02-19Merge pull request #16060 from sdfgeoff/apply_torqueRémi Verschelde
2018-02-19Fix timer second not zero padded when < 10Poommetee Ketson
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-15Exposed apply_torque_impulse to gdscript and added documentation for added ap...sdfgeoff
2018-02-05Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
2018-01-22Merge pull request #15938 from poke1024/fix15904Rémi Verschelde
2018-01-21Fix typo in CollisionObject warningRémi Verschelde
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Before I forget, add warnings on areas without children (should not break any...Juan Linietsky
2018-01-12modify default param names in couple of signalsUnknown
2018-01-12Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde
2018-01-12Merge pull request #15620 from AndreaCatania/p4Rémi Verschelde
2018-01-12Reset collider on ray nodeAndreaCatania
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Update collision shapes data on tree enteredPedro J. Estébanez
2018-01-11Merge pull request #15531 from AndreaCatania/p2Juan Linietsky
2018-01-11solved particle memory leak, fixes #15591Juan Linietsky
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-11Fix registered light_data property type nameRuslan Mustakov
2018-01-08Merge pull request #14907 from scayze/rigid_vehicleJuan Linietsky
2018-01-07Added RigidBody functionality to VehicleBodyScayze
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Avoid crashes in skeletonJuan Linietsky
2018-01-02Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky
2018-01-01Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-29avoid error on setting skeleton from transform changedJuan Linietsky
2017-12-29Missing transform notification for Skeleton.Juan Linietsky
2017-12-29Use a different approach to update skeletons when transform changesJuan Linietsky
2017-12-29Update the skeleton on transformJuan Linietsky
2017-12-28Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky
2017-12-27Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
2017-12-25Fix error if scene has Camera at saving scenevolzhs
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK
2017-12-23Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde
2017-12-22Fixes 3d camera keep aspect.Daniel J. Ramirez