summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-02Object::disconnect: Better errors when no signal or lockedRé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-02Merge pull request #34720 from Calinou/light-gizmo-color-by-lightRémi Verschelde
Tint 3D light gizmos using the light's color
2020-01-02Merge pull request #34478 from volzhs/error-script-createRémi Verschelde
Fix error when closing Attach Node Script window
2020-01-02Merge pull request #34748 from neikeq/issue-34744Rémi Verschelde
Mono/C#: Fix GD.PrintErr now showing in the Output panel
2020-01-02Mono/C#: Fix GD.PrintErr now showing in the Output panelIgnacio Etcheverry
2020-01-02Fix error when closing Attach Node Script windowvolzhs
2020-01-02Merge pull request #34737 from timothyqiu/tree-item-offsetRémi Verschelde
Fixes Tree item offset when root is hidden
2020-01-02Merge pull request #34735 from YeldhamDev/texturerect_code_formatRémi Verschelde
Minor code formatting in TextureRect file
2020-01-02Fixes Tree item offset when root is hiddenHaoyu Qiu
Before this fix, one vseparation is counted for a hidden root item.
2020-01-01Minor code formatting in TextureRect fileMichael Alexsander
2020-01-01Merge pull request #34731 from timothyqiu/tree-scrollRémi Verschelde
Ensures cursor visible for Tree with title
2020-01-01Ensures cursor visible for Tree with titleHaoyu Qiu
2020-01-01Merge pull request #34729 from TritiatedWater/patch-1Rémi Verschelde
Fix wrong return type in canvas.glsl
2020-01-01Fix wrong return typeTritium 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-01Merge pull request #34724 from timothyqiu/tree-rightRémi Verschelde
Fixes behavior of right arrow key in Tree
2020-01-01Added 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-01GLES3: Fix false positive in ninepatch axis stretch codeRémi Verschelde
See #34704.
2020-01-01Merge pull request #34654 from Calinou/colorpicker-move-preview-under-pickerRémi Verschelde
Move the ColorPicker preview under the picker area
2020-01-01Merge pull request #34665 from timothyqiu/camera-fovRémi Verschelde
Clamps fov/size for Camera gizmo
2020-01-01Merge pull request #34706 from KoBeWi/grindputRémi Verschelde
Don't handle Gridmap input when have no effect
2020-01-01Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde
ScriptCreateDialog: Suggested language extension now matches the selected language.
2020-01-01Update copyright statements to 2020Ré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-01Fixes behavior of right arrow key in TreeHaoyu Qiu
2020-01-01ScriptCreateDialog: Suggested language extension now matches the selected ↵dankan1890
language. Fixes #34711
2020-01-01Tint 3D light gizmos using the light's colorHugo Locurcio
This makes navigation more convenient in the 3D viewport, especially when using the unshaded display mode.
2019-12-31Merge pull request #34699 from van800/godot-guidIgnacio Roldán Etcheverry
Custom property for Godot generated project
2019-12-31Merge pull request #34633 from qarmin/lineedit_signalRémi Verschelde
Don't try to connect "text_entered" signal to nodes other than LineEdit
2019-12-31Merge pull request #34714 from timothyqiu/groups-editorRémi Verschelde
Fixes Groups Editor batch add/remove nodes
2019-12-31Merge pull request #34612 from timothyqiu/item-listRémi Verschelde
Improves ItemList documentation
2019-12-31Merge pull request #34707 from KoBeWi/omgRémi Verschelde
Fix argument type in set_follow_focus()
2019-12-31Fixes Groups Editor batch add/remove nodesHaoyu Qiu
2019-12-31Improves ItemListHaoyu 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-30Fix argument type in set_follow_focus()Tomasz Chabora
2019-12-30Don't handle Gridmap input when have no effectTomasz Chabora
2019-12-30Merge pull request #34702 from Zylann/fix_project_manager_opens_wrong_projectRémi Verschelde
Fix wrong project opening in some situations
2019-12-30Merge pull request #34572 from KoBeWi/I_give_upRémi Verschelde
Make new ScrollContainer focus behavior optional
2019-12-30i18n: Sync translation template with current sourceRémi Verschelde
2019-12-30i18n: Sync translations with WeblateRémi Verschelde
2019-12-30Merge pull request #34317 from m4gr3d/make_app_id_match_godot_package_nameRémi Verschelde
Replace the android.defaultConfig.applicationId in build.gradle with the package/unique_name
2019-12-30Merge pull request #34700 from Calinou/doc-input-device-touchscreen-idRémi Verschelde
Document how to distinguish emulated mouse events from physical ones
2019-12-30Merge pull request #34695 from timothyqiu/show-in-file-systemRémi Verschelde
Checks script path before show in filesystem
2019-12-30Merge pull request #34692 from bluenote10/bluenote10-shadow_item_cull_mask-docsRémi Verschelde
shadow_item_cull_mask should reference light mask
2019-12-30Merge pull request #34682 from Calinou/os-exit-code-nonportable-warningRémi Verschelde
Print a warning message if `OS.exit_code` is set to a non-portable value
2019-12-30Merge pull request #34680 from Calinou/editor-export-nonzero-exit-code-errorRémi Verschelde
Exit the editor export process with a non-zero exit code on error
2019-12-30Fix wrong project opening in some situations, hidden nodes were not reorderedMarc Gilleron
2019-12-30Merge pull request #34670 from dalexeev/expr_ordRémi Verschelde
Add ord() function to Expression class
2019-12-30Merge pull request #34653 from YeldhamDev/optionbutton_margin_autoRémi Verschelde
Make OptionButton itself take into account the arrow margin instead of relying on the theme
2019-12-30Merge pull request #34659 from Calinou/improve-timer-wait-time-hintRémi Verschelde
Improve the Timer wait time property hint
2019-12-30Merge pull request #34656 from volzhs/keep-selected-dirRémi Verschelde
Show selected directory in split mode when selecting a file
2019-12-30Merge pull request #34647 from madmiraal/pulse-audio-null-pointerRémi Verschelde
Check for null pointer in PulseAudio server info callback.