summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
Make opening menus with the same parent on mouse focus explicit
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
Use more subtle indentation guides in the script editor
2018-12-09Warn about AnimationTreePlayer's deprecationMichael Alexsander Silva Dias
2018-12-07Fix AutoTile z-index not persisting correctlyGuilherme Felipe
2018-12-07Merge pull request #22431 from DualMatrix/pivotRémi Verschelde
Fixed pivot tool not setting position of Controls correctly
2018-12-07Merge pull request #22680 from lupoDharkael/color-picker-presetsRémi Verschelde
ColorPicker: extend access to presets from gds
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-12-06Update NavPoly in the editor canvas when the resource is changed via the ↵Michael Alexsander Silva Dias
Inspector
2018-12-06Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-sliderRémi Verschelde
#24131: fix for PathFollow offset slider overlapping with the inspector
2018-12-05Merge pull request #24160 from YeldhamDev/graph_tooltipsRémi Verschelde
Add tooltips to GraphEdit node
2018-12-05Fixed CanvasItem.draw_multimesh() binding.MrCdK
2018-12-04Add tooltips to GraphEdit nodeMichael Alexsander Silva Dias
2018-12-04#24131: fix for PathFollow offset slider overlapping with the inspectorGleb Mineev
2018-12-03Merge pull request #23991 from glaforte/bugfix/19195Rémi Verschelde
Generate the tangents without de-indexing and re-indexing the vertices.
2018-12-03Merge pull request #24051 from Omicron666/patch-1Rémi Verschelde
Fixes typo in source string sent to translation.
2018-12-03Merge pull request #24112 from allkhor/rich_label_update_cacheRémi Verschelde
RichTextLabel: update the cache when the scroll hide.
2018-12-03Merge pull request #24126 from pgruenbacher/deprecated_get_frustum_listenerRémi Verschelde
remove_unused_get_frustum
2018-12-02remove_unused_get_frustumpaul gruenbacher
2018-12-02Add missing validationsGuilherme Felipe
Add missing validations to prevent crash of multiple mouse buttons being pressed
2018-12-02Merge pull request #24106 from groud/fix_split_containerRémi Verschelde
Fixes collapsed SplitContainers
2018-12-02Merge pull request #24007 from JFonS/fix_cpuparticles_scaleRémi Verschelde
Fix "scale" property collision in CPUParticles
2018-12-02Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crashRémi Verschelde
Fix crash when multiple mouse buttons is pressed.
2018-12-02RichTextLabel: update the cache when the scroll hide.allkhor
2018-12-01Fixes collapsed SplitContainersgroud
2018-12-01Fix crash when multiple mouse buttons is pressed.Guilherme Felipe
2018-11-30Fix "scale" property collision in CPUParticlesJFonS
2018-11-29TextEdit: added redo option to the context menuallkhor
2018-11-29Fixes typo in source string sent to translation.Omicron
no mesh has ~~not~~ been assigned
2018-11-28Removed error that should not be an error, fixes #21088Juan Linietsky
2018-11-28Fixes crash, closes #24038Juan Linietsky
2018-11-28Merge pull request #24025 from aaronfranke/analyzer-errorsRémi Verschelde
Fix many errors found by PVS-Studio
2018-11-28Improved the mouse focus system (mouse keeps focus on a control while ↵Juan Linietsky
buttons are pressed). Fixes #19154 and likely many others. WARNING: Test well in every OS, if mouse wheel events are not properly sent as pressed+unpressed pair, it will fail and break (and the OS needs to be fixed). Only tested on X11 so far.
2018-11-28Merge pull request #23993 from Kanabenki/autocomplete-ignore-caseRémi Verschelde
Add suggestions ignoring case at the end of the code autocomplete
2018-11-28Fix many errors found by PVS-StudioAaron Franke
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15.
2018-11-28Merge pull request #23994 from AndreaCatania/precRémi Verschelde
Added function to control 6DOF precision
2018-11-28Merge pull request #24011 from Xrayez/fix-23031Rémi Verschelde
Init `ignore_camera_zoom` property in parallax background constructor
2018-11-28Fix style issues and signature mismatchRémi Verschelde
2018-11-28Merge pull request #24024 from DualMatrix/queueRémi Verschelde
Made it possible to read AnimationPlayer queue from GDscript
2018-11-28Added luminance capping to avoid glitches on small dots. closes #17996Juan Linietsky
2018-11-28Made it possible to read AnimationPlayer queue from GDscriptDualMatrix
2018-11-27Get rid of ancient .theme format for Theme resource. It was not working and ↵Juan Linietsky
can be done the same using .tres format. Closes #19038
2018-11-27Changed theme notifications to work with newly introduced reference counted ↵Juan Linietsky
connections. Closes #21265, Fixes #6145. Probably fixes more theme notification related open issues, should check.
2018-11-27Init `ignore_camera_zoom` property in parallax background constructorAndrii Doroshenko (Xrayez)
The default value for `ignore_camera_zoom` property was initialized by garbage value, leading to camera's zoom to be ignored even if unset in editor most of the time.
2018-11-27Added function to control 6DOF precisionAndrea Catania
2018-11-27Ceil tabs font sizeallkhor
2018-11-26Add suggestions ignoring case at the end of the code autocompleteKanabenki
2018-11-26Generate the tangents without de-indexing and re-indexing the vertices.Guillaume Laforte
The support for shape keys / blend shapes depends on a consistent order for the vertices. Fixes https://github.com/godotengine/godot/issues/19195.
2018-11-26Merge pull request #23962 from Windfisch/arvr_conf_warnRémi Verschelde
Update ARVR{Anchor,Controller}'s configuration warning
2018-11-26Fixup to typo and indentation in 81c86e8Rémi Verschelde
2018-11-26Merge pull request #23964 from allkhor/text_edit_clear_selectionRémi Verschelde
TextEdit: remove selection when clear happens.