Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-04 | Makes more strings translatable | Haoyu Qiu | |
2020-01-03 | Merge pull request #34781 from fossegutten/button-flash | Rémi Verschelde | |
Fixes button flashing when releasing mousebutton outside | |||
2020-01-03 | Fixes button flashing when releasing mousebutton outside | fossegutten | |
2020-01-03 | Merge pull request #34755 from Calinou/shadermaterial-connect-editor-only | Rémi Verschelde | |
Don't connect ShaderMaterial's `changed` signal when not in the editor | |||
2020-01-03 | Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix | Rémi Verschelde | |
Fixed antialiasing option for Polygon2D with concave/hollow shapes | |||
2020-01-03 | Merge pull request #34779 from timothyqiu/tree-hscroll | Rémi Verschelde | |
Better horizontal scroll for Tree | |||
2020-01-03 | Better horizontal scroll for Tree | Haoyu Qiu | |
* Adds pan gesture support for horizontal scroll. * Scrolls horizontally when needed to ensure cursor visiblility. | |||
2020-01-03 | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio | |
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. | |||
2020-01-03 | Clears button mask before activating menu item | Haoyu Qiu | |
2020-01-02 | Update Camera.project_position to not return get_global_transform().origin ↵ | SIYU FU | |
if projection mode is orthogonal | |||
2020-01-02 | Don't connect ShaderMaterial's `changed` signal when not in the editor | Hugo Locurcio | |
This closes #34741. | |||
2020-01-02 | Fix wrong disconnect in callback in VisibilityNotifier 3D | Александр Растриженков | |
2020-01-02 | Merge pull request #34720 from Calinou/light-gizmo-color-by-light | Rémi Verschelde | |
Tint 3D light gizmos using the light's color | |||
2020-01-02 | Merge pull request #34737 from timothyqiu/tree-item-offset | Rémi Verschelde | |
Fixes Tree item offset when root is hidden | |||
2020-01-02 | Merge pull request #34735 from YeldhamDev/texturerect_code_format | Rémi Verschelde | |
Minor code formatting in TextureRect file | |||
2020-01-02 | Fixes Tree item offset when root is hidden | Haoyu Qiu | |
Before this fix, one vseparation is counted for a hidden root item. | |||
2020-01-01 | Minor code formatting in TextureRect file | Michael Alexsander | |
2020-01-01 | Ensures cursor visible for Tree with title | Haoyu Qiu | |
2020-01-01 | Merge pull request #34724 from timothyqiu/tree-right | Rémi Verschelde | |
Fixes behavior of right arrow key in Tree | |||
2020-01-01 | Fixed antialiasing option for Polygon2D | PouleyKetchoupp | |
Some cases were not handled properly for Polygon2D after making changes in common code to fix Line2D antialiasing. Added an option for drawing polygons to differentiate the two use cases. Fixes #34568 | |||
2020-01-01 | Merge pull request #34654 from Calinou/colorpicker-move-preview-under-picker | Rémi Verschelde | |
Move the ColorPicker preview under the picker area | |||
2020-01-01 | Merge pull request #34665 from timothyqiu/camera-fov | Rémi Verschelde | |
Clamps fov/size for Camera gizmo | |||
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
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. | |||
2020-01-01 | Fixes behavior of right arrow key in Tree | Haoyu Qiu | |
2020-01-01 | Tint 3D light gizmos using the light's color | Hugo Locurcio | |
This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode. | |||
2019-12-31 | Merge pull request #34633 from qarmin/lineedit_signal | Rémi Verschelde | |
Don't try to connect "text_entered" signal to nodes other than LineEdit | |||
2019-12-31 | Merge pull request #34612 from timothyqiu/item-list | Rémi Verschelde | |
Improves ItemList documentation | |||
2019-12-31 | Improves ItemList | Haoyu Qiu | |
* 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` | |||
2019-12-30 | Fix argument type in set_follow_focus() | Tomasz Chabora | |
2019-12-30 | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | |
Make new ScrollContainer focus behavior optional | |||
2019-12-30 | Merge pull request #34653 from YeldhamDev/optionbutton_margin_auto | Rémi Verschelde | |
Make OptionButton itself take into account the arrow margin instead of relying on the theme | |||
2019-12-30 | Merge pull request #34659 from Calinou/improve-timer-wait-time-hint | Rémi Verschelde | |
Improve the Timer wait time property hint | |||
2019-12-30 | Make new ScrollContainer focus behavior optional | Tomasz Chabora | |
2019-12-30 | Merge pull request #34582 from timothyqiu/forward-decl | Rémi Verschelde | |
Cleans up headers included in editor_node.h | |||
2019-12-30 | Merge pull request #34563 from Paulb23/23751_extra_line_indent | Rémi Verschelde | |
Fixed selection indent taking an additional line | |||
2019-12-30 | Merge pull request #34561 from NoFr1ends/fix-disconnect-in-theme-change | Rémi Verschelde | |
Fix issue with disconnecting events when font changes | |||
2019-12-29 | Clamps fov/size for Camera gizmo | Haoyu Qiu | |
2019-12-28 | Improve the Timer wait time property hint | Hugo Locurcio | |
- Make it possible to enter more precise values (up to 3 decimals). - Make it possible to enter values above 4096. | |||
2019-12-28 | Move the ColorPicker preview under the picker area | Hugo Locurcio | |
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. | |||
2019-12-28 | Revert "Merge pull request #34315 from ↵ | Michael Alexsander | |
YeldhamDev/editor_theme_optionbutton_arrow" This reverts commit 0da0eec6cc42066626f867079700c10737092217, reversing changes made to ec97535ea34456607c0c53607d41e34f272890ec. | |||
2019-12-28 | Make OptionButton itself take into account the arrow margin instead of ↵ | Michael Alexsander | |
relying on the theme | |||
2019-12-27 | Don't try to connect "text_entered" signal to nodes other than LineEdit | Rafał Mikrut | |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu | |
2019-12-23 | Fixed selection indent taking an additional line | Paulb23 | |
2019-12-23 | Fix issue with disconnecting events when font changes | Jonas Bernemann | |
2019-12-22 | i18n: Sync translations with Weblate + update template | Rémi Verschelde | |
Also fix a few stray clang-format formatting errors that passed through CI unnoticed. | |||
2019-12-22 | Merge pull request #34516 from Faless/debugger/output_buffer_size | Rémi Verschelde | |
Correct size for PacketPeerStream in Debugger. | |||
2019-12-22 | Merge pull request #34488 from nekomatata/style_box_flat_aa | Rémi Verschelde | |
Fixed StyleBoxFlat border size with aa on | |||
2019-12-21 | Add a range property hint for the number of contacts reported | Hugo Locurcio | |
This closes #34505. | |||
2019-12-21 | Correct size for PacketPeerStream in Debugger. | Fabio Alessandrelli | |
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. |