Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-02 | Mono/C#: Fix GD.PrintErr now showing in the Output panel | Ignacio Etcheverry | |
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 | Merge pull request #34731 from timothyqiu/tree-scroll | Rémi Verschelde | |
Ensures cursor visible for Tree with title | |||
2020-01-01 | Ensures cursor visible for Tree with title | Haoyu Qiu | |
2020-01-01 | Merge pull request #34729 from TritiatedWater/patch-1 | Rémi Verschelde | |
Fix wrong return type in canvas.glsl | |||
2020-01-01 | Fix wrong return type | Tritium Oxide | |
`ERROR: _display_error_with_code: CanvasShaderGLES3: Fragment Program Compilation Failed: 0:166(2): error: `return' with wrong type int, in function `map_ninepatch_axis' returning float` caused by #34704 | |||
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 | Added support to allow to compile Godot from the same directory while using ↵ | Fabian Mathews | |
different versions of python (cherry picked from commit beee8b37763dd25a105d75274b3f2fffe35f69e1) | |||
2020-01-01 | GLES3: Fix false positive in ninepatch axis stretch code | Rémi Verschelde | |
See #34704. | |||
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 | Merge pull request #34706 from KoBeWi/grindput | Rémi Verschelde | |
Don't handle Gridmap input when have no effect | |||
2020-01-01 | Merge pull request #34721 from dankan1890/ext_fix | Rémi Verschelde | |
ScriptCreateDialog: Suggested language extension now matches the selected language. | |||
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 | ScriptCreateDialog: Suggested language extension now matches the selected ↵ | dankan1890 | |
language. Fixes #34711 | |||
2019-12-31 | Merge pull request #34699 from van800/godot-guid | Ignacio Roldán Etcheverry | |
Custom property for Godot generated project | |||
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 #34714 from timothyqiu/groups-editor | Rémi Verschelde | |
Fixes Groups Editor batch add/remove nodes | |||
2019-12-31 | Merge pull request #34612 from timothyqiu/item-list | Rémi Verschelde | |
Improves ItemList documentation | |||
2019-12-31 | Merge pull request #34707 from KoBeWi/omg | Rémi Verschelde | |
Fix argument type in set_follow_focus() | |||
2019-12-31 | Fixes Groups Editor batch add/remove nodes | Haoyu Qiu | |
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 | Don't handle Gridmap input when have no effect | Tomasz Chabora | |
2019-12-30 | Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_project | Rémi Verschelde | |
Fix wrong project opening in some situations | |||
2019-12-30 | Merge pull request #34572 from KoBeWi/I_give_up | Rémi Verschelde | |
Make new ScrollContainer focus behavior optional | |||
2019-12-30 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-12-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-30 | Merge pull request #34317 from m4gr3d/make_app_id_match_godot_package_name | Rémi Verschelde | |
Replace the android.defaultConfig.applicationId in build.gradle with the package/unique_name | |||
2019-12-30 | Merge pull request #34700 from Calinou/doc-input-device-touchscreen-id | Rémi Verschelde | |
Document how to distinguish emulated mouse events from physical ones | |||
2019-12-30 | Merge pull request #34695 from timothyqiu/show-in-file-system | Rémi Verschelde | |
Checks script path before show in filesystem | |||
2019-12-30 | Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docs | Rémi Verschelde | |
shadow_item_cull_mask should reference light mask | |||
2019-12-30 | Merge pull request #34682 from Calinou/os-exit-code-nonportable-warning | Rémi Verschelde | |
Print a warning message if `OS.exit_code` is set to a non-portable value | |||
2019-12-30 | Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-error | Rémi Verschelde | |
Exit the editor export process with a non-zero exit code on error | |||
2019-12-30 | Fix wrong project opening in some situations, hidden nodes were not reordered | Marc Gilleron | |
2019-12-30 | Merge pull request #34670 from dalexeev/expr_ord | Rémi Verschelde | |
Add ord() function to Expression class | |||
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 | Merge pull request #34656 from volzhs/keep-selected-dir | Rémi Verschelde | |
Show selected directory in split mode when selecting a file | |||
2019-12-30 | Merge pull request #34647 from madmiraal/pulse-audio-null-pointer | Rémi Verschelde | |
Check for null pointer in PulseAudio server info callback. | |||
2019-12-30 | Merge pull request #34642 from timothyqiu/help-search | Rémi Verschelde | |
Improves Search Help dialog | |||
2019-12-30 | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | |
Makes more editor strings translatable | |||
2019-12-30 | Merge pull request #34621 from cbscribe/kcc_misc_doc_fixes | Rémi Verschelde | |
[Docs] Description updates for Node2D & Object | |||
2019-12-30 | Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs | Rémi Verschelde | |
add area_shape_entered usage | |||
2019-12-30 | Merge pull request #34614 from qarmin/dont_create_preview_of_empty_scene | Rémi Verschelde | |
Don't create preview of empty scene. | |||
2019-12-30 | Merge pull request #34578 from timothyqiu/var-rename | Rémi Verschelde | |
Fixes variable naming in FileSystemDock |