| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #34779 from timothyqiu/tree-hscroll | Rémi Verschelde | 2020-01-03 | 1 | -21/+43 |
| |\ | | | | | Better horizontal scroll for Tree | ||||
| | * | Better horizontal scroll for Tree | Haoyu Qiu | 2020-01-03 | 1 | -21/+43 |
| | | | | | | | | | | | * Adds pan gesture support for horizontal scroll. * Scrolls horizontally when needed to ensure cursor visiblility. | ||||
| * | | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio | 2020-01-03 | 2 | -5/+9 |
| |/ | | | | | | This reduces the amount of code required to exit a process with a non-zero exit code. This pattern is also found in most other programming languages. | ||||
| * | Clears button mask before activating menu item | Haoyu Qiu | 2020-01-03 | 1 | -0/+1 |
| | | |||||
| * | Update Camera.project_position to not return get_global_transform().origin ↵ | SIYU FU | 2020-01-02 | 1 | -2/+1 |
| | | | | | if projection mode is orthogonal | ||||
| * | Fix wrong disconnect in callback in VisibilityNotifier 3D | Александр Растриженков | 2020-01-02 | 2 | -3/+0 |
| | | |||||
| * | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde | 2020-01-02 | 1 | -0/+2 |
| |\ | | | | | Tint 3D light gizmos using the light's color | ||||
| | * | Tint 3D light gizmos using the light's color | Hugo Locurcio | 2020-01-01 | 1 | -0/+2 |
| | | | | | | | | | | | This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode. | ||||
| * | | Merge pull request #34737 from timothyqiu/tree-item-offset | Rémi Verschelde | 2020-01-02 | 1 | -1/+4 |
| |\ \ | | | | | | | Fixes Tree item offset when root is hidden | ||||
| | * | | Fixes Tree item offset when root is hidden | Haoyu Qiu | 2020-01-02 | 1 | -1/+4 |
| | | | | | | | | | | | | | Before this fix, one vseparation is counted for a hidden root item. | ||||
| * | | | Merge pull request #34735 from YeldhamDev/texturerect_code_format | Rémi Verschelde | 2020-01-02 | 1 | -14/+19 |
| |\ \ \ | |/ / |/| | | Minor code formatting in TextureRect file | ||||
| | * | | Minor code formatting in TextureRect file | Michael Alexsander | 2020-01-01 | 1 | -14/+19 |
| | | | | |||||
| * | | | Ensures cursor visible for Tree with title | Haoyu Qiu | 2020-01-01 | 1 | -1/+6 |
| |/ / | |||||
| * | | Merge pull request #34724 from timothyqiu/tree-right | Rémi Verschelde | 2020-01-01 | 1 | -2/+1 |
| |\ \ | | | | | | | Fixes behavior of right arrow key in Tree | ||||
| | * | | Fixes behavior of right arrow key in Tree | Haoyu Qiu | 2020-01-01 | 1 | -2/+1 |
| | |/ | |||||
| * | | Merge pull request #34654 from Calinou/colorpicker-move-preview-under-picker | Rémi Verschelde | 2020-01-01 | 1 | -14/+14 |
| |\ \ | | | | | | | Move the ColorPicker preview under the picker area | ||||
| | * | | Move the ColorPicker preview under the picker area | Hugo Locurcio | 2019-12-28 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This moves it to be closer to the sliders, which in turn makes it easier for the user to preview the color. This also makes it clearer that the Pick button can only pick colors in the editor window, not outside. | ||||
| * | | | Merge pull request #34665 from timothyqiu/camera-fov | Rémi Verschelde | 2020-01-01 | 1 | -0/+2 |
| |\ \ \ | | | | | | | | | Clamps fov/size for Camera gizmo | ||||
| | * | | | Clamps fov/size for Camera gizmo | Haoyu Qiu | 2019-12-29 | 1 | -0/+2 |
| | |/ / | |||||
| * | / | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 412 | -824/+824 |
| | |/ |/| | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | ||||
| * | | Merge pull request #34633 from qarmin/lineedit_signal | Rémi Verschelde | 2019-12-31 | 1 | -1/+3 |
| |\ \ | | | | | | | Don't try to connect "text_entered" signal to nodes other than LineEdit | ||||
| | * | | Don't try to connect "text_entered" signal to nodes other than LineEdit | Rafał Mikrut | 2019-12-27 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #34612 from timothyqiu/item-list | Rémi Verschelde | 2019-12-31 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Improves ItemList documentation | ||||
| | * | | | Improves ItemList | Haoyu Qiu | 2019-12-31 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds range hint for integer properties * Adds missing descriptions in documentation * Updates some method descriptions to match the actual behavior * Fixes second param name of `set_item_icon_transposed` from `rect` to `transposed` | ||||
| * | | | | Fix argument type in set_follow_focus() | Tomasz Chabora | 2019-12-30 | 2 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | 2019-12-30 | 2 | -0/+21 |
| |\ \ \ | | | | | | | | | Make new ScrollContainer focus behavior optional | ||||
| | * | | | Make new ScrollContainer focus behavior optional | Tomasz Chabora | 2019-12-30 | 2 | -0/+21 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | 2019-12-30 | 2 | -6/+16 |
| |\ \ \ | | | | | | | | | Make OptionButton itself take into account the arrow margin instead of relying on the theme | ||||
| | * | | | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | 2019-12-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | ||||
| | * | | | Make OptionButton itself take into account the arrow margin instead of ↵ | Michael Alexsander | 2019-12-28 | 1 | -2/+12 |
| | |/ / | | | | | | | | | | relying on the theme | ||||
| * | | | Merge pull request #34659 from Calinou/improve-timer-wait-time-hint | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Improve the Timer wait time property hint | ||||
| | * | | | Improve the Timer wait time property hint | Hugo Locurcio | 2019-12-28 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | - Make it possible to enter more precise values (up to 3 decimals). - Make it possible to enter values above 4096. | ||||
| * | | | Merge pull request #34582 from timothyqiu/forward-decl | Rémi Verschelde | 2019-12-30 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Cleans up headers included in editor_node.h | ||||
| | * | | | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge pull request #34563 from Paulb23/23751_extra_line_indent | Rémi Verschelde | 2019-12-30 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Fixed selection indent taking an additional line | ||||
| | * | | | Fixed selection indent taking an additional line | Paulb23 | 2019-12-23 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge pull request #34561 from NoFr1ends/fix-disconnect-in-theme-change | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix issue with disconnecting events when font changes | ||||
| | * | | Fix issue with disconnecting events when font changes | Jonas Bernemann | 2019-12-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | i18n: Sync translations with Weblate + update template | Rémi Verschelde | 2019-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Also fix a few stray clang-format formatting errors that passed through CI unnoticed. | ||||
| * | | | Merge pull request #34516 from Faless/debugger/output_buffer_size | Rémi Verschelde | 2019-12-22 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Correct size for PacketPeerStream in Debugger. | ||||
| | * | | | Correct size for PacketPeerStream in Debugger. | Fabio Alessandrelli | 2019-12-21 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | We wanted 8 MiB but we were getting 16 MiB (minus 4 bytes for the separator). We are now getting 8 MiB minus 4 bytes for encoding. | ||||
| * | | | Merge pull request #34488 from nekomatata/style_box_flat_aa | Rémi Verschelde | 2019-12-22 | 1 | -40/+39 |
| |\ \ \ | |_|/ |/| | | Fixed StyleBoxFlat border size with aa on | ||||
| | * | | Fixed StyleBoxFlat border size with aa on | PouleyKetchoupp | 2019-12-20 | 1 | -40/+39 |
| | | | | | | | | | | | | | | | | | | | The different Rect used to draw rings were wrongly calculated when anti-aliasing was enabled. Also getting rid of some overlapping glitches when using transparent colors for the filling or borders. Fixes #34104 | ||||
| * | | | Add a range property hint for the number of contacts reported | Hugo Locurcio | 2019-12-21 | 2 | -2/+2 |
| | |/ |/| | | | | | This closes #34505. | ||||
| * | | Encodes property names properly in project.godot | Haoyu Qiu | 2019-12-20 | 1 | -16/+2 |
| | | | |||||
| * | | Revert "Allow tab key to be used for shortcuts" | Rémi Verschelde | 2019-12-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | This reverts commit cafb888361eba08297dd88b18dc71f4d418525c0. Fixes #34405. Reopens #8799, #24064. | ||||
| * | | Use global transform when calculating scroll | Tomasz Chabora | 2019-12-17 | 1 | -2/+6 |
| | | | |||||
| * | | Use an internal skin unless one is supplied by user, fixes #32766 | Juan Linietsky | 2019-12-16 | 2 | -3/+5 |
| | | | | | | | | | Even though this fixes the issue, the broken Skin resource in the inherited scene mesh will remain, it needs to be erased manually. | ||||
| * | | Merge pull request #34246 from tygree/nan-in-sprite-fix | Rémi Verschelde | 2019-12-16 | 1 | -0/+3 |
| |\ \ | | | | | | | Fixed a bug within sprite.cpp that caused a nan value to appear | ||||
| | * | | Fixed a bug within sprite.cpp that caused nan values to appear when a ↵ | Tyler Greenwood | 2019-12-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | texture had zero area | ||||
