Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-07 | Merge pull request #32605 from dankan1890/get_custom_color | Rémi Verschelde | |
Added missing bind_method to TreeItem::get_custom_color(). | |||
2019-10-07 | Merge pull request #32603 from clayjohn/GLES2-post-processing-bugs | Rémi Verschelde | |
Fix current issues with post-processing | |||
2019-10-06 | Added missing bind_method to TreeItem::get_custom_color(). | dankan1890 | |
Fix #32595 | |||
2019-10-06 | Merge pull request #32602 from cbscribe/kcc_doc_rigid | Rémi Verschelde | |
[DOC] Add missing physics_material_override descriptions | |||
2019-10-06 | fix current issues with post-processing | clayjohn | |
2019-10-06 | [DOC] Add missing physics_material_override descriptions | Chris Bradfield | |
2019-10-06 | Merge pull request #32599 from cbscribe/kcc_doc_clippedcamera | Rémi Verschelde | |
[DOC] Document ClippedCamera properties/methods. | |||
2019-10-06 | Merge pull request #32569 from qarmin/fix_control_crash | Rémi Verschelde | |
Fix crash in Control functions | |||
2019-10-06 | Merge pull request #32580 from sheepandshepherd/gdnativelibrary-doc | Rémi Verschelde | |
Document GDNativeLibrary | |||
2019-10-06 | Merge pull request #32586 from jmorton06/master | Rémi Verschelde | |
Set tooltip to an empty string after removing texture/material | |||
2019-10-06 | [DOC] Document ClippedCamera properties/methods. | Chris Bradfield | |
2019-10-06 | Merge pull request #32598 from Chaosus/fix_shader_crash | Yuri Roubinsky | |
Prevents shader crash if name of variable overrides function name | |||
2019-10-06 | Prevent shader crash if name of variable overrides function name | Yuri Roubinsky | |
2019-10-06 | Set tooltip to an empty string when clearing | Joe Morton | |
Format Remove string conversion | |||
2019-10-06 | Document GDNativeLibrary | sheepandshepherd | |
2019-10-06 | Merge pull request #32592 from Chaosus/fix_const_shader_crash | Yuri Roubinsky | |
Prevent shader crash if function call been used for constant initialization | |||
2019-10-06 | Prevent shader crash if function call been used on constant | Yuri Roubinsky | |
2019-10-06 | Merge pull request #32590 from Chaosus/fix_shader_regression | Yuri Roubinsky | |
Fix few redefinition name errors for variable/param/function in shaders | |||
2019-10-06 | Fix few redefinition name errors for variable/param/function in shaders | Yuri Roubinsky | |
2019-10-05 | Fix crash in Control functions | qarmin | |
2019-10-05 | Merge pull request #32566 from Calinou/document-non-resource-folder-filter | Rémi Verschelde | |
Document the ability to include/exclude non-resource export folders | |||
2019-10-05 | Merge pull request #32565 from noname1477/patch-2 | Rémi Verschelde | |
Fixed some typos in iteration error messages | |||
2019-10-05 | Document the ability to include/exclude non-resource export folders | Hugo Locurcio | |
This closes #3646. | |||
2019-10-05 | Fixed some obvious typos in error messages | noname1477 | |
In some errors, there were closing quotation marks but no opening (e. g. "Unable to iterate on object of type " + Variant::get_type_name(container->get_type()) + "'." | |||
2019-10-05 | Merge pull request #32555 from homer666/projectsettings-docs-mistake | Rémi Verschelde | |
Fix silly mistake in ProjectSettings docs | |||
2019-10-05 | Merge pull request #32563 from qarmin/fix_tileset_crash | Rémi Verschelde | |
Fix crash in TileMap::fix_invalid_tiles | |||
2019-10-05 | Fix crash in TileMap::fix_invalid_tiles | qarmin | |
2019-10-05 | Merge pull request #32544 from GodotExplorer/gdscript-lsp-show_native_symbol | Rémi Verschelde | |
Improvements for gdscript-lsp server | |||
2019-10-05 | Format documentations to markdown only when needed | geequlim | |
2019-10-05 | Fix silly mistake in ProjectSettings docs | homer666 | |
2019-10-04 | Merge pull request #32550 from JFonS/fix_editor_spatial_bounds | Rémi Verschelde | |
Fix calculate_spatial_bounds for selection display | |||
2019-10-04 | Merge pull request #32549 from YeldhamDev/test_size_single_override | Rémi Verschelde | |
Make possible to use just one "size/test_*" value in the settings | |||
2019-10-04 | Merge pull request #32552 from Calinou/humanize-digits-remove-redundant-if | Rémi Verschelde | |
Remove redundant condition in `String::_humanize_digits()` | |||
2019-10-04 | Remove redundant condition in `String::_humanize_digits()` | Hugo Locurcio | |
2019-10-04 | Add custom api `textDocument/nativeSymbol` to allow inspect native symbols ↵ | geequlim | |
from LSP clients | |||
2019-10-04 | Merge pull request #32548 from akien-mga/doc-put-string | Rémi Verschelde | |
doc: Add note about sending strings without size in StreamPeer | |||
2019-10-04 | Merge pull request #32546 from Xrayez/bind-string-humanize-size | Rémi Verschelde | |
Bind the `String::humanize_size` method | |||
2019-10-04 | Fix calculate_spatial_bounds for selection display | jfons | |
Fixes `SpatialEditorPlugin::_calculate_spatial_bounds` so the displayed selection doesn't break with transformed scenes. | |||
2019-10-04 | Merge pull request #22834 from lupoDharkael/recursive-item | Rémi Verschelde | |
Add call_recursive method to TreeItem | |||
2019-10-04 | Make possible to use just one "size/test_*" value in the settings | Michael Alexsander | |
2019-10-04 | doc: Add note about sending strings without size in StreamPeer | Rémi Verschelde | |
Follow-up to #29153. | |||
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) | |
The method signature is also changed to use `uint64_t` instead of `size_t` for it to be Variant-compatible. | |||
2019-10-04 | Merge pull request #32528 from hbina/hbina_fix_font_override | Rémi Verschelde | |
Fixed warnings text using custom font and color setting. | |||
2019-10-04 | Fix enumeration value of SymbolKind. | geequlim | |
Add custom notification 'gdscript/show_native_symbol' to show native symbols in clients. Close client connections when stop gdscript-lsp | |||
2019-10-04 | Fixed warnings text using custom font and color setting. | Hanif Bin Ariffin | |
Fixes #31917 Added missing font and color override. | |||
2019-10-04 | Merge pull request #32543 from Chaosus/vs_fix_input | Yuri Roubinsky | |
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version) | |||
2019-10-04 | Merge pull request #32540 from codecustard/fix_show_bounds_for_scenes | Rémi Verschelde | |
Fixes scene instances not displaying bounds when selected | |||
2019-10-04 | Merge pull request #32541 from Chaosus/vs_fix_input | Yuri Roubinsky | |
Fix VisualShaderInput (if compiled with MinGW) | |||
2019-10-04 | Fix VisualShaderInput if compiled with MinGW | Yuri Roubinsky | |
2019-10-04 | Fix VisualShaderInput (if compiled with MinGW) (correct, tested version) | Yuri Roubinsky | |