summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* 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-152/+153
|\ \ | |/ |/|
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-2012-153/+153
* | 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
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-077-25/+25
* Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-051-0/+2
* Properly update frame range after modifying the vframe/hframes, closes #7624Juan Linietsky2017-08-051-2/+2
* Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo...Juan Linietsky2017-08-052-0/+33
* Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-032-3/+147
* Merge pull request #8567 from BastiaanOlij/ar_vr_serverRémi Verschelde2017-07-312-0/+439
|\
| * Adding base classes and structures for ARVR supportBastiaanOlij2017-07-282-0/+439
* | Few small GI Probe fixesJuan Linietsky2017-07-292-5/+5
|/
* tagents --> tangentsISylvox2017-07-262-4/+4
* Merge pull request #9791 from bojidar-bg/6087-add-global-local-convRémi Verschelde2017-07-242-0/+16
|\
| * Add .to_local/.to_global methods on Node2D and SpatialBojidar Marinov2017-07-232-0/+16
* | expose missing CollisionShape API for CollisionObjectJakub Grzesik2017-07-242-0/+27
* | Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-194-4/+4
* Add object type hint for docsPoommetee Ketson2017-07-194-10/+10
* Many fixes to improve GI Probe qualityJuan Linietsky2017-07-152-1/+40
* -Fix for multiple reflection probes causing issues.Juan Linietsky2017-07-153-8/+33
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-1518-1805/+2095
* Merge pull request #9355 from TwistedTwigleg/Remote_node_enhancementRémi Verschelde2017-07-112-1/+112
|\
| * Added the following features to RemoteTransform and RemoteTransform2D:TwistedTwigleg2017-07-052-1/+112
* | Merge pull request #9592 from RandomShaper/remove-warnsThomas Herzog2017-07-101-2/+10
|\ \