summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-11Adds full description for AudioEffectRecord.xmlVictoria Fisher
2020-06-11Merge pull request #39438 from Chaosus/fix_custom_property_editorYuri Roubinsky
2020-06-10Merge pull request #38508 from RandomShaper/fix_cleanup_infoRémi Verschelde
2020-06-10Fix potential crash when listing leaked objectsPedro J. Estébanez
2020-06-10Fix custom property editor layoutYuri Roubinsky
2020-06-10Merge pull request #39430 from Calinou/doc-3d-light-radiusRémi Verschelde
2020-06-10Merge pull request #37248 from Xrayez/env-dumpRémi Verschelde
2020-06-10SCons: Dump construction environment to a fileAndrii Doroshenko (Xrayez)
2020-06-10Merge pull request #39431 from Calinou/contributing-documentationRémi Verschelde
2020-06-10Improve the 3D light documentationsHugo Locurcio
2020-06-10Merge pull request #39350 from giulianob/improve-tree-redrawRémi Verschelde
2020-06-10Merge pull request #39390 from mrushyendra/duplicate_signals_masterRémi Verschelde
2020-06-10Merge pull request #39409 from akien-mga/astar-get_closest_point-deterministicRémi Verschelde
2020-06-10Merge pull request #39413 from akien-mga/doc-file-store-signed-intsRémi Verschelde
2020-06-10Merge pull request #39423 from Phischermen/fix-new-text-file-crashRémi Verschelde
2020-06-10Merge pull request #39424 from YeldhamDev/scene_root_selectRémi Verschelde
2020-06-10Document the requirement to update the class reference when contributingHugo Locurcio
2020-06-10Merge pull request #39429 from Calinou/doc-dictionary-hash-orderRémi Verschelde
2020-06-10Mention ordering caveats for `Dictionary.hash()`Hugo Locurcio
2020-06-09Fix scene tree showing up when the root selection is presentMichael Alexsander
2020-06-09doc: Make File store/get integer methods clearerRémi Verschelde
2020-06-09Fix crash when creating new text file with no namePhischermen
2020-06-09Fix signal duplication bug when duplicating node with instanced childrenMaganty Rushyendra
2020-06-09Merge pull request #39372 from aaronfranke/editor-cam-rotRémi Verschelde
2020-06-09Merge pull request #39391 from YeldhamDev/filediag_file_iconRémi Verschelde
2020-06-09Merge pull request #39394 from akien-mga/objectdb-cleanup-hintsRémi Verschelde
2020-06-09Merge pull request #39399 from madmiraal/fix-39374Rémi Verschelde
2020-06-09Merge pull request #39411 from madmiraal/update-rigidbody-sleep-docsRémi Verschelde
2020-06-09Update Rigidbody 2D and 3D sleep documentation.Marcel Admiraal
2020-06-09Merge pull request #39407 from Calinou/tweak-invalid-export-preset-messageRémi Verschelde
2020-06-09AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde
2020-06-09Tweak the invalid preset error message to mention `export_presets.cfg`Hugo Locurcio
2020-06-08Test collision mask before creating constraint pair in Godot physics broadpha...Marcel Admiraal
2020-06-08Core: Add hints to run with --verbose when leaking nodes/resources at exitRémi Verschelde
2020-06-08Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander
2020-06-08Merge pull request #39389 from akien-mga/packedscene-root-aint-got-parentsRémi Verschelde
2020-06-08Merge pull request #39385 from akien-mga/lsp-crash-notify_clientRémi Verschelde
2020-06-08Merge pull request #39370 from Anutrix/remove-usused-assimp-varRémi Verschelde
2020-06-08Merge pull request #39152 from abustin/fbx_mesh_compression_fix_masterRémi Verschelde
2020-06-08Merge pull request #39386 from akien-mga/variantparser-crash-bad-vectorsRémi Verschelde
2020-06-08PackedScene: Prevent crash when root node has `parent` attributeRémi Verschelde
2020-06-08VariantParser: Fix crash on malformed vectorsRémi Verschelde
2020-06-08GDScript LSP: Fix crash in notify_clientRémi Verschelde
2020-06-08Merge pull request #39329 from KoBeWi/capture_the_animRémi Verschelde
2020-06-08Removed variables and #include in EditorSceneImporterAssimp::import_scene tha...unknown
2020-06-08Merge pull request #39365 from Calinou/editor-gizmos-visibility-tooltipRémi Verschelde
2020-06-08Merge pull request #39378 from mbrlabs/basis-fix-masterRémi Verschelde
2020-06-07Re-apply basis of newly added node (via drag-n-drop) in editor viewportMarcus Brummer
2020-06-07Change the default editor camera rotation to position it in +X +Y +ZAaron Franke
2020-06-07Add an editor tooltip to document gizmo visibility optionsHugo Locurcio