aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde2017-10-091-0/+8
|\
| * Consistant scroll when using members overview, issue 11648Paulb232017-10-081-0/+8
* | Merge pull request #11915 from marcelofg55/desc_animation_errorsRémi Verschelde2017-10-091-8/+8
|\ \
| * | Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez2017-10-071-8/+8
| |/
* | Merge pull request #11884 from Noshyaar/pr-fd2Rémi Verschelde2017-10-091-2/+3
|\ \ | |/ |/|
| * FileDialog: fix select index out of rangePoommetee Ketson2017-10-061-2/+3
* | Fix LINK/UNLINK console spam with navmeshesBartłomiej T. Listwon2017-10-061-4/+0
* | Merge pull request #11859 from marcelofg55/invalid_customtheme_crashfixAndreas Haas2017-10-061-1/+6
|\ \
| * | Fix crash when a custom theme can't be loadedMarcelo Fernandez2017-10-051-1/+6
| |/
* | Merge pull request #11854 from endragor/fix-few-classdb-defsAndreas Haas2017-10-061-1/+1
|\ \
| * | Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov2017-10-051-1/+1
| |/
* / Made a few tweaks to the interfaceBastiaanOlij2017-10-063-4/+121
|/
* Merge pull request #11840 from djrm/pr_fix_drive_selectionGilles Roudiere2017-10-051-0/+1
|\
| * Match file dialog drive with the current folder.Daniel J. Ramirez2017-10-041-0/+1
* | Merge pull request #11816 from terahxluna/video_player_set_stream_positionHein-Pieter van Braam2017-10-042-0/+8
|\ \
| * | Add function set_stream_position to VideoPlayerTerah2017-10-042-0/+8
| |/
* / Restored normal bias as default bias in GIProbeJuan Linietsky2017-10-041-2/+2
|/
* Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas2017-10-031-5/+5
|\
| * CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-5/+5
* | 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-1065/+46
|\ \ \
| * | | Several visual improvements.Daniel J. Ramirez2017-09-2820-1065/+46
| | |/ | |/|
* | | 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
|\ \ \