summaryrefslogtreecommitdiff
path: root/scene/3d
AgeCommit message (Collapse)Author
2017-11-22change default propagation valueJuan Linietsky
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-11-20Merge pull request #13023 from tom95/particles-align-y-12865Rémi Verschelde
Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865
2017-11-19Ability to change indirect light energy.Juan Linietsky
2017-11-19Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann
2017-11-17Rename Rect3 to AABB.Ferenc Arn
Fixes #12973.
2017-11-15Fix energy not affecting emissive texture in GI baker.Ferenc Arn
Also fix emission_tex being invalid always due to wrong reference type. Fixes #10534.
2017-11-15-Ability to choose operator for emission, closes #10441Juan Linietsky
-Ability to use proper operator for GI Probe, closes #10534 -Closes #12938 as it's no longer needed (thanks for the work though)
2017-11-11Merge pull request #12825 from mrcdk/particles_fix_tangent_randomPoommetee Ketson
Fix particles' tangential acceleration randomness
2017-11-10Fix particles' tangential acceleration randomnessMrCdK
2017-11-10Unify degree members and propertiesletheed
2017-11-10Remove deprecated rotation methodsletheed
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09adjust min stop to horizontal velocityJuan Linietsky
2017-11-09Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky
2017-11-09Merge pull request #12713 from AndreaCatania/masterJuan Linietsky
Rewritten kinematic system
2017-11-07Rewritten kinematic systemAndreaCatania
2017-11-06Fix randomisation of initial particle velocityMillionOstrich
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij
2017-10-31Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde
Fix joints collision exceptions, plus a bit more
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-26Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_initRémi Verschelde
Revert "In editor, instance DirectionalLight with an initial orientation"
2017-10-23Merge pull request #12316 from mrezai/fix-disable-3dRémi Verschelde
Fix disable_3d=yes compile errors
2017-10-23missing set/get_collision_mask_bit() for RayCastJakub Grzesik
in the same fastion how it's implemented in Area or Bodies
2017-10-22Fix disable_3d=yes compile errorsmrezai
2017-10-22Revert "In editor, instance DirectionalLight with an initial orientation"Giantblargg
2017-10-21Merge pull request #12291 from RandomShaper/fix-raycast-namingRémi Verschelde
Rename RayCasts collision_layer to collision_mask
2017-10-21Rename RayCasts collision_layer to collision_maskPedro J. Estébanez
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed.
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-21Fix PathFollow rotations.Ferenc Arn
Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258.
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Always mixing up binary and and boolean and...Bastiaan Olij
2017-10-13Remove junk outputRuslan Mustakov
Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs.
2017-10-12Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa
2017-10-06Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon
Removed unnecessary debug messages. Fixes #10804
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-10-04Restored normal bias as default bias in GIProbeJuan Linietsky
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30Added VehicleWheel::get_skidinfo().Lucas Eriksson
2017-09-29Fixed typo: 'texure' to 'texture'Indah Sylvia
2017-09-26Merge pull request #11587 from Zylann/directional_light_initRémi Verschelde
In editor, instance DirectionalLight with an initial orientation [ci skip]
2017-09-25In editor, instance DirectionalLight with an initial sun-like orientationMarc Gilleron
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-24Fix: CollisionObject shape owner indexing is inconsistentdamarindra
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez
classes
2017-09-20Rename pos to position in user facing methods and variablesletheed
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-15Merge pull request #11280 from BastiaanOlij/fix_arvr_joyidAndreas Haas
joyid is set to -1, not 0 when no joystick entity has been created