aboutsummaryrefslogtreecommitdiff
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-1796/+2086
* 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
|\ \
| * | Remove warnings about benign situationsPedro J. Estébanez2017-07-101-2/+10
* | | Use the gravity constant to calculate weightsJohan Manuel2017-07-051-2/+2
|/ /
* | Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky2017-07-041-6/+7
* | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-031-2/+2
|\ \
| * | Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-031-2/+2
* | | Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-032-0/+80
* | | Update visibility icon properlyvolzhs2017-07-031-8/+5
* | | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-0/+3
|/ /
* | Reworked translation systemJuan Linietsky2017-06-281-1/+1
* | Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-271-8/+3
|\ \
| * | Curve featuresMarc Gilleron2017-06-261-8/+3
* | | -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
|/ /
* | Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky2017-06-252-4/+7
* | Ability to restart particle system with a function callJuan Linietsky2017-06-252-0/+27
* | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
|/
* -Restored support for Canvas BG mode on EnvironmentJuan Linietsky2017-06-242-19/+20
* Added Curve resourceMarc Gilleron2017-06-241-18/+4
* Small fixes required to get platformer to work.Juan Linietsky2017-06-231-1/+1
* Properly exposed material types everywhere.Juan Linietsky2017-06-223-3/+3
* 2D GPU Particles working..Juan Linietsky2017-06-212-58/+150
* Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_masterThomas Herzog2017-06-192-3/+6
|\
| * Add double-sided flag to SpriteBase3D (fixes #8007)Andrea Faulds2017-05-022-3/+6
* | Merge pull request #8870 from tagcup/pathfollowThomas Herzog2017-06-191-20/+38
|\ \
| * | Fix PathFollow rotations.Ferenc Arn2017-05-311-20/+38
* | | Merge pull request #9208 from Calinou/tweak-default-fovRémi Verschelde2017-06-161-1/+1
|\ \ \