Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-24 | Use insertText from the internal autocompletion | Kurt Lachmann | |
* GDScriptLanguage::complete_code already adds parentheses to function calls, and does this a lot smarter than the language server right now. * Instead of the previous naive approach we now reuse the same logic as the internal editor. * For this to have any effect we also have to send the `insertText` field already during the completionRequest and not only during resolve. | |||
2022-03-23 | Merge pull request #59450 from ↵ | Rémi Verschelde | |
godotengine/dependabot/npm_and_yarn/platform/javascript/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6 in /platform/javascript | |||
2022-03-23 | Bump minimist from 1.2.5 to 1.2.6 in /platform/javascript | dependabot[bot] | |
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-03-23 | Merge pull request #59065 from fabriceci/script-template-condition-too-wide | Rémi Verschelde | |
2022-03-23 | Merge pull request #59424 from fire-forge/icon-theme-color | Rémi Verschelde | |
2022-03-23 | Merge pull request #59437 from lawnjelly/bvh_check_invalid_handles | Rémi Verschelde | |
2022-03-23 | Merge pull request #59436 from timothyqiu/hint-enum | Rémi Verschelde | |
2022-03-23 | Restrict the condition when checking if a script is a template | fabriceci | |
2022-03-23 | Add protective checks for invalid handle use in BVH | lawnjelly | |
Adds DEV_ASSERTS that will halt at runtime if the BVH is misused with invalid IDs, and adds ERR_FAIL macros to prevent calling with invalid IDs. Any such misuse is a bug in the physics, but this should flag any errors quickly. | |||
2022-03-23 | Document how to specify explicit value for `PROPERTY_HINT_ENUM` names | Haoyu Qiu | |
2022-03-23 | Merge pull request #59432 from timothyqiu/export-crash | Rémi Verschelde | |
2022-03-23 | CI: Update to actions/cache@v3, increase cache limit to 10 GiB | Rémi Verschelde | |
And force rebuild of Linux cache which got corrupted... | |||
2022-03-23 | Fix crash when exporting projects with shared libraries | Haoyu Qiu | |
2022-03-22 | Use accent color for some editor icons | FireForge | |
2022-03-22 | Merge pull request #59403 from fire-forge/textureprogressbar-group | Rémi Verschelde | |
Fix "Stretch Margin" group in TextureProgressBar | |||
2022-03-22 | Merge pull request #59420 from raulsntos/csharp-static-methods | Rémi Verschelde | |
Support static methods in C# bindings generator | |||
2022-03-22 | Support static methods in C# bindings generator | Raul Santos | |
2022-03-22 | Merge pull request #59314 from reduz/add-static-methods-to-classdb | Rémi Verschelde | |
2022-03-22 | Add static method support to ClassDB | reduz | |
* Based on the work done for Variant in the past. * Added `ClassDB::bind_static_method` * Cleaned up ClassDB::bind_method to use variadic templates. This adds support for having static methods in Object derived classes. Note that this does not make it work yet in GDScript or Mono and, while it works for GDExtension, GodotCPP needs to be updated. | |||
2022-03-22 | Merge pull request #59029 from bruvzg/help_slanted | Rémi Verschelde | |
2022-03-22 | [Help] Add simulated slanted font support to the editor help. | bruvzg | |
2022-03-22 | Merge pull request #59394 from aaronfranke/linux-export-x86_32 | Rémi Verschelde | |
2022-03-22 | Merge pull request #59170 from akien-mga/import-wav-configure-loop-mode | Rémi Verschelde | |
2022-03-22 | Merge pull request #59354 from Chaosus/astar3d | Rémi Verschelde | |
2022-03-22 | Merge pull request #59410 from bruvzg/mac_menu_features | Rémi Verschelde | |
2022-03-22 | Merge pull request #59276 from bruvzg/mo_trans | Rémi Verschelde | |
2022-03-22 | Merge pull request #59275 from bruvzg/ft_brotli | Rémi Verschelde | |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg | |
2022-03-22 | Merge pull request #59347 from BastiaanOlij/extract_decal_storage | Rémi Verschelde | |
2022-03-22 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @rburing Thanks to all contributors and donors for making Godot possible! | |||
2022-03-22 | Merge pull request #59402 from fire-forge/progressbar-group | Rémi Verschelde | |
Remove "Percent" group in ProgressBar | |||
2022-03-22 | Merge pull request #59388 from zacryol/init_update_description | Rémi Verschelde | |
update `_init()` description regarding required parameters | |||
2022-03-22 | Merge pull request #59056 from Chaosus/gds_fix_extends_crash | Yuri Rubinsky | |
2022-03-22 | Merge pull request #58971 from Chaosus/gds_multiline_annotation | Yuri Rubinsky | |
2022-03-21 | Remove unnecessary "Percent" group in ProgressBar | FireForge | |
2022-03-21 | Fix "Stretch Margin" group in TextureProgressBar | FireForge | |
2022-03-21 | Merge pull request #59194 from Chaosus/gds_export_flags_limit_error | Rémi Verschelde | |
Add an error emitting when the `@export_flags` arg count is exceeded | |||
2022-03-21 | Merge pull request #59141 from Chaosus/gds_fix_default_arg_check | Rémi Verschelde | |
Fix default value count checking for inherited function | |||
2022-03-21 | Change extension for Linux 32-bit x86 exports to x86_32 | Aaron Franke | |
2022-03-21 | Merge pull request #59371 from aaronfranke/export-platform-ext | Rémi Verschelde | |
Move extension logic to EditorExportPlatformLinuxBSD | |||
2022-03-21 | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | |
2022-03-21 | Merge pull request #59369 from aaronfranke/fixup-embedded-pck | Rémi Verschelde | |
2022-03-21 | update _init() description | zacryol | |
Specify details regarding required parameters. | |||
2022-03-21 | Merge pull request #59352 from winterpixelgames/notify-local-transform-constant | Rémi Verschelde | |
2022-03-21 | Merge pull request #59383 from timothyqiu/blend-tree-default | Rémi Verschelde | |
2022-03-21 | Merge pull request #48310 from Blackiris/fix-create-skeleton-physical-bones-4.0 | Rémi Verschelde | |
2022-03-21 | Mention default output node name for AnimationNodeBlendTree | Haoyu Qiu | |
2022-03-21 | Merge pull request #59373 from bruvzg/fix_editor_font_change | Rémi Verschelde | |
[Editor] Fix reloading editor theme on font / font size setting change. | |||
2022-03-21 | Merge pull request #59367 from Calinou/script-editor-decrease-line-spacing | Rémi Verschelde | |
Decrease the default line spacing in the script editor | |||
2022-03-21 | Merge pull request #59366 from Calinou/editor-pseudolocalization-move-setting | Rémi Verschelde | |
Move the pseudolocalization editor setting to a debug section |