summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-09-12Merge pull request #11007 from saltares/issue-9988Rémi Verschelde
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988.
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
Remove assignment and declarations in if statements
2017-09-12Merge pull request #11057 from hpvb/fix-various-warningsRémi Verschelde
Fix various assorted warnings
2017-09-12Merge pull request #11041 from hpvb/fix-clang-format-errorRémi Verschelde
Fix serveral recent new clang-format errors [ci skip]
2017-09-12Merge pull request #11135 from willnationsdev/area2d-docsPoommetee Ketson
Area2D Documentation + constants in _bind_methods
2017-09-11Updated Area2D docs and added enum constants to scriptingWill Nations
2017-09-12Merge pull request #11142 from BastiaanOlij/arvr_signal_idPoommetee Ketson
Added ID to tracker signals and property for storing hand
2017-09-12Merge pull request #11152 from SaracenOne/mesh_arrays_accessPoommetee Ketson
Script access to formatted arrays and blend_arrays in meshes.
2017-09-12Merge pull request #11167 from bojidar-bg/9547-fix-metadata-duplicationPoommetee Ketson
Fix duplication of nodes resulting in shared metadata
2017-09-11Material: fix priority not intPoommetee Ketson
2017-09-11Fix duplication of nodes resulting in shared metadataBojidar Marinov
Fixes #9547
2017-09-11Script access to formatted arrays and blend_arrays in meshes.SaracenOne
2017-09-10Added ID to tracker signals and property for storing handBastiaan Olij
2017-09-08Remove assignment and declarations in if statementsHein-Pieter van Braam
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means.
2017-09-08Fix various assorted warningsHein-Pieter van Braam
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp.
2017-09-07Ability to use a sky for reflection together with a background color.Juan Linietsky
2017-09-08Fix serveral recent new clang-format errorsHein-Pieter van Braam
2017-09-07Several fixes to directional shadows, closes #10926Juan Linietsky
Added option to change directional light range mode, between optimized and stable. For Orthogonal, you might need to use optimized.
2017-09-07Restored auto snapping of controls to pixels, fixes #10847 and probably ↵Juan Linietsky
several more issues. Made it optional in the project settings but defaults to true.
2017-09-06Renamed playing property of audiostreams to play, to make it clearer. Fixes ↵Juan Linietsky
#10730 Also disabled the auto shut down of the property when stream ends, to make it easier to animate
2017-09-06Check whether stuff is visible before baking it, closes #10525Juan Linietsky
2017-09-06Remove dead ButtonGroup codeRémi Verschelde
2017-09-05hide next pass for material types that make it pointless, closes #10686Juan Linietsky
2017-09-05Renames _add_child_below_node() to add_child_below_node(). Closes #9988.David Saltares
2017-09-05Automatically redraw when shaders using TIME are visible, fixes #10554Juan Linietsky
2017-09-05Merge pull request #10978 from Noshyaar/pr-meshlibRémi Verschelde
MeshLibrary: remove duplicated line [ci skip]
2017-09-05Merge pull request #10822 from hoelzl/toggle-buttonRémi Verschelde
Fix inconsistent toggle button behavior
2017-09-04Merge pull request #10902 from toger5/rtl_copy_and_selection_colorRémi Verschelde
fixed copy on osx + help selection color
2017-09-05MeshLibrary: remove duplicated linePoommetee Ketson
2017-09-04Merge pull request #10916 from volzhs/vertical-align-tree-lineeditRémi Verschelde
LineEdit in Tree is aligned vertical center
2017-09-04Merge pull request #10931 from djrm/pr_style_fixesRémi Verschelde
Improved color temperature in script editor
2017-09-04fixed copy on osx + help selection colortoger5
2017-09-04-Changed KinematicBody API yet again to make it friendlierJuan Linietsky
-Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation)
2017-09-04Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
2017-09-04Merge pull request #10894 from Paulb23/brace_auto_indentRémi Verschelde
Added support for brace auto indent and fixed indent above.
2017-09-04Merge pull request #10937 from djrm/pr_fix_typoRémi Verschelde
Fix. resizeable -> resizable.
2017-09-03Fix. resizeable -> resizable.Daniel J. Ramirez
(not actually a typo, but the rest of the API uses resizable)
2017-09-03-Added an optimization so physics shapes are configured later, speeds up ↵Juan Linietsky
grid map loading and editing
2017-09-03Added transmission shader parameter.Juan Linietsky
2017-09-03Improved color temperature in script editorDaniel J. Ramirez
2017-09-03Fixed some metrics (some issues caused by the new Noto Sans font).Daniel J. Ramirez
plus other minor fixes
2017-09-03LineEdit in Tree is aligned vertical centervolzhs
2017-09-02Unified script panel backgrounds.toger5
- simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated.
2017-09-02richTextLable implemented stylebox supporttoger5
- also fixed issue with total_chars ignoring first line
2017-09-02Added support for brace auto indent and fixed indent abovePaulb23
2017-09-02Merge pull request #10887 from Paulb23/fix_scrolling_up_jitterRémi Verschelde
Fixed jitter when scrolling up
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-09-02Made triplanar local space by default, world space optionally, closes #10159Juan Linietsky
2017-09-02Fixed jitter when scrolling upPaulb23