Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-15 | Merge pull request #61486 from jtnicholl/import_script_templates | Rémi Verschelde | |
Add script templates for EditorScenePostImport | |||
2022-06-15 | Add script templates for EditorScenePostImport | Jonathan Nicholl | |
2022-06-15 | Add a null checking to `GDScript::_super_implicit_constructor` | Yuri Rubinsky | |
2022-06-15 | Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname | George Marques | |
Allow setting the PropertyInfo class_name from GDScript custom properties | |||
2022-06-15 | Merge pull request #59358 from strank/debug-inner-classes | George Marques | |
2022-06-15 | Merge pull request #59482 from kurtlachmann/lsp_better_parentheses | Rémi Verschelde | |
2022-06-15 | Merge pull request #61666 from nathanfranke/fix-match-bind | George Marques | |
gdscript: use correct error for unused bind match, suppress with underscore | |||
2022-06-15 | Merge pull request #62033 from V-Sekai/openxr-angular-velocity | Rémi Verschelde | |
Expose XRPose's get angular velocity. | |||
2022-06-15 | Merge pull request #61934 from Geometror/hashfuncs | Rémi Verschelde | |
Hash function improvements | |||
2022-06-14 | Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-error | George Marques | |
Fix logic errors in match-statement Array & Dictionary patterns | |||
2022-06-15 | Hash function improvements | Hendrik Brucker | |
2022-06-15 | Streamline Navigation layer function names. | smix8 | |
Streamline Navigation layer function names. | |||
2022-06-14 | Expose XRPose's get angular velocity. | K. S. Ernest (iFire) Lee | |
2022-06-14 | Merge pull request #62025 from smix8/navigation_cb_invalid_obj_4.x | Rémi Verschelde | |
2022-06-14 | Fix crash of navigation agents callback when object is invalid | smix8 | |
Fix crash of navigation agents callback when object is invalid. | |||
2022-06-13 | Merge pull request #61839 from Faless/webrtc/4.x_extension_static_default | Rémi Verschelde | |
2022-06-13 | Merge pull request #61772 from bruvzg/ft_ot_collect | Rémi Verschelde | |
2022-06-13 | [TextServer] Add missing font mutex lock. | bruvzg | |
2022-06-12 | Extend test_compiler to also disassemble inner classes | strank | |
2022-06-12 | Merge pull request #60128 from jiq4449/master | Rémi Verschelde | |
Added documentation comments to the .NET library | |||
2022-06-11 | Added documentation comments to the .NET library | Joshua Quinones | |
Comments have been added for the following: modules/mono/glue/GodotSharp/GodotSharp/Core/GodotTaskScheduler.cs modules/mono/glue/GodotSharp/GodotSharp/Core/GodotSynchronizationContext.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/AssemblyHasScriptsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/DisableGodotGeneratorsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ExportAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/GodotMethodAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ScriptPathAttribute.cs | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-09 | [WebRTC] Static extension registration. | Fabio Alessandrelli | |
2022-06-08 | Merge pull request #61682 from smix8/navigation_bake_config_precision_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61739 from smix8/navigation_region_cost_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x | Rémi Verschelde | |
2022-06-08 | Merge pull request #61800 from smix8/navigation_gridmap_transform_debug_4.x | Rémi Verschelde | |
2022-06-08 | Fix GridMap Navigation transforms and debug | smix8 | |
Fix GridMap navigation transforms and debug. | |||
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
2022-06-08 | Merge pull request #61797 from smix8/navigation_gridmap_region_xform_4.x | Rémi Verschelde | |
Fix GridMap applying wrong NavigationRegion transform | |||
2022-06-08 | Fix GridMap applying wrong NavigationRegion transform | smix8 | |
Fix GridMap applying wrong NavigationRegion transform. | |||
2022-06-07 | Merge pull request #61784 from ↵ | Rémi Verschelde | |
Geometror/visualeditors_editorsettings_propagation Fix visual editor settings change propagation | |||
2022-06-07 | Fix visual editor settings change propagation | Hendrik Brucker | |
2022-06-07 | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, ↵ | bruvzg | |
*.OTC). | |||
2022-06-06 | Add NavigationRegion costs for pathfinding | smix8 | |
Add NavigationRegion costs for pathfinding. | |||
2022-06-06 | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg | |
2022-06-04 | Add warnings when NavigationMesh bake settings result in precision loss | smix8 | |
Add warnings when NavigationMesh bake settings result in precision loss. | |||
2022-06-03 | use correct error for unused bind match, suppress with underscore | Nathan Franke | |
2022-06-03 | Match NavMap and ProjectSettings with NavigationMesh defaults | smix8 | |
Match NavMap and ProjectSettings with NavigationMesh defaults since the NavMap edge merging requires a matching cell_size with the NavigationMesh to create connections without issues. | |||
2022-06-03 | Merge pull request #57824 from raulsntos/csharp-typed-arrays | Rémi Verschelde | |
2022-06-03 | Support explicit values in flag properties, add C# flags support | Raul Santos | |
- Add support for explicit values in properties using `PROPERTY_HINT_FLAGS` that works the same way it does for enums. - Fix enums and flags in VisualScriptEditor (it wasn't considering the explicit value). - Use `PROPERTY_HINT_FLAGS` for C# enums with the FlagsAttribute instead of `PROPERTY_HINT_ENUM`. | |||
2022-06-03 | Generate typed array parameters in C# bindings | Raul Santos | |
Adds support for generating C# bindings that use the generic `Array<T>` type instead of the non-generic `Array` type when the registered ClassDB method specifies the array element type. | |||
2022-06-02 | Fix build error when FreeType is disabled | Haoyu Qiu | |
2022-06-02 | Merge pull request #61339 from lyuma/streampeerssl_get_stream | Rémi Verschelde | |
2022-05-31 | Merge pull request #61455 from fire-forge/tab | Rémi Verschelde | |
Add color contrast to TabContainer backgrounds in the editor | |||
2022-05-31 | Merge pull request #61463 from vnen/gdscript-await-stack | Rémi Verschelde | |
GDScript: Fix stack overflow when using multiple `await` | |||
2022-05-31 | Merge pull request #61440 from vnen/gdscript-scene-unique-nodes | Rémi Verschelde | |
GDScript: Support `%` in shorthand for `get_node` | |||
2022-05-30 | Merge pull request #61475 from smix8/navigation_fix_multimesh_bake_crash_4.x | Clay John | |
Fix MultiMeshInstance crash in navmesh baking when MultiMesh Resource is empty | |||
2022-05-30 | Improve Graphedit connection lines | Hendrik Brucker | |
2022-05-28 | Use consistent casing in editor filter/search bars | FireForge | |