summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-02-14Merge pull request #15523 from Nutriz/change_primmesh_accuracy_valueRémi Verschelde
Change primitive meshes acccuracy value
2018-02-14Merge pull request #15592 from paulloz/textedit-initial-sizeRémi Verschelde
set a better initial size to TextEdit nodes
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
TextEdit folding over unindented comments
2018-02-14Merge pull request #15711 from poke1024/fix-rtl-descentRémi Verschelde
Fixes wrong vertical font layout in RichTextLabel
2018-02-14Merge pull request #15799 from SaracenOne/lightmap_unwrap_script_exposeRémi Verschelde
Expose 'lightmap_unwrap' method to the scripting engine.
2018-02-14Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde
The TextureButton's bitmask takes into account the stretch mode selected
2018-02-14Merge pull request #15903 from groud/fix_minsizeRémi Verschelde
Fixes GridContainer and SplitContainer wrong layouting
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias
method/help lists.
2018-02-13Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde
Fixed #15082: line edit emits two "text_changed" signals when pasting while text is selected
2018-02-13Merge pull request #16432 from Ovnuniarchos/masterRémi Verschelde
SpinBoxes calculate correctly their width before first redraw.
2018-02-13Merge pull request #16424 from AndreaCatania/phyjRémi Verschelde
Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet
2018-02-07Update an outdated method name in error messageronroniv
set_enable_monitoring -> set_monitoring
2018-02-05SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos
2018-02-05Added physics API in order to enable/disable collisions between rigidbody ↵Andrea Catania
attached to a joint with bullet physics bullet Fixes #16424
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while ↵Federico Frenguelli
text is selected
2018-02-03Fix texture import spellingPhil Jones
2018-02-03Gradient: fix wrong property typePoommetee Ketson
2018-02-03Fix wrong property type for fixed icon size in ItemListbinbitten
2018-02-01Merge pull request #16276 from bcr3ative/issue_15668Rémi Verschelde
Fix inconsistencies and typos in argument names
2018-02-01Merge pull request #15910 from robfram/fix-audio-signal-issue-15895Rémi Verschelde
Fix issue #15895, audio streams don't signalling finished after the first one
2018-02-01Merge pull request #15946 from MarianoGnu/issue_15870Rémi Verschelde
Attemp to fix #15870
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde
Fix TextEdit current line highlight horizontal offset
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-30Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky
This works together with the new Blender to Godot exporter.
2018-01-30Merge pull request #16152 from hpvb/fix-16131Rémi Verschelde
Allow focus on disabled buttons
2018-01-30Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde
Expose audio streams get_length()
2018-01-28Allow focus on disabled buttonsHein-Pieter van Braam
This behavior better matches other gui toolkits. A selected disabled button still can't be interacted with but it can now be selected. This seems to be what QT and GTK do also. This fixes #16131
2018-01-27Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor ↵robfram
works fine). Fix #16095.
2018-01-25Remove duplicate "autoplay" propertyBojidar Marinov
Part of #16051
2018-01-23update signals' MethodInfo in TweenPaul Joannon
key is a NodePath, not a String
2018-01-22defend Path2D against a null curveTodd Ross
2018-01-22Expose audio streams get_length()MrCdK
2018-01-22Merge pull request #15938 from poke1024/fix15904Rémi Verschelde
Fix crash on deleted rigidbodies without contact monitor (issue 15904)
2018-01-21Fix typo in CollisionObject warningRémi Verschelde
2018-01-21I have no idea why this commit fixes #15392Juan Linietsky
2018-01-21attemp to fix #15870Mariano Suligoy
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-20Fix issue 15895, audio streams don't signalling finished after the first onerobfram
if the audio player is set to play again due to the order of calls in _notification. First it emits the signal, and later it disable the internal processing regardless what the callback did. Changed to emit the signal at the end to ensure the changes done at callback remains.
2018-01-20Fixes a bas resizing with SplitContainerGilles Roudiere
2018-01-20Fix minor typo: it's -> itsYuri Chornoivan
2018-01-19Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere
2018-01-19The TextureButton's bitmask takes into account the stretch mode selectedMrCdK
When the stretch is tile the mask gets applied to each tile.
2018-01-18Remove obsolete Viewport _update_rect() codeRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18Before I forget, add warnings on areas without children (should not break ↵Juan Linietsky
anything). Seen too many users misunderstanding the edit rect is the shape.
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde