summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-12-14Prevent FileDialog from stealing focus when setting current file in editorKanabenki
2018-12-14Fix touch release event on _gui_inputKonrad Nowakowski
2018-12-14fix stop_on_slope affecting sliding up slopespiratesephiroth
2018-12-14Fix tree item editable cell not updating when windows was resizedGuilherme Felipe
2018-12-14Merge pull request #24046 from DualMatrix/stop_slopeRémi Verschelde
Fixed using move_and_slide with stop_on_slope stopping too early
2018-12-14Merge pull request #24161 from aroncds/masterRémi Verschelde
Fix properties update in remote transform
2018-12-14Expose ButtonGroup's "get_buttons()" to GDScriptMichael Alexsander Silva Dias
2018-12-13Merge pull request #22870 from semtri/godot-issue-7620Rémi Verschelde
Fix richtextlabel meta links shouldn't open when swiping to scroll
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-13i18n: Sync translation template with current sourceRémi Verschelde
Also French translation update and misc fixes to source strings.
2018-12-12ColorPicker fixesmerumelu
- Fix regression from #22402 which made presets invisible ingame with `tools=yes` builds. - Don't emit `color_changed` signal when deleting a preset as no color change happens.
2018-12-12Merge pull request #22739 from DualMatrix/autoplay_warnRémi Verschelde
Added warning when setting autoplay of AnimationPlayer that's inside the tree.
2018-12-12Merge pull request #24267 from YeldhamDev/buttongroup_remove_panel_themeRémi Verschelde
Remove "panel" theme property from ButtonGroup
2018-12-11Merge pull request #23361 from mrcdk/wav_loop_backwardRémi Verschelde
Add backward looping support to AudioStreamSample (wav files)
2018-12-11Merge pull request #21471 from RodZill4/issue_11893Rémi Verschelde
Fixed issue #11893 (SpinBox capturing mouse)
2018-12-11Merge pull request #23887 from ibrahn/dirty-material-list-lifetimeRémi Verschelde
Moved dirty material lists from static to lifetime controlled by main.
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
Changes IME to make it possible to use it from gdscript/gdnative
2018-12-11Merge pull request #22461 from dlasalle/#10480Rémi Verschelde
Hide shading options in SpatialMaterial when 'FLAG_UNSHADED' is set.
2018-12-11Merge pull request #24224 from BastiaanOlij/flip_bitangentRémi Verschelde
Reverse bitangent on everythings
2018-12-10Remove "panel" theme property from ButtonGroupMichael Alexsander Silva Dias
2018-12-10Fixed issue #11893 (SpinBox Capturing mouse)Rodolphe Suescun
To prevent the SpinBox from capturing mouse, added a "drag.allowed" variable that is set to true only when clicking inside the control. Entering the control with the left mouse button pressed will not trigger drag anymore. Also modified the value update code when dragging so it does not modify the base_val.
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-08Reverse bitangent on everythings to ensure default normal map behavriour is ↵Bastiaan Olij
consistent
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-04Fix properties update in remote transformAron Castro
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