aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix Tween follow not workingvolzhs2017-12-291-45/+38
| |/ / / / / / /
* | | | | | | | Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde2018-01-031-4/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl2017-12-281-4/+19
| |/ / / / / / /
* | | | | | | | Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde2018-01-031-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl2017-12-271-0/+12
* | | | | | | | | Merge pull request #15132 from RandomShaper/fix-multiple-finishRémi Verschelde2018-01-032-8/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez2017-12-282-8/+14
* | | | | | | | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0328-44/+325
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | More exact picking for canvas editorBernhard Liebl2017-12-2728-44/+325
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde2018-01-032-2/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix shift-key down on last line in TextEditBernhard Liebl2017-12-262-2/+29
* | | | | | | | | | | Merge pull request #14792 from Krakean/enh-1Rémi Verschelde2018-01-032-0/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | A few small Debugger->Errors tab enhancements:Dmitry Koteroff2017-12-182-0/+13
* | | | | | | | | | | Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-022-35/+77
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-272-35/+77
* | | | | | | | | | | | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde2018-01-021-24/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fixed keyboard word selection when at the start/end of line, issue 14675Paulb232017-12-231-24/+18
* | | | | | | | | | | | Update copyright statements to 2018Rémi Verschelde2018-01-01363-728/+727
* | | | | | | | | | | | Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar2018-01-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Hide tooltip on gesture inputBernhard Liebl2017-12-221-0/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar2018-01-011-13/+31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix unindent (shift-tab) on column 0 and moreBernhard Liebl2017-12-281-13/+31
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-012-37/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-282-37/+37
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #15121 from yanorax/treeitem_set_text_align_fixNoshyaar2018-01-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix TreeItem cell text alignmentyanorax2017-12-291-2/+2
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | change float to bool as correct typefirefly24422017-12-301-1/+1
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | avoid error on setting skeleton from transform changedJuan Linietsky2017-12-291-0/+3
* | | | | | | | | | | Missing transform notification for Skeleton.Juan Linietsky2017-12-291-0/+1
* | | | | | | | | | | Use a different approach to update skeletons when transform changesJuan Linietsky2017-12-292-3/+17
* | | | | | | | | | | Update the skeleton on transformJuan Linietsky2017-12-291-0/+3
* | | | | | | | | | | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-281-1/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-274-10/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-234-10/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-271-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-231-1/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2017-12-242-5/+15
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar2017-12-272-32/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias2017-12-252-32/+39
* | | | | | | | | | | Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar2017-12-274-29/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-254-29/+12
* | | | | | | | | | | | fix indent selection crashIan2017-12-261-10/+8
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky2017-12-263-1/+109
* | | | | | | | | | | Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky2017-12-261-0/+2
* | | | | | | | | | | Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-262-7/+5
* | | | | | | | | | | Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-262-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix error if scene has Camera at saving scenevolzhs2017-12-251-1/+4