Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-28 | Merge pull request #59553 from reduz/script-extension-support | Rémi Verschelde | |
2022-03-28 | Merge pull request #59629 from ↵ | Juan Linietsky | |
godotengine/revert-58931-proposals/4189-better-code-completion Revert "Sort autocomplete/code completion options in a better way" | |||
2022-03-28 | Revert "Sort autocomplete/code completion options in a better way" | Juan Linietsky | |
2022-03-28 | Merge pull request #59565 from SirQuartz/master | Rémi Verschelde | |
2022-03-28 | Merge pull request #59453 from DanielKriz/master | Rémi Verschelde | |
2022-03-28 | Merge pull request #59621 from bruvzg/icu_external | Rémi Verschelde | |
2022-03-28 | Hide "Normal Map" import option when using lossless compression on Texture | Nicholas Huelin | |
This pull request resolves an issue where images being imported with lossless compression allowed you to select a normal map, but the normal map only applies if you're using VRAM compression. Thereby making it redundant to appear when using lossless compression. This pull request hides the normal map option when lossless compression is selected. Resolves: #59435 | |||
2022-03-28 | Merge pull request #59612 from YeldhamDev/style_and_grace | Rémi Verschelde | |
2022-03-28 | Merge pull request #59614 from timothyqiu/debug-colors-master | Rémi Verschelde | |
2022-03-28 | Fix TextServer build with `builtin_icu=no`. | bruvzg | |
2022-03-28 | Merge pull request #59118 from Sauermann/fix-window-input-event-coordinates | Rémi Verschelde | |
2022-03-28 | Merge pull request #59611 from mashumafi/const-ref-callable | Rémi Verschelde | |
Const Ref Callable for custom sort/search | |||
2022-03-28 | Merge pull request #58931 from EricEzaM/proposals/4189-better-code-completion | Rémi Verschelde | |
Sort autocomplete/code completion options in a better way | |||
2022-03-28 | Merge pull request #59064 from Chaosus/gds_fix_narrowing_conv_warning | Rémi Verschelde | |
Prevent NARROWING_CONVERSION warning for `int(float)` function in GDScript | |||
2022-03-28 | Merge pull request #59600 from Bromeon/feature/extension_to_string | Rémi Verschelde | |
GDExtension: change to_string signature to accept `GDNativeStringPtr` instead of returning `const char*` | |||
2022-03-28 | Merge pull request #59574 from Sauermann/proposal-rename-warp-mouse | Rémi Verschelde | |
Rename warp mouse functions to warp_mouse | |||
2022-03-28 | Make script templates follow the GDScript style guide | Michael Alexsander | |
2022-03-28 | Update SceneTree debug colors when settings changed | Haoyu Qiu | |
2022-03-27 | Const Ref Callable for custom sort/search | mashumafi | |
2022-03-28 | Merge pull request #59603 from YeldhamDev/meta_regression_fix | Rémi Verschelde | |
Fix "Script Create" dialog errors with metadata | |||
2022-03-28 | Merge pull request #59584 from Faless/net/4.x_http_request_timeout_double | Rémi Verschelde | |
[Net] Change HTTPRequest timeout type to double. | |||
2022-03-28 | Merge pull request #59599 from YeldhamDev/node_picking_lawyer | Rémi Verschelde | |
Fix errors when locking nodes | |||
2022-03-27 | Fix "Script Create" dialog errors with metadata | Michael Alexsander | |
2022-03-27 | GDExtension: change to_string signature to accept GDNativeStringPtr instead ↵ | Jan Haller | |
of returning const char* | |||
2022-03-27 | Fix errors when locking nodes | Michael Alexsander | |
2022-03-27 | [Net] Change HTTPRequest timeout type to double. | Fabio Alessandrelli | |
For consistency with the Timer class and general time representation inside the engine. | |||
2022-03-27 | Add GDExtension support to Script | reduz | |
* Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again). | |||
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann | |
2022-03-27 | Merge pull request #59561 from akien-mga/js-export-explain-why-no-templates | Rémi Verschelde | |
2022-03-27 | Merge pull request #59575 from univeous/fix-joystick-focus | Rémi Verschelde | |
2022-03-27 | Merge pull request #59442 from Vitika9/52287 | Rémi Verschelde | |
2022-03-27 | Fix UI navigation with joysticks | Univeous | |
2022-03-27 | Merge pull request #59571 from KoBeWi/force_push_val | Rémi Verschelde | |
Force final value at the end of Tween | |||
2022-03-27 | Merge pull request #59546 from timothyqiu/ssl-restart | Rémi Verschelde | |
Mark "Editor SSL Certificates" setting as require restart | |||
2022-03-27 | Merge pull request #59535 from floppyhammer/fix-project-manager-window-size | Rémi Verschelde | |
Fix project manager window size not applying display scale correctly | |||
2022-03-27 | Made reload current project ask for confirmation with unsaved changes | Vitika9 | |
2022-03-27 | Fix project manager window size not applying display scale correctly | floppyhammer | |
2022-03-27 | Mark Editor SSL Certificates setting as require restart | Haoyu Qiu | |
2022-03-27 | Force final value at the end of Tween | kobewi | |
2022-03-26 | Merge pull request #59336 from YeldhamDev/where_we_dropping_boys | Rémi Verschelde | |
2022-03-26 | Merge pull request #59560 from ↵ | Rémi Verschelde | |
Sauermann/proposal-subviewportcontainer-configuration-warning Add configuration warning for SubViewportContainer | |||
2022-03-26 | Add configuration warning for SubViewportContainer | Markus Sauermann | |
2022-03-26 | HTML5: Explain why export templates are missing | Rémi Verschelde | |
Same for UWP. This is skipped in DEV_ENABLED builds so contributors can still test the export pipeline (and CI still compiles it on debug builds). | |||
2022-03-26 | Merge pull request #59550 from akien-mga/shapes-metrics-or_greater | Rémi Verschelde | |
2022-03-26 | Merge pull request #59547 from akien-mga/doc-string-fix-rsplit | Rémi Verschelde | |
2022-03-26 | Improve range property hints for various collision shapes | Rémi Verschelde | |
Fixes #36419. Co-authored-by: Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | |||
2022-03-26 | Merge pull request #46638 from Ev1lbl0w/feature-hide_gdignored_dirs | Rémi Verschelde | |
2022-03-26 | Merge pull request #59542 from fountainment/fix_pm_window_pos | Rémi Verschelde | |
2022-03-26 | doc: Fix String.rsplit code example | Rémi Verschelde | |
Fixes #36898. Supersedes and closes #36951. | |||
2022-03-26 | Fix project manager window centering in multi-monitor situation | C.Even | |
* When main screen's position in not (0,0) and editor scale is larger than 1, the project manager window was not centered in main screen |