aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #16822 from Noshyaar/timefmtRémi Verschelde2018-02-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Fix timer second not zero padded when < 10
| * | | | | | | | | | | | Fix timer second not zero padded when < 10Poommetee Ketson2018-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also RTR "Time Left:"
* | | | | | | | | | | | | Force controls to save rect_clip_content since they do not all default to false.isaacremnant2018-02-181-1/+1
|/ / / / / / / / / / / /
* | | | | / / / / / / / Clean up some bad words from code commentsArtem Varaksa2018-02-175-8/+4
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #15523 from Nutriz/change_primmesh_accuracy_valueRémi Verschelde2018-02-141-8/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change primitive meshes acccuracy value
| * | | | | | | | | | | Change primitive meshes acccuracy valueJerome670002018-01-091-8/+8
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15592 from paulloz/textedit-initial-sizeRémi Verschelde2018-02-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | set a better initial size to TextEdit nodes
| * | | | | | | | | | | | set a better initial size to TextEdit nodesPaul Joannon2018-01-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address #15163
* | | | | | | | | | | | | Merge pull request #15618 from ianb96/fold_commentRémi Verschelde2018-02-142-7/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TextEdit folding over unindented comments
| * | | | | | | | | | | | | TextEdit folding over unindented commentsIan2018-01-122-7/+38
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Restored multiplication by textureJuan Linietsky2018-01-111-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Removed extra multiplication in bakerJuan Linietsky2018-01-111-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #15711 from poke1024/fix-rtl-descentRémi Verschelde2018-02-142-4/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes wrong vertical font layout in RichTextLabel
| * | | | | | | | | | | | | | Fixes wrong vertical font layout in RichTextLabelBernhard Liebl2018-01-142-4/+24
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15799 from SaracenOne/lightmap_unwrap_script_exposeRémi Verschelde2018-02-141-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose 'lightmap_unwrap' method to the scripting engine.
| * | | | | | | | | | | | | | | Expose 'lightmap_unwrap' method to the scripting engine.Saracen2018-01-171-0/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde2018-02-142-9/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TextureButton's bitmask takes into account the stretch mode selected
| * | | | | | | | | | | | | | | | The TextureButton's bitmask takes into account the stretch mode selectedMrCdK2018-01-192-9/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the stretch is tile the mask gets applied to each tile.
* | | | | | | | | | | | | | | | | Merge pull request #15903 from groud/fix_minsizeRémi Verschelde2018-02-143-153/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GridContainer and SplitContainer wrong layouting
| * | | | | | | | | | | | | | | | | Fixes a bas resizing with SplitContainerGilles Roudiere2018-01-202-97/+39
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixes a Gridcontainer wrong children fitting with expanded+non-zero minisizeGilles Roudiere2018-01-191-56/+67
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias2018-02-142-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method/help lists.
* | | | | | | | | | | | | | | | | Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde2018-02-132-2/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed #15082: line edit emits two "text_changed" signals when pasting while text is selected
| * | | | | | | | | | | | | | | | | Fixed #15082: line edit emits two "text_changed" signals when pasting while ↵Federico Frenguelli2018-02-052-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text is selected
* | | | | | | | | | | | | | | | | | Merge pull request #16432 from Ovnuniarchos/masterRémi Verschelde2018-02-132-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpinBoxes calculate correctly their width before first redraw.
| * | | | | | | | | | | | | | | | | | SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2018-02-052-5/+13
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #16424 from AndreaCatania/phyjRémi Verschelde2018-02-132-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet
| * | | | | | | | | | | | | | | | | Added physics API in order to enable/disable collisions between rigidbody ↵Andrea Catania2018-02-052-4/+2
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attached to a joint with bullet physics bullet Fixes #16424
* / / / / / / / / / / / / / / / / Update an outdated method name in error messageronroniv2018-02-071-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set_enable_monitoring -> set_monitoring
* | | | | | | | | | | | | | | | Fix texture import spellingPhil Jones2018-02-031-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Gradient: fix wrong property typePoommetee Ketson2018-02-031-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-031-1/+1
| |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #16276 from bcr3ative/issue_15668Rémi Verschelde2018-02-012-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix inconsistencies and typos in argument names
| * | | | | | | | | | | | | | | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-012-11/+11
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15910 from robfram/fix-audio-signal-issue-15895Rémi Verschelde2018-02-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #15895, audio streams don't signalling finished after the first one
| * | | | | | | | | | | | | | | | Fix issue 15895, audio streams don't signalling finished after the first onerobfram2018-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | Merge pull request #15946 from MarianoGnu/issue_15870Rémi Verschelde2018-02-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Attemp to fix #15870
| * | | | | | | | | | | | | | | | attemp to fix #15870Mariano Suligoy2018-01-211-2/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde2018-02-011-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TextEdit current line highlight horizontal offset
| * | | | | | | | | | | | | | | | Fix TextEdit current line highlight horizontal offsetbinbitten2018-01-311-7/+7
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde2018-02-016-7/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
| * | | | | | | | | | | | | | | | | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and ↵MrCdK2018-01-016-7/+55
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioStreamPlayer3D
* | | | | | | | | | | | | | | | | Expose a few GraphEdit methods to script languagesGeorge Marques2018-01-301-0/+9
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky2018-01-302-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works together with the new Blender to Godot exporter.
* | | | | | | | | | | | | | | | Merge pull request #16152 from hpvb/fix-16131Rémi Verschelde2018-01-301-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow focus on disabled buttons
| * | | | | | | | | | | | | | | | Allow focus on disabled buttonsHein-Pieter van Braam2018-01-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde2018-01-302-19/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Expose audio streams get_length()
| * | | | | | | | | | | | | | | | Expose audio streams get_length()MrCdK2018-01-222-19/+19
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor ↵robfram2018-01-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works fine). Fix #16095.
* | | | | | | | | | | | | | | | | Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
| |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of #16051