Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-02 | Object::disconnect: Better errors when no signal or locked | Rémi Verschelde | |
It will now give information about the originating object instance and when locked, the target callback. This should help debugging editor and game issues that are now being reported due to adding signal locking in 22637beb2ed625c3e43ab75ab5865b57d7470948. | |||
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 #34478 from volzhs/error-script-create | Rémi Verschelde | |
Fix error when closing Attach Node Script window | |||
2020-01-02 | Merge pull request #34748 from neikeq/issue-34744 | Rémi Verschelde | |
Mono/C#: Fix GD.PrintErr now showing in the Output panel | |||
2020-01-02 | Mono/C#: Fix GD.PrintErr now showing in the Output panel | Ignacio Etcheverry | |
2020-01-02 | Fix error when closing Attach Node Script window | volzhs | |
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 | |||
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 #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. |