summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
2019-08-27Merge pull request #31685 from merumelu/referencerect-with-advanced-gui-disabledRémi Verschelde
2019-08-26Merge pull request #25656 from bruvzg/macos_multi_instancesRémi Verschelde
2019-08-26Register ReferenceRect when building with ADVANCED_GUI_DISABLEDmerumelu
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-23Merge pull request #31593 from SaracenOne/project_theme_shutdown_fixRémi Verschelde
2019-08-23Fixes issue with project_default_theme not being dereferenced on cleanup.Saracen
2019-08-23Merge pull request #30398 from tomasantunes/master2Rémi Verschelde
2019-08-23Merge pull request #31014 from DavidSichma/kinematic_angleRémi Verschelde
2019-08-23Merge pull request #31575 from creikey/increase-anchor-precisionRémi Verschelde
2019-08-22Fix minimap mouse click resolving to -1Paulb23
2019-08-22Increase control node's anchor precisionCameron Reikes
2019-08-22Merge pull request #31386 from raphael10241024/fix_inertiaRémi Verschelde
2019-08-22Fix custom inertia in physics2d, closes#30838RaphaelHunter
2019-08-22Added "editable" property to VisualShaderGroupNodeYuri Roubinski
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-21Merge pull request #31450 from GodotExplorer/fix-31425Rémi Verschelde
2019-08-21Fix filter quotes wraped insert completion optionsgeequlim
2019-08-21Draw 3D collision shape/raycast gizmos in grayscale when disabledHugo Locurcio
2019-08-20Fix preview for global expressions in visual shaders (#31505)Yuri Roubinsky
2019-08-20Fix preview for global expressions in visual shadersYuri Roubinski
2019-08-20Merge pull request #31395 from ptrojahn/floatsarenastyRémi Verschelde
2019-08-20Merge pull request #31492 from Calinou/file-dialog-color-foldersRémi Verschelde
2019-08-20Merge pull request #31466 from Calinou/improve-2d-path-editorsRémi Verschelde
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
2019-08-19Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn
2019-08-19fix animation freeze when playing animation from another AnimationPlayerUnknown
2019-08-18Improve the appearance of 2D path editorsHugo Locurcio
2019-08-18Keep syntax highlighting on TextEdit in readonly modeMichael Alexsander Silva Dias
2019-08-18Merge pull request #31453 from Chaosus/vs_code_previewRémi Verschelde
2019-08-18Merge pull request #31449 from Chaosus/vs_global_expressionRémi Verschelde
2019-08-18Added code preview to visual shaderYuri Roubinski
2019-08-18Merge pull request #31423 from Calinou/improve-node-signal-group-tooltipRémi Verschelde
2019-08-18Added global expressions to visual shadersYuri Roubinski
2019-08-17Improve the scene tree signals/groups tooltipHugo Locurcio
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio