Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-02 | Don't connect ShaderMaterial's `changed` signal when not in the editor | Hugo Locurcio | |
This closes #34741. | |||
2020-01-02 | Merge pull request #34618 from qarmin/vector_please_dont_crash | Rémi Verschelde | |
Don't use constant reference in Vector push_back, insert and append_array | |||
2020-01-02 | Merge pull request #34352 from Rastrizh/fix_object_disconnect | Rémi Verschelde | |
Fix object disconnect | |||
2020-01-02 | Merge pull request #34750 from neikeq/issue-18969 | Rémi Verschelde | |
Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()' | |||
2020-01-02 | Merge pull request #34745 from timothyqiu/vararg-return-nil-34743 | Rémi Verschelde | |
Allows to doc vararg method return type as void | |||
2020-01-02 | Merge pull request #34753 from akien-mga/object-disconnect-better-errors | Rémi Verschelde | |
Object::disconnect: Better errors when no signal or locked | |||
2020-01-02 | Fix wrong disconnect in callback in VisibilityNotifier 3D | Александр Растриженков | |
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 | Allows to doc vararg method return type as void | Haoyu Qiu | |
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 | Mono/C#: Make 'GD.Print' and its variants fallback to 'ToString()' | Ignacio Etcheverry | |
Up until now, 'GD.Print' would convert parameters first to Variant and only then to String. This meant parameters that cannot be converted to Variant would be printed as "Null". This commit makes 'GD.Print' fallback to 'System.Object.ToString()' if the parameter could not be converted to Variant. The same applies to all 'GD.Print' variants: 'GD.PrintS', 'GD.PrintT', 'GD.PrintErr' and 'GD.PrintRaw'. | |||
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 |