Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | Merge pull request #20786 from groud/skybox_default_change | Juan Linietsky | |
Changes the default skybox to avoid the blue shade | |||
2018-08-07 | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky | |
Improved Physics material | |||
2018-08-07 | Removed physics material combination mode. Added rough and absorbent ↵ | Andrea Catania | |
parameter to material. Fixed 'change' signal connection | |||
2018-08-07 | Make sure warn deprecated uses a volatile bool (for multithreading) | Juan Linietsky | |
2018-08-07 | Several improvements to inspector. | Juan Linietsky | |
-Added optional horizontal/vertical modes for vector editing (default false for vec2, true for vec3) -Some clean ups with fonts and styles | |||
2018-08-07 | Merge pull request #20636 from goodyttoor/hdr_import | Thomas Herzog | |
Fix #20564 HDR import fail | |||
2018-08-07 | Changes the default skybox to avoid the blue shade | groud | |
2018-08-06 | Merge pull request #20779 from Noshyaar/stretch | Chris Bradfield | |
[DOCS] SceneTree stretching constants | |||
2018-08-07 | [DOCS] SceneTree stretching constants | Poommetee Ketson | |
2018-08-06 | Respect process order for out of order skeleton bones (fixes GLTF2 import ↵ | Juan Linietsky | |
issues). | |||
2018-08-06 | Several fixes to GLTF2 importer | Juan Linietsky | |
2018-08-06 | Added proper import support for 3D and Array textures | Juan Linietsky | |
2018-08-06 | Merge pull request #20714 from Calinou/travis-use-xcode-9.4 | Rémi Verschelde | |
Use Xcode 9.4 on Travis CI | |||
2018-08-06 | Merge pull request #20597 from karroffel/tex3d | Juan Linietsky | |
add 3D textures | |||
2018-08-05 | Merge pull request #20573 from hpvb/fix-nested-vector-cow | Hein-Pieter van Braam | |
Fix nested Vectors | |||
2018-08-05 | Ensure index is only saved when scene is inherited, or parent node is not ↵ | Juan Linietsky | |
from the edited scene. Closes #17562. | |||
2018-08-05 | Merge pull request #20645 from Ertain/master | Max Hilbrunner | |
Added and modified AudioStream descriptions | |||
2018-08-05 | Merge pull request #20697 from PJB3005/18-08-03-tile_map_docs | Max Hilbrunner | |
Improve TileMap.get_used_cells docs. | |||
2018-08-04 | Merge pull request #20721 from willnationsdev/fix-image-loader | Thomas Herzog | |
ResourceFormatLoaderImage::get_resource_type now uses file path | |||
2018-08-04 | ResourceFormatLoaderImage::get_resource_type now uses file path | willnationsdev | |
2018-08-04 | Merge pull request #20715 from godotengine/AndreaCatania-patch-1 | Thomas Herzog | |
Fixed typo in SkeletonIK | |||
2018-08-04 | Fixed typo in SkeletonIK | Andrea Catania | |
2018-08-04 | Use Xcode 9.4 on Travis CI | Hugo Locurcio | |
See <https://blog.travis-ci.com/2018-07-19-xcode9-4-default-announce>. | |||
2018-08-04 | Merge pull request #18699 from AndreaCatania/ik | Juan Linietsky | |
Inverse kinematic | |||
2018-08-04 | Fixed process priority | Andrea Catania | |
2018-08-04 | Merge pull request #20693 from AndreaCatania/soft_fix2 | Juan Linietsky | |
Fixed SoftBody pinned point offset calculation | |||
2018-08-04 | Implemented IK | AndreaCatania | |
2018-08-04 | Merge pull request #20704 from dragmz/patch-2 | Thomas Herzog | |
Fix uniform set for mat3 and mat4 | |||
2018-08-04 | Fix uniform set for mat3 and mat4 | Marcin Zawiejski | |
2018-08-04 | Merge pull request #20600 from exts/new_generic_methods | Ignacio Etcheverry | |
Mono: Added generic methods for PackedScene & ResourceLoader | |||
2018-08-03 | Added generic method for ResourceLoader: Load<T>() | exts | |
2018-08-03 | Improve TileMap.get_used_cells docs. | PJB3005 | |
2018-08-03 | Fixed SoftBody pinned point offset calculation | Andrea Catania | |
2018-08-01 | Merge pull request #20617 from viktor-ferenczi/issue-20613 | Max Hilbrunner | |
Fix Mac build | |||
2018-08-01 | Merge pull request #20644 from NickToony/master | Ignacio Etcheverry | |
Fixed Windows mono compile | |||
2018-07-31 | fixed: windows mono compile (#20598) | Nick Hope | |
tidy: formatting. | |||
2018-07-31 | Added description and measurement | Jason Anderson | |
2018-07-31 | Merge pull request #20639 from neikeq/issue-20531-and-cleanup | Ignacio Etcheverry | |
Mono: Fix property set_value and cleanup | |||
2018-07-31 | Mono: Fix property set_value and cleanup | Ignacio Etcheverry | |
2018-07-31 | Fix #20564 HDR import fail | Unknown | |
Token has extra "0" at the end so it fail condition checking. | |||
2018-07-30 | Fixed short circuiting on non-Windows platforms | Viktor Ferenczi | |
2018-07-30 | Fixed Mac build by running builders in subprocess only on Windows | Viktor Ferenczi | |
Also passing serializable SCons environment variables (env) for compatibility with debug builds (search for uses of env in make functions) | |||
2018-07-30 | Added description | Jason Anderson | |
2018-07-30 | Merge pull request #20550 from AndreaCatania/soft_fix | Max Hilbrunner | |
Soft Body - Pin Point fix, Material fix | |||
2018-07-30 | add 3D textures | Thomas Herzog | |
2018-07-29 | Add support for line continuations (wtf) in obj format, fixes #7974 | Juan Linietsky | |
2018-07-29 | Ensure process notification is received only if really enabled, fixes #7894 | Juan Linietsky | |
2018-07-29 | Added missing support for traditional chinese on Windows, fixes #7674 | Juan Linietsky | |
2018-07-29 | Ensure one shot signals are not disconnected while edited, closes #7776 | Juan Linietsky | |
2018-07-29 | Remove pointless check for no texture, fixes #7298 | Juan Linietsky | |