summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-0234-194/+194
|\
| * Renamed fixed_process to physics_processAndreaCatania2017-09-3034-194/+194
* | Merge pull request #11754 from magyar123/masterAndreas Haas2017-10-021-2/+8
|\ \
| * | Fixed center align in LineEditbalint magyar2017-10-011-2/+8
* | | Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-0220-1066/+47
|\ \ \
| * | | Several visual improvements.Daniel J. Ramirez2017-09-2820-1066/+47
| | |/ | |/|
* | | Merge pull request #11650 from kitsune/fix-range-unshare-crashPoommetee Ketson2017-10-021-4/+6
|\ \ \
| * | | Fix crash when unsharing a range that is not sharedDylan Enloe2017-09-281-4/+6
| |/ /
* | | Merge pull request #11713 from dracc/masterPoommetee Ketson2017-10-022-0/+9
|\ \ \
| * | | Added VehicleWheel::get_skidinfo().Lucas Eriksson2017-09-302-0/+9
* | | | Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...Juan Linietsky2017-10-012-4/+4
| |_|/ |/| |
* | | Fix GraphEdit mouse scroll axis.jagt2017-10-011-8/+8
* | | Merge pull request #11684 from toger5/tab_container_menu_button_centerGilles Roudiere2017-09-301-2/+2
|\ \ \
| * | | Vertical alignement (TabContainer menu button)toger52017-09-291-2/+2
* | | | Merge pull request #11701 from toger5/coustom_script_bg_fixGilles Roudiere2017-09-301-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fixed coustom bg weired offset for code editortoger52017-09-291-2/+1
| |/ /
* / / Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky2017-09-292-14/+13
|/ /
* / Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-291-1/+1
|/
* Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde2017-09-272-36/+66
|\
| * Fixes set_anchors_and_margins_preset()Gilles Roudiere2017-09-271-35/+65
| * Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+1
* | Merge pull request #11618 from tagcup/button_toggleRémi Verschelde2017-09-271-1/+3
|\ \
| * | Fix toggle mode of BaseButton.Ferenc Arn2017-09-261-1/+3
| |/
* / Fixed bug with clearing the stream in AudioPlayerStreamMarcelo Fernandez2017-09-271-4/+5
|/
* Fix crash when scene has LineEdit and run from editorvolzhs2017-09-261-1/+1
* Merge pull request #11587 from Zylann/directional_light_initRémi Verschelde2017-09-261-0/+6
|\
| * In editor, instance DirectionalLight with an initial sun-like orientationMarc Gilleron2017-09-251-0/+6
* | Merge pull request #11424 from groud/control_node_presetsRémi Verschelde2017-09-267-35/+141
|\ \
| * | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-227-23/+6
| * | Implements set_margins_preset(...)Gilles Roudiere2017-09-222-12/+135
* | | Merge pull request #11541 from Paulb23/tree_arrow_goto_parentRémi Verschelde2017-09-251-2/+10
|\ \ \
| * | | Goto to parent on left arrow in tree with single columnPaulb232017-09-241-2/+10
* | | | Merge pull request #11545 from Paulb23/line_edit_caret_blink_resetting_issue_...Rémi Verschelde2017-09-252-2/+2
|\ \ \ \
| * | | | Fixed caret blink and speed resetting in scenes, issue 10764Paulb232017-09-242-2/+2
* | | | | Merge pull request #11546 from Paulb23/scrollbar_jitterRémi Verschelde2017-09-251-1/+1
|\ \ \ \ \
| * | | | | Fixed scrollbar jitter when clickingPaulb232017-09-241-1/+1
| |/ / / /
* | | | / Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #11552 from Tetane/masterPoommetee Ketson2017-09-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add a missing constant binding in SceenTreeTetane2017-09-241-0/+1
* | | | Fix: CollisionObject shape owner indexing is inconsistentdamarindra2017-09-242-2/+2
* | | | Added light affect parameter to baked AOJuan Linietsky2017-09-232-0/+26
* | | | Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-2310-20/+20
* | | | Fixes to rim parameter in shaderJuan Linietsky2017-09-231-4/+4
* | | | Changed get_audio_bus and set functions to get_audio_bus_name and setMarcelo Paez2017-09-223-8/+8
* | | | Ability to convert from SpatialMaterial to ShaderMaterialJuan Linietsky2017-09-222-0/+8
* | | | Merge pull request #11480 from tagcup/button_unpress_fixRémi Verschelde2017-09-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ensure pressed is set to false in BaseButton::_unpress_group.Ferenc Arn2017-09-211-1/+1
* | | | RichTextLabel: Added get_visible_line_count method.Ferenc Arn2017-09-212-16/+54
|/ / /
* | | Added proximity and distance fade to SpatialMaterialJuan Linietsky2017-09-212-1/+144
* | | Merge pull request #11013 from MednauN/masterRémi Verschelde2017-09-211-1/+12
|\ \ \