summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-07Merge pull request #20636 from goodyttoor/hdr_importThomas Herzog
2018-08-07Changes the default skybox to avoid the blue shadegroud
2018-08-06Merge pull request #20779 from Noshyaar/stretchChris Bradfield
2018-08-07[DOCS] SceneTree stretching constantsPoommetee Ketson
2018-08-07removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir
2018-08-06Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky
2018-08-07[DOCS] complete Tree.get_drop_section_at_position and Tree.drop_mode_flagsPoommetee Ketson
2018-08-06fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski
2018-08-06Several fixes to GLTF2 importerJuan Linietsky
2018-08-06Improve the asset library download UXHugo Locurcio
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-08-06Merge pull request #20714 from Calinou/travis-use-xcode-9.4RĂ©mi Verschelde
2018-08-06Merge pull request #20597 from karroffel/tex3dJuan Linietsky
2018-08-06Fix WebSocket crash due to non PDO init.Fabio Alessandrelli
2018-08-05Merge pull request #20573 from hpvb/fix-nested-vector-cowHein-Pieter van Braam
2018-08-05Do not call _update_actions when only changing deadzoneHein-Pieter van Braam
2018-08-05Initialize default lock rotation in constructorMarc Gilleron
2018-08-05Ensure index is only saved when scene is inherited, or parent node is not fro...Juan Linietsky
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-08-05Merge pull request #20645 from Ertain/masterMax Hilbrunner
2018-08-05Merge pull request #20697 from PJB3005/18-08-03-tile_map_docsMax Hilbrunner
2018-08-05Fix wrong context menu when right-clicking script/doc filesMichael Alexsander Silva Dias
2018-08-05Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias
2018-08-05fixed godotphysics sat dispatch tablemuiroc
2018-08-04Merge pull request #20721 from willnationsdev/fix-image-loaderThomas Herzog
2018-08-04ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev
2018-08-04Merge pull request #20715 from godotengine/AndreaCatania-patch-1Thomas Herzog
2018-08-04Fixed typo in SkeletonIKAndrea Catania
2018-08-04Use Xcode 9.4 on Travis CIHugo Locurcio
2018-08-04Merge pull request #18699 from AndreaCatania/ikJuan Linietsky
2018-08-04Fixed process priorityAndrea Catania
2018-08-04Merge pull request #20693 from AndreaCatania/soft_fix2Juan Linietsky
2018-08-04Fix SortArray crashing with bad comparison functionspoke1024
2018-08-04Implemented IKAndreaCatania
2018-08-04Merge pull request #20704 from dragmz/patch-2Thomas Herzog
2018-08-04Add missing GetPtr() for Dictionary<> and Array<>Xavier Cho
2018-08-04Fix uniform set for mat3 and mat4Marcin Zawiejski
2018-08-04Merge pull request #20600 from exts/new_generic_methodsIgnacio Etcheverry
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-02Keeping track of discardDavid Sichma
2018-08-02Make the default text editor caret blink speed fasterHugo Locurcio
2018-08-02Fix zoom display in the script editor on hiDPI displaysHugo Locurcio
2018-08-02Fixes the hyperlinks for enumerators inside classes in the editor help.Saracen
2018-08-02Scale underlines in the script editor with the editor scaleHugo Locurcio
2018-08-02Add method to manually advance AnimationTree and manual process mode.Saracen
2018-08-01Merge pull request #20617 from viktor-ferenczi/issue-20613Max Hilbrunner
2018-08-01Merge pull request #20644 from NickToony/masterIgnacio Etcheverry
2018-07-31fixed: windows mono compile (#20598)Nick Hope