summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
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-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
2017-09-02Merge pull request #10858 from letheed/add-shadow_filter-variantRémi Verschelde
add shadow_filter variant PCF7
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
The second in my quest to make Godot 3.x compile with -Werror on GCC7
2017-09-01Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde
Fix signed and unsigned comparisons
2017-09-01Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ↵Juan Linietsky
#10093
2017-09-01Fix AnimationTreePlayer bogus argument nameRémi Verschelde
Regression from 6fa6149517b974fccd97e41f6b0a6466c83473fc.
2017-09-01Fix some argument ordering, closes #10010Juan Linietsky
2017-09-01Removed ontop property, added a material rendering priority system. Fixes ↵Juan Linietsky
#9935, closes #10135
2017-09-01Fix files headerPoommetee Ketson
2017-09-01add shadow_filter variant PCF7letheed
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
The first in my quest to make Godot 3.x compile with -Werror on GCC7
2017-08-31Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky
2017-08-31Merge pull request #10791 from tuga3d/indent-glitch-attempt-2Rémi Verschelde
second attempt on fixing the indent glitch.
2017-08-31Merge pull request #10816 from toger5/style_box_texture_set_fillRémi Verschelde
unified draw_center naming for (9patch,StyleBoxes)
2017-08-31Merge pull request #10823 from toger5/fix_VSlider_focus_non_existentRémi Verschelde
changed-"HSlider" -> "VSlider" for focus style fixes #728
2017-08-31changed-"HSlider" -> "VSlider" for focus style fixes #728toger5
2017-08-31Fix inconsistent toggle button behaviorMatthias Hoelzl
2017-08-31Merge pull request #10818 from Jellonator/masterRémi Verschelde
Fixed incorrect KinematicBody::_move normal return
2017-08-31Fixed return of KinematicBody::_moveJames Beedie
Fixed incorrect normal Added missing collider velocity
2017-08-31Exposed new ClearMode function to Viewport clases, closes #9995Juan Linietsky
2017-08-31unified draw_center naming for (9patch,StyleBoxes)toger5
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled