| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix can_move_to and rename it for more clarity | Rémi Verschelde | 2015-11-22 | 2 | -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/godot | Juan Linietsky | 2015-11-19 | 1 | -2/+2 |
| |\ | | | | | | | | | Conflicts: platform/windows/export/export.h | ||||
| | * | Fix SplitContainer bool properties | Franklin Sobrinho | 2015-11-19 | 1 | -2/+2 |
| | | | |||||
| * | | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 3 | -3/+3 |
| |/ | |||||
| * | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | 2015-11-19 | 2 | -63/+64 |
| |\ | | | | | Some TextEdit selection improvements | ||||
| | * | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | 2015-11-07 | 2 | -19/+14 |
| | | | |||||
| | * | textedit selection improvements | neikeq | 2015-08-13 | 2 | -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/master | Juan Linietsky | 2015-11-18 | 10 | -20/+1 |
| |\ \ | | | | | | | Cosmetic fixes to SCons buildsystem | ||||
| | * | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 10 | -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-styleboxes | Juan Linietsky | 2015-11-18 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Fix default StyleBoxes of MenuButton | ||||
| | * | | | Add default focus StyleBox to MenuButton | eska | 2015-11-01 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | 2015-11-18 | 1 | -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 ↵ | Saracen | 2015-11-02 | 1 | -6/+20 |
| | |/ / | | | | | | | | | | custom vertex shader code. Bugfixes to shader graph code generation concerning xforms. | ||||
| * | | | Merge pull request #2720 from SaracenOne/bone_attachment_fix | Juan Linietsky | 2015-11-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | BoneAttachment fix. | ||||
| | * | | | BoneAttachment fix. | Saracen | 2015-11-02 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #2721 from SaracenOne/animation_tree_player_manual_control | Juan Linietsky | 2015-11-18 | 2 | -10/+105 |
| |\ \ \ | | | | | | | | | Experimental retooling of AnimationTreePlayer to allow manual advancement | ||||
| | * | | | Experimental retooling of AnimationTreePlayer to allow manual advancement. | Saracen | 2015-11-02 | 2 | -10/+105 |
| | |/ / | |||||
| * | | | Merge pull request #2635 from StraToN/tabs-buttons | Juan Linietsky | 2015-11-18 | 1 | -0/+2 |
| |\ \ \ | | | | | | | | | Fixed bug : both tab buttons appearing hovered | ||||
| | * | | | Fixed minor bug : quicklty pointing alternatively Script button and Close ↵ | Julian Murgia - StraToN | 2015-10-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | button on a tab showed both buttons as hovered | ||||
| * | | | | Merge pull request #2636 from TheHX/fixed_material | Juan Linietsky | 2015-11-18 | 1 | -1/+5 |
| |\ \ \ \ | | | | | | | | | | | Bind missing FixedMaterial constants, fixes #2628 | ||||
| | * | | | | Bind missing FixedMaterial constants, fixes #2628 | Franklin Sobrinho | 2015-10-19 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Merge pull request #2638 from MarianoGnu/master | Juan Linietsky | 2015-11-18 | 1 | -5/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | add missing default value | ||||
| | * | | | | | Clamp filling angle instead of normalize | MarianoGNU | 2015-10-19 | 1 | -5/+1 |
| | | | | | | | |||||
| | * | | | | | add missing default value | MarianoGNU | 2015-10-19 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | 2015-11-18 | 3 | -4/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix ButtonGroup broken layout | ||||
| | * | | | | | Fix ButtonGroup broken layout | MarianoGNU | 2015-10-19 | 3 | -4/+8 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2672 from Brickcaster/patch-1 | Juan Linietsky | 2015-11-18 | 1 | -3/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix for world_to_map() with negative coords. Fixes issue #2665 | ||||
| | * | | | | | Fix for negative coords. Regarding issue #2665 | Brickcaster | 2015-10-24 | 1 | -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-damp | Juan Linietsky | 2015-11-18 | 1 | -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` | eska | 2015-10-28 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #2725 from SaracenOne/line_edit_alignment | Juan Linietsky | 2015-11-18 | 2 | -23/+154 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | nice! | ||||
| | * | | | | | | | Aligned line edit fix. | Saracen | 2015-11-02 | 1 | -19/+42 |
| | | | | | | | | | |||||
| | * | | | | | | | Added alignment to LineEdit GUI control. | Saracen | 2015-11-02 | 2 | -16/+124 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #2730 from TheHX/fix_exp_property | Juan Linietsky | 2015-11-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Range exp_edit property | ||||
| | * | | | | | | | Fix Range exp_edit property | Franklin Sobrinho | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #2734 from neikeq/popupmenu_imp | Juan Linietsky | 2015-11-18 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Small PopupMenu behaviour changes | ||||
| | * | | | | | | | | Small PopupMenu changes | neikeq | 2015-11-13 | 1 | -2/+8 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #2735 from TheHX/fix_tree_checkbox | Juan Linietsky | 2015-11-18 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix Tree checkbox check/uncheck behavior | ||||
| | * | | | | | | | | Add Tree checkbox check/uncheck behavior when pressing enter | Franklin Sobrinho | 2015-11-05 | 1 | -2/+5 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #2747 from MarianoGnu/line_edit | Juan Linietsky | 2015-11-18 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094 | ||||
| | * | | | | | | | | Add <Select All>(Ctrl+A) shortcut to LineEdit. | MarianoGNU | 2015-11-06 | 1 | -0/+3 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoom | Juan Linietsky | 2015-11-18 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix for smoothing camera2D when you change zoom. | ||||
| | * | | | | | | | | Fix for smoothing camera2D when you change zoom, fix #2074. | Guilherme Felipe | 2015-09-03 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #2769 from TheHX/text_edit_improvements | Juan Linietsky | 2015-11-18 | 1 | -4/+109 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement Ctrl + backspace/delete to delete words | ||||
| | * | | | | | | | | | Implement Ctrl + backspace/delete to delete words | Franklin Sobrinho | 2015-11-12 | 1 | -4/+109 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #2779 from bojidar-bg/patch-5 | Juan Linietsky | 2015-11-18 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Change popup_menu.cpp to deselect on .clear | ||||
| | * | | | | | | | | | | Change popup_menu.cpp as proposed in #2011 | Bojidar Marinov | 2015-11-13 | 1 | -0/+1 |
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | Closes #2011 | ||||
| * | | | | | | | | | | *Polygon2D now updates on any modification in its point array. ShapeLine2D ↵ | Ovnuniarchos | 2015-11-18 | 3 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has now an editor. | ||||
| * | | | | | | | | | | -Fixed default theme a little | Juan Linietsky | 2015-11-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added option to group help pages, fixes #2805 | ||||
| * | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-11-18 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/theora/video_stream_theora.cpp | ||||
