| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #16152 from hpvb/fix-16131 | Rémi Verschelde | 2018-01-30 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Allow focus on disabled buttons | Hein-Pieter van Braam | 2018-01-28 | 1 | -4/+0 | |
| * | | | | | | | | | | | Merge pull request #15980 from mrcdk/audio_stream_get_length | Rémi Verschelde | 2018-01-30 | 2 | -19/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Expose audio streams get_length() | MrCdK | 2018-01-22 | 2 | -19/+19 | |
| * | | | | | | | | | | | Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo... | robfram | 2018-01-27 | 1 | -4/+4 | |
| * | | | | | | | | | | | Remove duplicate "autoplay" property | Bojidar Marinov | 2018-01-25 | 1 | -7/+0 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | update signals' MethodInfo in Tween | Paul Joannon | 2018-01-23 | 1 | -3/+3 | |
| * | | | | | | | | | | defend Path2D against a null curve | Todd Ross | 2018-01-22 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #15938 from poke1024/fix15904 | Rémi Verschelde | 2018-01-22 | 2 | -0/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix crash on deleted rigidbodies without contact monitor (issue 15904) | Bernhard Liebl | 2018-01-21 | 2 | -0/+22 | |
| * | | | | | | | | | | Fix typo in CollisionObject warning | Rémi Verschelde | 2018-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | | I have no idea why this commit fixes #15392 | Juan Linietsky | 2018-01-21 | 2 | -15/+12 | |
| |/ / / / / / / / / | ||||||
| * | / / / / / / / | Fix minor typo: it's -> its | Yuri Chornoivan | 2018-01-20 | 1 | -1/+1 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Remove obsolete Viewport _update_rect() code | Rémi Verschelde | 2018-01-18 | 2 | -133/+1 | |
| * | | | | | | | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 20 | -82/+82 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Before I forget, add warnings on areas without children (should not break any... | Juan Linietsky | 2018-01-18 | 4 | -0/+32 | |
| * | | | | | | | TextEdit fix get_mouse after many folds | Ian | 2018-01-18 | 1 | -5/+6 | |
| * | | | | | | | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -2/+2 | |
| * | | | | | | | BMFont loading direct support from .fnt files. | Juan Linietsky | 2018-01-16 | 3 | -0/+55 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Changes the keep_margin parameter to true by default, so that people are not ... | Gilles Roudiere | 2018-01-15 | 1 | -2/+2 | |
| * | | | | | | Merge pull request #15696 from bojidar-bg/15646-assigned-animation | Rémi Verschelde | 2018-01-15 | 2 | -7/+23 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov | 2018-01-14 | 2 | -7/+23 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | ViewportContainer passes input down to children viewports | Fabio Alessandrelli | 2018-01-15 | 2 | -0/+29 | |
| * | | | | | | Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427 | Rémi Verschelde | 2018-01-14 | 1 | -0/+13 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fixed current line highligting with horizontal clipping, issue 15427 | Paulb23 | 2018-01-14 | 1 | -0/+13 | |
| * | | | | | | Merge pull request #15670 from poke1024/fix15588 | Rémi Verschelde | 2018-01-13 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fixes hangs with Tree in multi selection mode (issue 15588) | Bernhard Liebl | 2018-01-13 | 1 | -0/+3 | |
| * | | | | | | Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selection | Rémi Verschelde | 2018-01-13 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Deselect on undo/redo in TextEdit | Paul Joannon | 2018-01-13 | 1 | -0/+4 | |
| * | | | | | | | Fix get_parent_range to return 0 when there is no parent | Ruslan Mustakov | 2018-01-13 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * / / / / / | Small fix for Control bindings | letheed | 2018-01-13 | 1 | -1/+2 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #15623 from kubecz3k/param-name-rename | Rémi Verschelde | 2018-01-12 | 2 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | modify default param names in couple of signals | Unknown | 2018-01-12 | 2 | -3/+3 | |
| * | | | | | | Merge pull request #15629 from endragor/fix-shader-property | Rémi Verschelde | 2018-01-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix Material's shader property binding | Ruslan Mustakov | 2018-01-12 | 1 | -1/+1 | |
| * | | | | | | | Make burley default for materials, fixes #15054 | Juan Linietsky | 2018-01-12 | 1 | -1/+1 | |
| * | | | | | | | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | 2018-01-12 | 2 | -0/+29 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapes | Rémi Verschelde | 2018-01-12 | 8 | -15/+74 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Update collision shapes data on tree entered | Pedro J. Estébanez | 2018-01-11 | 8 | -15/+74 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #15620 from AndreaCatania/p4 | Rémi Verschelde | 2018-01-12 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Reset collider on ray node | AndreaCatania | 2018-01-12 | 1 | -0/+2 | |
| * | | | | | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o... | Juan Linietsky | 2018-01-12 | 12 | -30/+35 | |
| |/ / / / / | ||||||
| * | | / / | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 69 | -394/+404 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Merge pull request #15610 from groud/fix_node_resize_setting_anchors | Rémi Verschelde | 2018-01-11 | 1 | -5/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixes nodes being resized or moved when changing an anchor | Gilles Roudiere | 2018-01-11 | 1 | -5/+13 | |
| * | | | | | Merge pull request #15528 from AndreaCatania/p1 | Rémi Verschelde | 2018-01-11 | 1 | -3/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fixed resource setup handling | AndreaCatania | 2018-01-11 | 1 | -3/+1 | |
| * | | | | | Merge pull request #15531 from AndreaCatania/p2 | Juan Linietsky | 2018-01-11 | 3 | -3/+12 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Forced no duplication of animation data | AndreaCatania | 2018-01-11 | 1 | -1/+1 | |
| | * | | | | | Fixed crash on duplicate GIProbe baking | AndreaCatania | 2018-01-11 | 2 | -2/+11 | |
| | | |_|_|/ | |/| | | | ||||||
