summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-10-06Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon
Removed unnecessary debug messages. Fixes #10804
2017-10-06Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfixAndreas Haas
Fix crash when a custom theme can't be loaded
2017-10-06Merge pull request #11854 from endragor/fix-few-classdb-defsAndreas Haas
Add NIL_IS_VARIANT usage to few definitions
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-10-05Fix crash when a custom theme can't be loadedMarcelo Fernandez
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov
The missing usage flag led to GDNative API descriptions containting arguments with "void" type.
2017-10-05Merge pull request #11840 from djrm/pr_fix_drive_selectionGilles Roudiere
Match file dialog drive with the current folder.
2017-10-04Match file dialog drive with the current folder.Daniel J. Ramirez
2017-10-04Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam
Add function set_stream_position to VideoPlayer. Closes #8727
2017-10-04Restored normal bias as default bias in GIProbeJuan Linietsky
2017-10-04Add function set_stream_position to VideoPlayerTerah
Also add docucmentation for set_stream_position in VideoPlayer
2017-10-03Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas
CurveEditor: fix can't edit right tangent
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-03CurveEditor: fix can't edit right tangentPoommetee Ketson
2017-10-02Merge pull request #11754 from magyar123/masterAndreas Haas
Fixed center align in LineEdit
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.
2017-10-02Merge pull request #11650 from kitsune/fix-range-unshare-crashPoommetee Ketson
Fix crash when unsharing a range that is not shared
2017-10-02Merge pull request #11713 from dracc/masterPoommetee Ketson
Added VehicleWheel::get_skidinfo()
2017-10-01Switched Burley/Lambert, and restored diffuse term to 0-1 range for ↵Juan Linietsky
compatibility.
2017-10-01Fixed center align in LineEditbalint magyar
2017-10-01Fix GraphEdit mouse scroll axis.jagt
maps BUTTON_WHEEL_UP/DOWN to vscroll of GraphEdit. maps KEY_SHIFT + BUTTON_WHEER_UP/DOWN to hscroll of GraphEdit.
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30Merge pull request #11684 from toger5/tab_container_menu_button_centerGilles Roudiere
Vertical alignement (TabContainer menu button)
2017-09-30Merge pull request #11701 from toger5/coustom_script_bg_fixGilles Roudiere
fixed custom background weird offset for code editor
2017-09-30Added VehicleWheel::get_skidinfo().Lucas Eriksson
2017-09-29Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵Juan Linietsky
Closes #9186
2017-09-29fixed coustom bg weired offset for code editortoger5
2017-09-29Vertical alignement (TabContainer menu button)toger5
2017-09-29Fixed typo: 'texure' to 'texture'Indah Sylvia
2017-09-28Several visual improvements.Daniel J. Ramirez
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
2017-09-28Fix crash when unsharing a range that is not sharedDylan Enloe
Added a guard to Range::_unref_shared to prevent it from doing anything in the event that shared is null. Fixes Issue: #11521
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-27Merge pull request #11618 from tagcup/button_toggleRémi Verschelde
Fix toggle mode of BaseButton. [ci skip]
2017-09-27Fixed bug with clearing the stream in AudioPlayerStreamMarcelo Fernandez
2017-09-26Fix toggle mode of BaseButton.Ferenc Arn
..which got broken with #11480.
2017-09-27Fixes set_anchors_and_margins_preset()Gilles Roudiere
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Fix crash when scene has LineEdit and run from editorvolzhs
2017-09-26Merge pull request #11587 from Zylann/directional_light_initRémi Verschelde
In editor, instance DirectionalLight with an initial orientation [ci skip]
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
Implements set_margins_preset(...)
2017-09-25In editor, instance DirectionalLight with an initial sun-like orientationMarc Gilleron
2017-09-25Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde
Goto to parent on left arrow in tree with single column [ci skip]
2017-09-25Merge pull request #11545 from ↵Rémi Verschelde
Paulb23/line_edit_caret_blink_resetting_issue_10764 Fixed caret blink and speed resetting in scenes, issue 10764 [ci skip]
2017-09-25Merge pull request #11546 from Paulb23/scrollbar_jitterRémi Verschelde
Fixed scrollbar Jitter when clicking [ci skip]
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Merge pull request #11552 from Tetane/masterPoommetee Ketson
Add missing constant binding STRETCH_ASPECT_EXPAND in SceneTree
2017-09-24Add a missing constant binding in SceenTreeTetane
Add missing constant binding "STRETCH_ASPECT_EXPAND" (I cannot test it because godot does not compile anymore on my pc (windows10))
2017-09-24Fixed caret blink and speed resetting in scenes, issue 10764Paulb23
2017-09-24Fixed scrollbar jitter when clickingPaulb23
2017-09-24Goto to parent on left arrow in tree with single columnPaulb23