summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-01-18Before I forget, add warnings on areas without children (should not break ↵Juan Linietsky
anything). Seen too many users misunderstanding the edit rect is the shape.
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16BMFont loading direct support from .fnt files.Juan Linietsky
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ↵Gilles Roudiere
suprised that set_anchor changes the margins values
2018-01-15Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde
Fix an issue with the animation editor not seeking to the target time
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli
2018-01-14Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde
Fixed current line highlighting with horizontal clipping, issue 15427
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
Fixes #15646.
2018-01-13Merge pull request #15670 from poke1024/fix15588Rémi Verschelde
Fixes hangs with Tree in multi selection mode (issue 15588)
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
2018-01-13Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde
TextEdit: Fix selection issue with undo/redo
2018-01-13Deselect on undo/redo in TextEditPaul Joannon
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov
Fixes #15635
2018-01-13Small fix for Control bindingsletheed
2018-01-12Merge pull request #15623 from kubecz3k/param-name-renameRémi Verschelde
modify default param names in couple of signals
2018-01-12Merge pull request #15629 from endragor/fix-shader-propertyRémi Verschelde
Fix Material's shader property binding
2018-01-12Fix Material's shader property bindingRuslan Mustakov
ShaderGraph doesn't exist in 3.0.
2018-01-12Make burley default for materials, fixes #15054Juan Linietsky
2018-01-12modify default param names in couple of signalsUnknown
'name' default param should not be used since there is problem with name shadowing
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde
Update collision shapes data on tree entered
2018-01-12Merge pull request #15620 from AndreaCatania/p4Rémi Verschelde
Reset collider on ray node
2018-01-12Reset collider on ray nodeAndreaCatania
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky
of tree notification. Updated doc accordingly.
2018-01-12Bind many more properties to scriptsBojidar Marinov
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
2018-01-11Merge pull request #15610 from groud/fix_node_resize_setting_anchorsRémi Verschelde
Fixes nodes being resized or moved when changing an anchor
2018-01-11Fixes nodes being resized or moved when changing an anchorGilles Roudiere
2018-01-11Merge pull request #15528 from AndreaCatania/p1Rémi Verschelde
Fixed viewport node error on editor
2018-01-11Update collision shapes data on tree enteredPedro J. Estébanez
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene. Fixes #13835.
2018-01-11Merge pull request #15531 from AndreaCatania/p2Juan Linietsky
Fixed crash on duplicate GIProbe baking
2018-01-11solved particle memory leak, fixes #15591Juan Linietsky
2018-01-11Forced no duplication of animation dataAndreaCatania
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-11Fixed resource setup handlingAndreaCatania
2018-01-11Merge pull request #15595 from endragor/fix-light-data-typeRémi Verschelde
Fix registered light_data property type name
2018-01-11Fix registered light_data property type nameRuslan Mustakov
2018-01-11Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde
fix updating tileset list when assign texture and set autotile true
2018-01-11Fixes empty line selection when scrollingpoke1024
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra
2018-01-10Merge pull request #15530 from akien-mga/signal-argsRémi Verschelde
Fix signal arguments shadowing member variables
2018-01-09Fix bitwise NOT operator on BitMap's set_bitKonrad Nowakowski
2018-01-09Fix signal arguments shadowing member variablesRémi Verschelde
Fixes #10212.
2018-01-09Merge pull request #15495 from poke1024/font-oversamplingRémi Verschelde
Two potential glitches in font oversampling
2018-01-08Merge pull request #15507 from poke1024/fix15106Rémi Verschelde
Fix whole word search missing occurences
2018-01-08Fix whole word search missing occurencesBernhard Liebl
2018-01-08Merge pull request #15060 from poke1024/camera2d-updateRémi Verschelde
Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESS
2018-01-08Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESSBernhard Liebl
2018-01-08Two potential glitches in font oversamplingBernhard Liebl