aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix can_move_to and rename it for more clarityRémi Verschelde2015-11-222-12/+5
| | | | | | | | | | Fixes #2416. The KinematicBody::can_move_to function was likely designed for two behaviours: - discrete: check if the body can "teleport" to the destination - continuous: check if the direct path to the destination is valid The continuous behaviour was however not implemented, and the discrete behaviour was broken too due to a wrong call to intersect_shape. The discrete behaviour has thus been fixed and the function renamed to can_teleport_to for more clarity.
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-191-2/+2
|\ | | | | | | | | Conflicts: platform/windows/export/export.h
| * Fix SplitContainer bool propertiesFranklin Sobrinho2015-11-191-2/+2
| |
* | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-193-3/+3
|/
* Merge pull request #2364 from neikeq/textedit_selectJuan Linietsky2015-11-192-63/+64
|\ | | | | Some TextEdit selection improvements
| * TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq2015-11-072-19/+14
| |
| * textedit selection improvementsneikeq2015-08-132-44/+50
| | | | | | | | | | allows using shift and pointer selection together, and selecting text while scrolling. tried to make it as similar as possible to most editors.
* | Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-1810-20/+1
|\ \ | | | | | | Cosmetic fixes to SCons buildsystem
| * | Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-0110-20/+1
| | | | | | | | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* | | Merge pull request #2709 from eska014/fix-default-menubutton-styleboxesJuan Linietsky2015-11-181-0/+1
|\ \ \ | | | | | | | | Fix default StyleBoxes of MenuButton
| * | | Add default focus StyleBox to MenuButtoneska2015-11-011-0/+1
| |/ /
* | | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancementJuan Linietsky2015-11-181-6/+20
|\ \ \ | | | | | | | | Write to 4-dimensional position access and shader graph code generation fix.
| * | | Added ability to write directly to 4-dimensional position vector from within ↵Saracen2015-11-021-6/+20
| |/ / | | | | | | | | | custom vertex shader code. Bugfixes to shader graph code generation concerning xforms.
* | | Merge pull request #2720 from SaracenOne/bone_attachment_fixJuan Linietsky2015-11-181-1/+1
|\ \ \ | | | | | | | | BoneAttachment fix.
| * | | BoneAttachment fix.Saracen2015-11-021-1/+1
| |/ /
* | | Merge pull request #2721 from SaracenOne/animation_tree_player_manual_controlJuan Linietsky2015-11-182-10/+105
|\ \ \ | | | | | | | | Experimental retooling of AnimationTreePlayer to allow manual advancement
| * | | Experimental retooling of AnimationTreePlayer to allow manual advancement.Saracen2015-11-022-10/+105
| |/ /
* | | Merge pull request #2635 from StraToN/tabs-buttonsJuan Linietsky2015-11-181-0/+2
|\ \ \ | | | | | | | | Fixed bug : both tab buttons appearing hovered
| * | | Fixed minor bug : quicklty pointing alternatively Script button and Close ↵Julian Murgia - StraToN2015-10-191-0/+2
| | | | | | | | | | | | | | | | button on a tab showed both buttons as hovered
* | | | Merge pull request #2636 from TheHX/fixed_materialJuan Linietsky2015-11-181-1/+5
|\ \ \ \ | | | | | | | | | | Bind missing FixedMaterial constants, fixes #2628
| * | | | Bind missing FixedMaterial constants, fixes #2628Franklin Sobrinho2015-10-191-1/+5
| | | | |
* | | | | Merge pull request #2638 from MarianoGnu/masterJuan Linietsky2015-11-181-5/+2
|\ \ \ \ \ | | | | | | | | | | | | add missing default value
| * | | | | Clamp filling angle instead of normalizeMarianoGNU2015-10-191-5/+1
| | | | | |
| * | | | | add missing default valueMarianoGNU2015-10-191-0/+1
| |/ / / /
* | | | | Merge pull request #2639 from MarianoGnu/originJuan Linietsky2015-11-183-4/+8
|\ \ \ \ \ | | | | | | | | | | | | Fix ButtonGroup broken layout
| * | | | | Fix ButtonGroup broken layoutMarianoGNU2015-10-193-4/+8
| |/ / / /
* | | | | Merge pull request #2672 from Brickcaster/patch-1Juan Linietsky2015-11-181-3/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix for world_to_map() with negative coords. Fixes issue #2665
| * | | | | Fix for negative coords. Regarding issue #2665Brickcaster2015-10-241-3/+2
| | | | | | | | | | | | | | | | | | int() of negative numbers rounds up. Needed to add a condition to account for negative values. Thanks to Romulox_x for providing this solution.
* | | | | | Merge pull request #2695 from eska014/add-default-angular-dampJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set World2D default angular damp per global `physics_2d/default_angular_damp`
| * | | | | | Set World2D default angular damp per global `physics_2d/default_angular_damp`eska2015-10-281-1/+1
| | | | | | |
* | | | | | | Merge pull request #2725 from SaracenOne/line_edit_alignmentJuan Linietsky2015-11-182-23/+154
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nice!
| * | | | | | | Aligned line edit fix.Saracen2015-11-021-19/+42
| | | | | | | |
| * | | | | | | Added alignment to LineEdit GUI control.Saracen2015-11-022-16/+124
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2730 from TheHX/fix_exp_propertyJuan Linietsky2015-11-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Range exp_edit property
| * | | | | | | Fix Range exp_edit propertyFranklin Sobrinho2015-11-041-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2734 from neikeq/popupmenu_impJuan Linietsky2015-11-181-2/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Small PopupMenu behaviour changes
| * | | | | | | | Small PopupMenu changesneikeq2015-11-131-2/+8
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2735 from TheHX/fix_tree_checkboxJuan Linietsky2015-11-181-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Tree checkbox check/uncheck behavior
| * | | | | | | | Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho2015-11-051-2/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2747 from MarianoGnu/line_editJuan Linietsky2015-11-181-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094
| * | | | | | | | Add <Select All>(Ctrl+A) shortcut to LineEdit.MarianoGNU2015-11-061-0/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoomJuan Linietsky2015-11-181-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix for smoothing camera2D when you change zoom.
| * | | | | | | | Fix for smoothing camera2D when you change zoom, fix #2074.Guilherme Felipe2015-09-031-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #2769 from TheHX/text_edit_improvementsJuan Linietsky2015-11-181-4/+109
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implement Ctrl + backspace/delete to delete words
| * | | | | | | | | Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho2015-11-121-4/+109
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2779 from bojidar-bg/patch-5Juan Linietsky2015-11-181-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Change popup_menu.cpp to deselect on .clear
| * | | | | | | | | | Change popup_menu.cpp as proposed in #2011Bojidar Marinov2015-11-131-0/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | Closes #2011
* | | | | | | | | | *Polygon2D now updates on any modification in its point array. ShapeLine2D ↵Ovnuniarchos2015-11-183-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has now an editor.
* | | | | | | | | | -Fixed default theme a littleJuan Linietsky2015-11-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added option to group help pages, fixes #2805
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-11-181-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/theora/video_stream_theora.cpp