aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Fix Tween follow not workingvolzhs2017-12-291-45/+38
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fix regression from 7609efe7571733a38a4c372d9c69ea9c71601936
* | | | | | | | Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde2018-01-031-4/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove some lagginess from TextEdit's smooth scrolling
| * | | | | | | | 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 LineEdit
| * | | | | | | | 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 finish
| * | | | | | | | | Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez2017-12-282-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it will emit only when actually going from not-finished-yet to finished, as has always been the case. The bug was a side effect of 2d2467c0ff8ba05f492cefef3adbcd5513bbd8dd.
* | | | | | | | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-0328-44/+325
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | More exact picking for canvas editor
| * | | | | | | | | | 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 key down on last line in TextEdit
| * | | | | | | | | | 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:
| * | | | | | | | | | A few small Debugger->Errors tab enhancements:Dmitry Koteroff2017-12-182-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added "Clear" button to clear list. 2. Errors list now populated with newest items comes first, so no need to scroll everytime. 3. Added PopupMenu to errors list with ability to quickly Copy error text & details.
* | | | | | | | | | | Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-022-35/+77
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.
| * | | | | | | | | | | Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-272-35/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That change was borne out of a confusion regarding the meaning of "local" in #14569. Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system. This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself. To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs. This commit adds the functionality "requested" in #14569, not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale. This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users.
* | | | | | | | | | | | 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 14675
| * | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community!
* | | | | | | | | | | | Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar2018-01-011-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Hide tooltip on gesture input
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | 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)
| * | | | | | | | | | | | 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 alignment
| * | | | | | | | | | | | 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 ↵Juan Linietsky2017-12-281-1/+0
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case), fixes #13393
* | | | | | | | | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-274-10/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot enabled
| * | | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot ↵MrCdK2017-12-234-10/+6
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled
* | | | | | | | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-271-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.
| * | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-231-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto select newly created nodes.
* | | | | | | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-271-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Mono: Make the bindings generator output enums
| * | | | | | | | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch to PascalCase for constants names
* | | | | | | | | | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Animation Tree: Prevent cycle_test from being altered by past-test.
| * | | | | | | | | | 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
| * | | | | | | | | | 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
| * | | | | | | | | | | 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 ↵Juan Linietsky2017-12-263-1/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files, closes #14431
* | | | | | | | | | | Ability to set flags via code in StreamTexture, as some users find it ↵Juan Linietsky2017-12-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | useful. Fixes #14526.
* | | | | | | | | | | Change the rotate function of Spatial to be local, makes more sense. Closes ↵Juan Linietsky2017-12-262-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14569
* | | | | | | | | | | Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky2017-12-262-2/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix crash & error at saving scene
| * | | | | | | | | | | Fix error if scene has Camera at saving scenevolzhs2017-12-251-1/+4
| | | | | | | | | | | |