Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | Boost drawing speed of ItemLists with many items | Bernhard Liebl | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | |
Fix PopupMenu to show & detect properly hover area | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | |
Fix #15275 | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Merge pull request #15186 from GodotExplorer/default-theme | Rémi Verschelde | |
Fix errors with custom theme and custom font in project settings. | |||
2018-01-04 | Merge pull request #15317 from poke1024/fix-rtl-underline | Rémi Verschelde | |
RichTextLabel: don't draw underline character-wise | |||
2018-01-04 | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | |
2018-01-04 | Merge pull request #15314 from poke1024/tree-rlines | Rémi Verschelde | |
Tree: only draw visible relationship lines | |||
2018-01-04 | Tree: only draw visible relationship lines | Bernhard Liebl | |
2018-01-04 | Merge pull request #15312 from poke1024/fix-rtl-table-wrap | Rémi Verschelde | |
Fixes word wrapping in tables in RichTextLabel | |||
2018-01-04 | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl | |
2018-01-03 | found via cppcheck: | firefly2442 | |
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde | |
TextEdit horizontal scrolling with shift | |||
2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | |
As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog. | |||
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" | |||
2018-01-03 | TextEdit horizontal scrolling with shift | Ian | |
2018-01-03 | Avoid crashes in skeleton | Juan Linietsky | |
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | |
2018-01-03 | Merge pull request #15192 from volzhs/expose-quit-on-go-back | Rémi Verschelde | |
Bind SceneTree::set_quit_on_go_back() to gdscript | |||
2018-01-03 | Merge pull request #15161 from volzhs/tween-follow | Rémi Verschelde | |
Fix Tween follow not working | |||
2018-01-03 | Merge pull request #15127 from poke1024/smooth-scroll-play | Rémi Verschelde | |
Remove some lagginess from TextEdit's smooth scrolling | |||
2018-01-03 | Merge pull request #15103 from poke1024/lineedit-key-up-down | Rémi Verschelde | |
Support KEY_UP and KEY_DOWN in LineEdit | |||
2018-01-03 | Merge pull request #15132 from RandomShaper/fix-multiple-finish | Rémi Verschelde | |
Fix AnimationPlayer redundantly signaling finish | |||
2018-01-03 | Merge pull request #15093 from poke1024/canvas-editor-select | Rémi Verschelde | |
More exact picking for canvas editor | |||
2018-01-03 | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde | |
Fix key down on last line in TextEdit | |||
2018-01-03 | Merge pull request #14792 from Krakean/enh-1 | Rémi Verschelde | |
A few small Debugger->Errors tab enhancements: | |||
2018-01-02 | Merge pull request #15083 from tagcup/spatial_rot_fix | Juan Linietsky | |
Restore the behavior of Spatial rotations recently changed in c1153f5. | |||
2018-01-02 | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde | |
Fixed keyboard word selection when at the start/end of line, issue 14675 | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-01-01 | Merge pull request #14953 from poke1024/fix-toolbar-gesture | Noshyaar | |
Hide tooltip on gesture input | |||
2018-01-01 | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar | |
Fix unindent (shift-tab) on column 0 | |||
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | |
Double-click word selection for RichTextLabel (i.e. docs) | |||
2018-01-01 | Merge pull request #15121 from yanorax/treeitem_set_text_align_fix | Noshyaar | |
Fix TreeItem cell text alignment | |||
2017-12-30 | change float to bool as correct type | firefly2442 | |
2017-12-30 | Bind SceneTree::set_quit_on_go_back() to gdscript | volzhs | |
Fix #15189 | |||
2017-12-30 | Fix errors with custom default theme and custom fonts. | geequlim | |
2017-12-29 | avoid error on setting skeleton from transform changed | Juan Linietsky | |
2017-12-29 | Missing transform notification for Skeleton. | Juan Linietsky | |
2017-12-29 | Use a different approach to update skeletons when transform changes | Juan Linietsky | |
2017-12-29 | Update the skeleton on transform | Juan Linietsky | |
2017-12-29 | Fix Tween follow not working | volzhs | |
Fix regression from 7609efe7571733a38a4c372d9c69ea9c71601936 | |||
2017-12-28 | Fix AnimationPlayer redundantly signaling finish | Pedro J. Estébanez | |
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. | |||
2017-12-28 | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵ | Juan Linietsky | |
this case), fixes #13393 | |||
2017-12-28 | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl | |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | |
2017-12-28 | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl | |
2017-12-29 | Fix TreeItem cell text alignment | yanorax | |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup | |
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. |