aboutsummaryrefslogtreecommitdiff
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Tweak the default camera node settingsHugo Locurcio2017-11-251-1/+1
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-252-2/+2
* change default propagation valueJuan Linietsky2017-11-221-2/+2
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-213-21/+2
* Merge pull request #13023 from tom95/particles-align-y-12865Rémi Verschelde2017-11-201-3/+9
|\
| * Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann2017-11-191-3/+9
* | Ability to change indirect light energy.Juan Linietsky2017-11-192-0/+4
|/
* Rename Rect3 to AABB.Ferenc Arn2017-11-1726-79/+79
* Fix energy not affecting emissive texture in GI baker.Ferenc Arn2017-11-152-22/+18
* -Ability to choose operator for emission, closes #10441Juan Linietsky2017-11-152-7/+14
* Merge pull request #12825 from mrcdk/particles_fix_tangent_randomPoommetee Ketson2017-11-111-2/+2
|\
| * Fix particles' tangential acceleration randomnessMrCdK2017-11-101-2/+2
* | Unify degree members and propertiesletheed2017-11-102-9/+9
|/
* Remove deprecated rotation methodsletheed2017-11-102-22/+0
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-092-2/+8
* adjust min stop to horizontal velocityJuan Linietsky2017-11-091-1/+1
* Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky2017-11-091-3/+6
* Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-091-2/+3
|\
| * Rewritten kinematic systemAndreaCatania2017-11-071-2/+3
* | Fix randomisation of initial particle velocityMillionOstrich2017-11-061-2/+2
|/
* Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-012-1/+32
* Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-311-20/+11
|\
| * Fix joints collision exceptionsPedro J. Estébanez2017-08-291-20/+11
* | Clean up GI Probe baking, proper button and progress bar.Juan Linietsky2017-10-302-1/+28
* | Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_initRémi Verschelde2017-10-261-6/+0
|\ \
| * | Revert "In editor, instance DirectionalLight with an initial orientation"Giantblargg2017-10-221-6/+0
* | | Merge pull request #12316 from mrezai/fix-disable-3dRémi Verschelde2017-10-231-0/+3
|\ \ \
| * | | Fix disable_3d=yes compile errorsmrezai2017-10-221-0/+3
| |/ /
* / / missing set/get_collision_mask_bit() for RayCastJakub Grzesik2017-10-232-0/+21
|/ /
* | Merge pull request #12291 from RandomShaper/fix-raycast-namingRémi Verschelde2017-10-212-12/+12
|\ \
| * | Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-212-12/+12
* | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-224-4/+5
|/ /
* | Fix PathFollow rotations.Ferenc Arn2017-10-212-32/+25
* | Refactor Fixed to PhysicsPoommetee Ketson2017-10-212-2/+2
* | Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde2017-10-202-166/+170
|\ \
| * | Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa2017-10-122-166/+170
* | | Always mixing up binary and and boolean and...Bastiaan Olij2017-10-201-1/+2
* | | Remove junk outputRuslan Mustakov2017-10-131-4/+0
|/ /
* | Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon2017-10-061-4/+0
* | Made a few tweaks to the interfaceBastiaanOlij2017-10-063-4/+121
* | Restored normal bias as default bias in GIProbeJuan Linietsky2017-10-041-2/+2
* | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-029-34/+34
|\ \
| * | Renamed fixed_process to physics_processAndreaCatania2017-09-309-34/+34
* | | Added VehicleWheel::get_skidinfo().Lucas Eriksson2017-09-302-0/+9
* | | Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-291-1/+1
|/ /
* | Merge pull request #11587 from Zylann/directional_light_initRémi Verschelde2017-09-261-0/+6
|\ \
| * | In editor, instance DirectionalLight with an initial sun-like orientationMarc Gilleron2017-09-251-0/+6
* | | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
|/ /
* | Fix: CollisionObject shape owner indexing is inconsistentdamarindra2017-09-241-1/+1
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-4/+4