summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-06Merge pull request #20714 from Calinou/travis-use-xcode-9.4Rémi Verschelde
Use Xcode 9.4 on Travis CI
2018-08-06Merge pull request #20597 from karroffel/tex3dJuan Linietsky
add 3D textures
2018-08-05Merge pull request #20573 from hpvb/fix-nested-vector-cowHein-Pieter van Braam
Fix nested Vectors
2018-08-05Ensure index is only saved when scene is inherited, or parent node is not ↵Juan Linietsky
from the edited scene. Closes #17562.
2018-08-05Merge pull request #20645 from Ertain/masterMax Hilbrunner
Added and modified AudioStream descriptions
2018-08-05Merge pull request #20697 from PJB3005/18-08-03-tile_map_docsMax Hilbrunner
Improve TileMap.get_used_cells docs.
2018-08-04Merge pull request #20721 from willnationsdev/fix-image-loaderThomas Herzog
ResourceFormatLoaderImage::get_resource_type now uses file path
2018-08-04ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev
2018-08-04Merge pull request #20715 from godotengine/AndreaCatania-patch-1Thomas Herzog
Fixed typo in SkeletonIK
2018-08-04Fixed typo in SkeletonIKAndrea Catania
2018-08-04Use Xcode 9.4 on Travis CIHugo Locurcio
See <https://blog.travis-ci.com/2018-07-19-xcode9-4-default-announce>.
2018-08-04Merge pull request #18699 from AndreaCatania/ikJuan Linietsky
Inverse kinematic
2018-08-04Fixed process priorityAndrea Catania
2018-08-04Merge pull request #20693 from AndreaCatania/soft_fix2Juan Linietsky
Fixed SoftBody pinned point offset calculation
2018-08-04Implemented IKAndreaCatania
2018-08-04Merge pull request #20704 from dragmz/patch-2Thomas Herzog
Fix uniform set for mat3 and mat4
2018-08-04Fix uniform set for mat3 and mat4Marcin Zawiejski
2018-08-04Merge pull request #20600 from exts/new_generic_methodsIgnacio Etcheverry
Mono: Added generic methods for PackedScene & ResourceLoader
2018-08-03Added generic method for ResourceLoader: Load<T>()exts
2018-08-03Improve TileMap.get_used_cells docs.PJB3005
2018-08-03Fixed SoftBody pinned point offset calculationAndrea Catania
2018-08-01Merge pull request #20617 from viktor-ferenczi/issue-20613Max Hilbrunner
Fix Mac build
2018-08-01Merge pull request #20644 from NickToony/masterIgnacio Etcheverry
Fixed Windows mono compile
2018-07-31fixed: windows mono compile (#20598)Nick Hope
tidy: formatting.
2018-07-31Added description and measurementJason Anderson
2018-07-31Merge pull request #20639 from neikeq/issue-20531-and-cleanupIgnacio Etcheverry
Mono: Fix property set_value and cleanup
2018-07-31Mono: Fix property set_value and cleanupIgnacio Etcheverry
2018-07-30Fixed short circuiting on non-Windows platformsViktor Ferenczi
2018-07-30Fixed Mac build by running builders in subprocess only on WindowsViktor Ferenczi
Also passing serializable SCons environment variables (env) for compatibility with debug builds (search for uses of env in make functions)
2018-07-30Added descriptionJason Anderson
2018-07-30Merge pull request #20550 from AndreaCatania/soft_fixMax Hilbrunner
Soft Body - Pin Point fix, Material fix
2018-07-30add 3D texturesThomas Herzog
2018-07-29Add support for line continuations (wtf) in obj format, fixes #7974Juan Linietsky
2018-07-29Ensure process notification is received only if really enabled, fixes #7894Juan Linietsky
2018-07-29Added missing support for traditional chinese on Windows, fixes #7674Juan Linietsky
2018-07-29Ensure one shot signals are not disconnected while edited, closes #7776Juan Linietsky
2018-07-29Remove pointless check for no texture, fixes #7298Juan Linietsky
2018-07-29Add extra functions to toggle bits in visualinstance and camera, same as ↵Juan Linietsky
physics. Helps with #6685
2018-07-29Perform a name check when loading scenes and running on editor, fixes #6152Juan Linietsky
2018-07-29Merge pull request #20582 from hpvb/fix-mono-mingwIgnacio Etcheverry
Fix Mono compilation on Windows/Ming
2018-07-29Fix Mono compilation on Windows/MingHein-Pieter van Braam
(cherry picked from commit 83140541dc91c29a288d7dd71044780b50b2cc4b)
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ↵Juan Linietsky
likely many others
2018-07-29Clear color was not correctly being set, fixes #4939Juan Linietsky
2018-07-29SoftBody add MeshInstance Material correctlyAndrea Catania
2018-07-29Expose _clips_input as a virtual function, closes #15358Juan Linietsky
2018-07-29Merge pull request #15269 from ianb96/context_menu_improvementsJuan Linietsky
Context Menu Improvements
2018-07-29Manually fix, merge and close #15168Juan Linietsky
2018-07-29Fix nested VectorsHein-Pieter van Braam
When a Vector of Vectors gets resized the 'this' pointer of the Vectors change. This means that the VectorWriteProxy _parent references get invalidated. Thanks a lot to @ibrahn for finding the root cause of this. To fix this we now create a pointer to CowData in Vector (which won't change when the vectors move) and pass that to the write proxy also. This fixes #20475
2018-07-29Merge pull request #20546 from ibrahn/fix-menu-branch-on-uninitHein-Pieter van Braam
fixed uninitialised variable that was causing menu crash.
2018-07-29Undo an accidental revert.Hein-Pieter van Braam
Sorry for the history pollution. I was testing something on this branch and forgot to reset befor pushing the security update. This reverts commit 2ef66def4615594b87340aed2b02adf2204c74c2.