Age | Commit message (Expand) | Author |
2017-09-08 | Fix serveral recent new clang-format errors | Hein-Pieter van Braam |
2017-09-07 | Several fixes to directional shadows, closes #10926 | Juan Linietsky |
2017-09-06 | Renamed playing property of audiostreams to play, to make it clearer. Fixes #... | Juan Linietsky |
2017-09-06 | Check whether stuff is visible before baking it, closes #10525 | Juan Linietsky |
2017-09-05 | Added a warning message when a VehicleWheel is not a child of a VehicleBody. | Nathan Warden |
2017-09-04 | Recast integration. | Saracen |
2017-09-04 | -Changed KinematicBody API yet again to make it friendlier | Juan Linietsky |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam |
2017-09-01 | Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ... | Juan Linietsky |
2017-09-01 | Fix files header | Poommetee Ketson |
2017-08-31 | Fixed return of KinematicBody::_move | James Beedie |
2017-08-30 | Improved default directional shadow params, added bias split scale, closes #9828 | Juan Linietsky |
2017-08-29 | Remove Basis::set_scale and Basis::set_rotation_* functions. | Ferenc Arn |
2017-08-29 | Fix joints collision exceptions | Pedro J. Estébanez |
2017-08-29 | DocData and type hints fixes | Ignacio Etcheverry |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky |
2017-08-25 | added finished signals to audio stream players, fixes #9928 | Juan Linietsky |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky |
2017-08-19 | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-16 | Merge pull request #10309 from H4kor/particles | Rémi Verschelde |
2017-08-16 | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_mesh | Rémi Verschelde |
2017-08-16 | Checking vecs before normalization. Fixes #10183 | Niko Abeler |
2017-08-15 | Merge pull request #10365 from RandomShaper/fix-10074 | Juan Linietsky |
2017-08-16 | Keep shapes bound to out-of-tree 3D physics objects | Pedro J. Estébanez |
2017-08-15 | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitch | Juan Linietsky |
2017-08-13 | Exposed create_from_mesh in Navmesh | TwistedTwigleg |
2017-08-12 | Disabling Particles::one_shot restarts emission | Zher Huei Lee |
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde |
2017-08-11 | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde |
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-09 | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky |
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky |
2017-08-08 | trail divisor is now works properly | Indah Sylvia |
2017-08-07 | Ability to pause particles, closes #3675 | Juan Linietsky |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky |
2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky |
2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo... | Juan Linietsky |
2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij |