aboutsummaryrefslogtreecommitdiff
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11002 from NathanWarden/vehicle_wheel_warningRémi Verschelde2017-09-122-0/+10
|\
| * Added a warning message when a VehicleWheel is not a child of a VehicleBody.Nathan Warden2017-09-052-0/+10
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-122-18/+0
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-082-18/+0
* | | Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde2017-09-125-8/+12
|\ \ \
| * | | Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-085-8/+12
| |/ /
* | | Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde2017-09-121-6/+3
|\ \ \
| * | | Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-081-6/+3
| |/ /
* / / Added ID to tracker signals and property for storing handBastiaan Olij2017-09-102-1/+16
|/ /
* | Several fixes to directional shadows, closes #10926Juan Linietsky2017-09-072-1/+32
* | Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky2017-09-061-3/+5
* | Check whether stuff is visible before baking it, closes #10525Juan Linietsky2017-09-061-14/+17
|/
* -Changed KinematicBody API yet again to make it friendlierJuan Linietsky2017-09-042-110/+170
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-022-3/+7
* Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky2017-09-011-2/+2
* Fix files headerPoommetee Ketson2017-09-014-5/+4
* Fixed return of KinematicBody::_moveJames Beedie2017-08-311-1/+2
* Improved default directional shadow params, added bias split scale, closes #9828Juan Linietsky2017-08-302-2/+5
* Remove Basis::set_scale and Basis::set_rotation_* functions.Ferenc Arn2017-08-291-1/+1
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-1/+1
* Dead code tells no talesRémi Verschelde2017-08-2716-1871/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2772-72/+72
* -Massive clean up to gizmosJuan Linietsky2017-08-268-36/+29
* added finished signals to audio stream players, fixes #9928Juan Linietsky2017-08-251-0/+3
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-2424-102/+85
* Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-0/+3
|\
| * Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-0/+3
* | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-2112-145/+146
|\ \ | |/ |/|
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-2012-146/+146
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-208-17/+27
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-198-17/+27
* | -Fix all shadow and culling related issues, fixes #9330Juan Linietsky2017-08-194-20/+20
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-1610-18/+18
* | Merge pull request #10309 from H4kor/particlesRémi Verschelde2017-08-161-7/+9
|\ \
| * | Checking vecs before normalization. Fixes #10183Niko Abeler2017-08-161-7/+9
| |/
* | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_meshRémi Verschelde2017-08-161-0/+2
|\ \
| * | Exposed create_from_mesh in NavmeshTwistedTwigleg2017-08-131-0/+2
* | | Merge pull request #10365 from RandomShaper/fix-10074Juan Linietsky2017-08-151-7/+0
|\ \ \
| * | | Keep shapes bound to out-of-tree 3D physics objectsPedro J. Estébanez2017-08-161-7/+0
| |/ /
* | | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitchJuan Linietsky2017-08-151-2/+1
|\ \ \ | |/ / |/| |
| * | trail divisor is now works properlyIndah Sylvia2017-08-081-2/+1
* | | Disabling Particles::one_shot restarts emissionZher Huei Lee2017-08-121-0/+2
| |/ |/|
* | Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-111-3/+3
|\ \
| * | Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-3/+3
* | | Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde2017-08-1119-62/+62
|\ \ \
| * | | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-102-2/+2
| * | | Removes type information from method bindsIgnacio Etcheverry2017-08-1019-61/+61
| |/ /
* / / Gizmos properly follow the edited object, closes #7837Juan Linietsky2017-08-091-2/+8
|/ /
* / -Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky2017-08-081-2/+3
|/
* Ability to pause particles, closes #3675Juan Linietsky2017-08-072-0/+13