summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-04-30Merge pull request #28287 from YeldhamDev/text_editable_contextmenuRémi Verschelde
Make 'Line/TextEdit's context menus hide their editing options when in readonly mode
2019-04-30Merge pull request #28334 from YeldhamDev/popup_buttons_scaleRémi Verschelde
Make buttons that trigger popups have the same scale
2019-04-29Make 'Line/TextEdit's context menus hide their editing options when in ↵Michael Alexsander Silva Dias
readonly mode Fixes #28243.
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
Added a marker in text_edit that tells which row is executing.
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-04-29Merge pull request #28205 from mikolasan/26937-hide-popup-menuRémi Verschelde
Hide popup menu when OptionButton is hidden
2019-04-29Merge pull request #28281 from zqyoung1/fix-selection-undoRémi Verschelde
Fix selection undo
2019-04-29Merge pull request #28284 from Daw11/doc-link-fixRémi Verschelde
Fix the unclickable links inside the doc
2019-04-29Merge pull request #28399 from YeldhamDev/textedit_expose_tab_foldRémi Verschelde
Expose 'TextEdit's tab drawing and folding to GDScript
2019-04-29Merge pull request #18992 from aaronfranke/mono-equal-approxRémi Verschelde
[Core] [Mono] Improve and use approximate equality methods
2019-04-27Fix the unclickable links inside the docDaw11
Fixes #27384
2019-04-27Removed function to compute time, should not be that useful in practice.Juan Linietsky
2019-04-27Added functions to further improve music timingJuan Linietsky
2019-04-27Properly deal with clicking on audio stream change or stop ↵Juan Linietsky
(AudioStreamPlayer only)
2019-04-27Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky
2019-04-26Merge pull request #28430 from ↵Rémi Verschelde
AnthonyYoManz/issue-28186-fix-crash-on-exit-when-3d-disabled Fix Crash On Close When 3D Is Disabled
2019-04-25Fix Crash On Close When 3D Is DisabledAnthonyYoManz
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-25[Core] Approximate equalityAaron Franke
2019-04-25Cancel tooltip when hiding the node it belongs toJames Buck
2019-04-25Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde
Enable toggle behaviour for buttons that trigger popups
2019-04-25Merge pull request #28377 from YeldhamDev/connection_info_script_changesRémi Verschelde
Make small changes to the new connection info on script feature
2019-04-25Merge pull request #28380 from kiidmale/fix-cpuparticlesRémi Verschelde
Make multimesh invisible initially in CPUParticles
2019-04-24Expose 'TextEdit's tab drawing and folding to GDScriptMichael Alexsander Silva Dias
2019-04-24Make multimesh invisible initially in CPUParticlesDaeil Kim
Fixes #28252
2019-04-24Disallow loopback connection in visual scripts and visual shadersChaosus
2019-04-24Make small changes to the new connection info on script featureMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-23Revert "RichTextLabel: Adding the ability to change the default cursor"Rémi Verschelde
2019-04-23Merge pull request #24489 from mateusfccp/18264_wrong_animation_errorHein-Pieter van Braam
Make AnimatedSprite.animation complain when invalid animation name
2019-04-23Merge pull request #25155 from Timofffee/Timofffee-patch-vehicleHein-Pieter van Braam
Added check engine_traction
2019-04-23Merge pull request #26064 from JFonS/add_frustum_camera_modeHein-Pieter van Braam
Add FRUSTUM camera mode, allowing tilted frustums
2019-04-23Merge pull request #27903 from Calinou/richtextlabel-brighten-default-colorHein-Pieter van Braam
Brighten the RichTextLabel color in the default theme
2019-04-23Fix typo count_count to countqarmin
2019-04-22Added bindings for methods related to obtaining base an instance from ↵Juan Linietsky
VisualInstance
2019-04-22Fix popup visibility for OptionButton, MenuButton and ColorPickerButtonNikolay Neupokoev
Hide popup when its button or another parent object is hidden Fixes #26937
2019-04-22Expose visible instance count to multimeshJuan Linietsky
2019-04-22Merge pull request #26868 from NilsIrl/masterRémi Verschelde
Add Attenuation Model "NO" for AudioStreamPlayer3D
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
Small fixes, mostly duplicated code
2019-04-22Merge pull request #28140 from Daw11/orphan-nodesRémi Verschelde
Add a monitor for the orphan nodes
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
Display connection information in the script editor
2019-04-22Add Attenuation Model "DISABLED" for AudioStreamPlayer3DNils ANDRÉ-CHANG
2019-04-22Merge pull request #28266 from coldrye-collaboration/gh-28241Rémi Verschelde
Fix LineEdit not expanded to text length on undo/redo
2019-04-22Merge pull request #28276 from YeldhamDev/lineedit_offset_limitRémi Verschelde
Fix 'LineEdit' offset limit not accounting for the right/clear icon width
2019-04-21Fix completely #14835 -proper selection reset on undoZach Young
2019-04-21Merge pull request #27219 from raphael10241024/debug_fixRémi Verschelde
Fix collider debug shape didn't changes with collider size changes
2019-04-21Merge pull request #27448 from avencherus/light2d-heightRémi Verschelde
Light2D height range expanded to -2048 to 2048.
2019-04-21Call minimum_size_changed() on redo/undo if expand_to_text_length is trueCarsten Klein
Fixes #28241
2019-04-21Fix 'LineEdit' offset limit not accounting for the right/clear icon widthMichael Alexsander Silva Dias
Fully fixes #28242.
2019-04-21Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limitRémi Verschelde
Fix 'LineEdit' contents not ending before the clear button if no right icon was set