| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 72 | -72/+72 |
* | -Massive clean up to gizmos | Juan Linietsky | 2017-08-26 | 8 | -36/+29 |
* | added finished signals to audio stream players, fixes #9928 | Juan Linietsky | 2017-08-25 | 1 | -0/+3 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 24 | -102/+85 |
* | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 1 | -0/+3 |
|\ |
|
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -0/+3 |
* | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 12 | -152/+153 |
|\ \
| |/
|/| |
|
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 12 | -153/+153 |
* | | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 8 | -17/+27 |
|\ \
| |/
|/| |
|
| * | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 8 | -17/+27 |
* | | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | 2017-08-19 | 4 | -20/+20 |
* | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 10 | -18/+18 |
* | | Merge pull request #10309 from H4kor/particles | Rémi Verschelde | 2017-08-16 | 1 | -7/+9 |
|\ \ |
|
| * | | Checking vecs before normalization. Fixes #10183 | Niko Abeler | 2017-08-16 | 1 | -7/+9 |
| |/ |
|
* | | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_mesh | Rémi Verschelde | 2017-08-16 | 1 | -0/+2 |
|\ \ |
|
| * | | Exposed create_from_mesh in Navmesh | TwistedTwigleg | 2017-08-13 | 1 | -0/+2 |
* | | | Merge pull request #10365 from RandomShaper/fix-10074 | Juan Linietsky | 2017-08-15 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | Keep shapes bound to out-of-tree 3D physics objects | Pedro J. Estébanez | 2017-08-16 | 1 | -7/+0 |
| |/ / |
|
* | | | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitch | Juan Linietsky | 2017-08-15 | 1 | -2/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | trail divisor is now works properly | Indah Sylvia | 2017-08-08 | 1 | -2/+1 |
* | | | Disabling Particles::one_shot restarts emission | Zher Huei Lee | 2017-08-12 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde | 2017-08-11 | 1 | -3/+3 |
|\ \ |
|
| * | | Moved member variables from constructor to initialization list | Wilson E. Alvarez | 2017-08-08 | 1 | -3/+3 |
* | | | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde | 2017-08-11 | 19 | -62/+62 |
|\ \ \ |
|
| * | | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 2 | -2/+2 |
| * | | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 19 | -61/+61 |
| |/ / |
|
* / / | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky | 2017-08-09 | 1 | -2/+8 |
|/ / |
|
* / | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | 2017-08-08 | 1 | -2/+3 |
|/ |
|
* | Ability to pause particles, closes #3675 | Juan Linietsky | 2017-08-07 | 2 | -0/+13 |
* | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 7 | -25/+25 |
* | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | 2017-08-05 | 1 | -0/+2 |
* | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky | 2017-08-05 | 1 | -2/+2 |
* | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo... | Juan Linietsky | 2017-08-05 | 2 | -0/+33 |
* | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | 2017-08-03 | 2 | -3/+147 |
* | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | 2017-07-31 | 2 | -0/+439 |
|\ |
|
| * | Adding base classes and structures for ARVR support | BastiaanOlij | 2017-07-28 | 2 | -0/+439 |
* | | Few small GI Probe fixes | Juan Linietsky | 2017-07-29 | 2 | -5/+5 |
|/ |
|
* | tagents --> tangents | ISylvox | 2017-07-26 | 2 | -4/+4 |
* | Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv | Rémi Verschelde | 2017-07-24 | 2 | -0/+16 |
|\ |
|
| * | Add .to_local/.to_global methods on Node2D and Spatial | Bojidar Marinov | 2017-07-23 | 2 | -0/+16 |
* | | expose missing CollisionShape API for CollisionObject | Jakub Grzesik | 2017-07-24 | 2 | -0/+27 |
* | | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -2/+2 |
|/ |
|
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 4 | -4/+4 |
* | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 4 | -10/+10 |
* | Many fixes to improve GI Probe quality | Juan Linietsky | 2017-07-15 | 2 | -1/+40 |
* | -Fix for multiple reflection probes causing issues. | Juan Linietsky | 2017-07-15 | 3 | -8/+33 |
* | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 18 | -1805/+2095 |
* | Merge pull request #9355 from TwistedTwigleg/Remote_node_enhancement | Rémi Verschelde | 2017-07-11 | 2 | -1/+112 |
|\ |
|
| * | Added the following features to RemoteTransform and RemoteTransform2D: | TwistedTwigleg | 2017-07-05 | 2 | -1/+112 |
* | | Merge pull request #9592 from RandomShaper/remove-warns | Thomas Herzog | 2017-07-10 | 1 | -2/+10 |
|\ \ |
|