summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #16152 from hpvb/fix-16131Rémi Verschelde2018-01-301-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow focus on disabled buttonsHein-Pieter van Braam2018-01-281-4/+0
* | | | | | | | | | | Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde2018-01-302-19/+19
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Expose audio streams get_length()MrCdK2018-01-222-19/+19
* | | | | | | | | | | Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram2018-01-271-4/+4
* | | | | | | | | | | Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
* | | | | | | | | | defend Path2D against a null curveTodd Ross2018-01-221-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #15938 from poke1024/fix15904Rémi Verschelde2018-01-222-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-212-0/+22
* | | | | | | | | | Fix typo in CollisionObject warningRémi Verschelde2018-01-211-1/+1
* | | | | | | | | | I have no idea why this commit fixes #15392Juan Linietsky2018-01-212-15/+12
|/ / / / / / / / /
* | / / / / / / / Fix minor typo: it's -> itsYuri Chornoivan2018-01-201-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-182-133/+1
* | | | | | | | Fix typos in code and docs with codespellRémi Verschelde2018-01-1820-82/+82
| |/ / / / / / |/| | | | | |
* | | | | | | Before I forget, add warnings on areas without children (should not break any...Juan Linietsky2018-01-184-0/+32
* | | | | | | TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* | | | | | | doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-2/+2
* | | | | | | BMFont loading direct support from .fnt files.Juan Linietsky2018-01-163-0/+55
| |/ / / / / |/| | | | |
* | | | | | Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+2
* | | | | | Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde2018-01-152-7/+23
|\ \ \ \ \ \
| * | | | | | Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-142-7/+23
| | |/ / / / | |/| | | |
* | | | | | ViewportContainer passes input down to children viewportsFabio Alessandrelli2018-01-152-0/+29
* | | | | | Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde2018-01-141-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed current line highligting with horizontal clipping, issue 15427Paulb232018-01-141-0/+13
* | | | | | Merge pull request #15670 from poke1024/fix15588Rémi Verschelde2018-01-131-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl2018-01-131-0/+3
* | | | | | Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde2018-01-131-0/+4
|\ \ \ \ \ \
| * | | | | | Deselect on undo/redo in TextEditPaul Joannon2018-01-131-0/+4
* | | | | | | Fix get_parent_range to return 0 when there is no parentRuslan Mustakov2018-01-131-2/+2
|/ / / / / /
* / / / / / Small fix for Control bindingsletheed2018-01-131-1/+2
|/ / / / /
* | | | | Merge pull request #15623 from kubecz3k/param-name-renameRémi Verschelde2018-01-122-3/+3
|\ \ \ \ \
| * | | | | modify default param names in couple of signalsUnknown2018-01-122-3/+3
* | | | | | Merge pull request #15629 from endragor/fix-shader-propertyRémi Verschelde2018-01-121-1/+1
|\ \ \ \ \ \
| * | | | | | Fix Material's shader property bindingRuslan Mustakov2018-01-121-1/+1
* | | | | | | Make burley default for materials, fixes #15054Juan Linietsky2018-01-121-1/+1
* | | | | | | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-122-0/+29
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde2018-01-128-15/+74
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update collision shapes data on tree enteredPedro J. Estébanez2018-01-118-15/+74
| | |_|/ / | |/| | |
* | | | | Merge pull request #15620 from AndreaCatania/p4Rémi Verschelde2018-01-121-0/+2
|\ \ \ \ \
| * | | | | Reset collider on ray nodeAndreaCatania2018-01-121-0/+2
* | | | | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-1212-30/+35
|/ / / / /
* | | / / Bind many more properties to scriptsBojidar Marinov2018-01-1269-394/+404
| |_|/ / |/| | |
* | | | Merge pull request #15610 from groud/fix_node_resize_setting_anchorsRémi Verschelde2018-01-111-5/+13
|\ \ \ \
| * | | | Fixes nodes being resized or moved when changing an anchorGilles Roudiere2018-01-111-5/+13
* | | | | Merge pull request #15528 from AndreaCatania/p1Rémi Verschelde2018-01-111-3/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed resource setup handlingAndreaCatania2018-01-111-3/+1
* | | | | Merge pull request #15531 from AndreaCatania/p2Juan Linietsky2018-01-113-3/+12
|\ \ \ \ \
| * | | | | Forced no duplication of animation dataAndreaCatania2018-01-111-1/+1
| * | | | | Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-112-2/+11
| | |_|_|/ | |/| | |