Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-12 | Add PS3 controller guide button | Julien Reichardt | |
2023-02-12 | Merge pull request #73161 from Faless/mp/4.x_fix_spawner_connect | Fabio Alessandrelli | |
[MP] Fix MultiplayerSpawner not connecting to child_entered_tree. | |||
2023-02-12 | [MP] Fix MultiplayerSpawner not connecting to child_entered_tree. | Fabio Alessandrelli | |
The connection used to happen during enter_tree, but this was causing issues when setting the spawnable scenes from code. The spawner now connects/disconnects to the signal during add_spawnable_scene/clear_spawnable_scenes if the node is inside tree and has a valid spawn_path. | |||
2023-02-12 | Merge pull request #73150 from MmAaXx500/meshlib-remove | Rémi Verschelde | |
Round 2: Fix mesh library remove selected item menu option | |||
2023-02-12 | Round 2: Fix mesh library remove selected item menu option | MmAaXx500 | |
Previous pr: #46435 Fixes: #45969 | |||
2023-02-12 | Merge pull request #73147 from timothyqiu/more-capitalization | Rémi Verschelde | |
Add more property capitalizations | |||
2023-02-12 | Merge pull request #51789 from AndreaCatania/improve-mess-queu-failing | Rémi Verschelde | |
Improve error reporting when the Message Queue is out of Memory. | |||
2023-02-12 | Merge pull request #73142 from timothyqiu/missing-period | Rémi Verschelde | |
Add missing period for sentences in classref | |||
2023-02-12 | Merge pull request #73137 from Geometror/graphedit-hotzone-snapping-fix | Rémi Verschelde | |
Fix GraphEdit port hotzone snapping | |||
2023-02-12 | Merge pull request #73136 from clayjohn/LightmapGI-exr | Rémi Verschelde | |
Set Default compression to VRAM uncompressed for LightmapGI | |||
2023-02-12 | Add more property capitalizations | Haoyu Qiu | |
* glTF * LODs (plural form of LOD) * Skeleton modification algorithms: CCDIK and FABRIK | |||
2023-02-12 | Add missing period for sentences in classref | Haoyu Qiu | |
2023-02-12 | Fix GraphEdit port hotzone snapping | Hendrik Brucker | |
2023-02-11 | Set Default compression to VRAM uncompressed for LightmapGI | clayjohn | |
This increases the speed to be near instant and removes the perceived lightmap bake speed regression We need to investigate the speed and quality issues with BPTC and re-enable compression when we can | |||
2023-02-11 | Improve error reporting when the Message Queue is out of Memory. | AndreaCatania | |
The function `statistics()`, called when the MessageQueue is out of memory, will still use the MessageQueue so it crashes. Moving the error above will improve the behavior since the developer will find the crash reasons and the instruction on how to fix it. | |||
2023-02-11 | Merge pull request #73059 from akien-mga/corn-flakes | Rémi Verschelde | |
CI: Remove flaky packages.microsoft.com Ubuntu repository | |||
2023-02-11 | Merge pull request #73033 from akien-mga/gdscript-fix-gd4-renames-build | Rémi Verschelde | |
Clean up ProjectConverter3To4 architecture, move renames map to separate file | |||
2023-02-11 | Merge pull request #72316 from 0xafbf/component-wise-minmax | Rémi Verschelde | |
Added component-wise `min` and `max` functions for vectors | |||
2023-02-11 | Merge pull request #73119 from akien-mga/math-posmod-no-div0 | Rémi Verschelde | |
Math: Prevent division by zero in posmod | |||
2023-02-11 | Merge pull request #46435 from Hassan-A/MeshLibrary-RemoveItem-Fix | Rémi Verschelde | |
Fix mesh library remove selected item menu option | |||
2023-02-11 | Merge pull request #71740 from Jummit/dict-array-missing-types | Rémi Verschelde | |
Support signals and callables in exposed dictionaries | |||
2023-02-11 | Merge pull request #73120 from TokageItLab/fix-transition-reset-fade | Rémi Verschelde | |
Fix remaining fade doesn't clear when reset in AnimationNodeTransition | |||
2023-02-11 | Merge pull request #73117 from TokageItLab/fix-nodeoneshot-fadeout | Rémi Verschelde | |
Fix NodeOneShot fade-out doesn't blend animations correctly | |||
2023-02-11 | Merge pull request #73112 from TokageItLab/more-animation-docs | Rémi Verschelde | |
Completion of parameters not described in some animation resources | |||
2023-02-11 | Merge pull request #73106 from YuriSizov/editor-help-theming-2000 | Rémi Verschelde | |
Improve EditorHelp theming and make font size settings work | |||
2023-02-11 | Merge pull request #71940 from RuthgerD/nullptrfixup | Yuri Sizov | |
Fix nullptr dereference in AnimationTimelineEdit | |||
2023-02-11 | Fix mesh library remove selected item menu option | Haz | |
Fixes #45969. | |||
2023-02-11 | Added component-wise `min` and `max` functions for vectors | Andrés Botero | |
2023-02-11 | Math: Prevent division by zero in posmod | Rémi Verschelde | |
Fixes #43932. Co-authored-by: David Hoppenbrouwers <david@salt-inc.org> | |||
2023-02-12 | Completion of parameters not described in some animation resources | Silc Renew | |
2023-02-12 | Fix NodeOneShot fade-out doesn't blend animations correctly | Silc Renew | |
2023-02-11 | fix nullptr dereference in AnimationTimelineEdit | Ruthger Dijt | |
2023-02-12 | Fix remaining fade doesn't clear when reset in AnimationNodeTransition | Silc Renew | |
2023-02-11 | Increase default font sizes for EditorHelp | Yuri Sizov | |
2023-02-11 | Make EditorHelp respect font size settings | Yuri Sizov | |
2023-02-11 | Make use of a theme cache in EditorHelp and ensure it's updated | Yuri Sizov | |
- Migrates the existing cache to the standard theme cache struct - Moves some parts of the codebase to use cache instead of ad-hoc fetching - Adds hooks to editor settings previously missing from theme regeneration | |||
2023-02-11 | CI: Remove flaky packages.microsoft.com Ubuntu repository | Rémi Verschelde | |
We don't need it. | |||
2023-02-11 | Merge pull request #73098 from YuriSizov/editor-dont-hide-plugins | Rémi Verschelde | |
Avoid cleaning up editor plugins when property list changes | |||
2023-02-11 | Merge pull request #73015 from raulsntos/dotnet/build-csproj | Rémi Verschelde | |
Build C# csproj instead of the solution | |||
2023-02-11 | Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_obj | Rémi Verschelde | |
Avoid losing references to objects in the native-scripting boundary | |||
2023-02-11 | Merge pull request #73069 from brianwinterpixel/bugfix/linebuilder_box_uvs | Rémi Verschelde | |
Fix Line2D UVs when using BOX end cap mode | |||
2023-02-11 | Merge pull request #73092 from TokageItLab/ray-is-what | Rémi Verschelde | |
Remove WARNING "ray: index" for debug from SkeletonEditor | |||
2023-02-11 | Merge pull request #73091 from TokageItLab/fix-bezier-edit-button-update | Rémi Verschelde | |
Fix weird bezier edit button update timing in AnimationTrackEditor | |||
2023-02-11 | Avoid cleaning up editor plugins when property list changes | Yuri Sizov | |
Also removes a usability hack from the Theme editor, as it doesn't work anymore, and it confuses the Inspector. | |||
2023-02-11 | Merge pull request #73040 from Rindbee/popup_centered_consider_current_size | Rémi Verschelde | |
Calling popup_center* with the default size will use the current size | |||
2023-02-11 | Merge pull request #73060 from clayjohn/screen_texture-size | Rémi Verschelde | |
Avoid inserting screen_texture compatibility code when using textureSize | |||
2023-02-11 | Merge pull request #73031 from DarkKilauea/allow-no-navigation-module | Rémi Verschelde | |
Allow compiling out the navigation module | |||
2023-02-11 | Merge pull request #73063 from ↵ | Rémi Verschelde | |
KoBeWi/it_exited_the_tree_but_changed_its_mind_and_broke_instead Fix camera reparenting | |||
2023-02-11 | Merge pull request #73083 from timothyqiu/nav-agent-debug-properties | Rémi Verschelde | |
Strip name prefix of navigation agent debug properties in the inspector | |||
2023-02-11 | Merge pull request #73082 from aaronfranke/check-canvas-item | Rémi Verschelde | |
Check for CanvasItem instead of Control and Node2D |