aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | 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-390/+400
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | 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
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | solved particle memory leak, fixes #15591Juan Linietsky2018-01-111-0/+17
* | | | | | | | | Merge pull request #15595 from endragor/fix-light-data-typeRémi Verschelde2018-01-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix registered light_data property type nameRuslan Mustakov2018-01-111-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde2018-01-111-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix updating tileset list when assign texture and set autotile truedamarindra2018-01-111-1/+2
| |/ / / / / / / /
* / / / / / / / / Fixes empty line selection when scrollingpoke10242018-01-111-1/+1
|/ / / / / / / /