Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-03 | Merge pull request #72554 from RedworkDE/net-appcontext-basedirectory | Rémi Verschelde | |
C#: Set AppContext.BaseDirectory for editor builds | |||
2023-02-03 | Merge pull request #72635 from RedworkDE/net-nodepath-iequatable | Rémi Verschelde | |
C#: Implement `IEquatable<>` and equality operators in `NodePath` | |||
2023-02-03 | Merge pull request #72633 from RedworkDE/net-stringname-iequatable | Rémi Verschelde | |
C#: Declare `IEquatable<>` interface for `StringName` | |||
2023-02-03 | Merge pull request #72604 from rbessems/rbessems/env_blend_mode | Rémi Verschelde | |
Add XR Environment Blend Mode Support | |||
2023-02-03 | C#: Declare `IEquatable<>` interface for `StringName` | RedworkDE | |
2023-02-03 | C#: Implement `IEquatable<>` and equality operators in `NodePath` | RedworkDE | |
- Implement `IEquatable<>` interface. - Implement `==` and `!=` operators. - Override `Equals` and `GetHashCode`. | |||
2023-02-02 | Add XR Environment Blend Mode Support | Ron Bessems | |
2023-02-02 | Merge pull request #72398 from vnen/gdscript-setter-chain | Rémi Verschelde | |
GDScript: Improve usability of setter chains | |||
2023-02-02 | C#: Set AppContext.BaseDirectory for editor builds | RedworkDE | |
2023-02-02 | GDScript: Improve usability of setter chains | George Marques | |
- Consider PackedArrays non-shared since they are copied on C++/script boundaries. - Add error messages in the analyzer when assigning to read-only properties. - Add specific error message at runtime when assignment fails because the property is read-only. | |||
2023-02-02 | Merge pull request #72592 from EricEzaM/67008-autocomplete-crash-virtual-fn | Rémi Verschelde | |
Fix crash in gdscript when autocompleting virtual function and signature does not match base. | |||
2023-02-02 | Merge pull request #72468 from rbessems/rbessems/add_ml2_controller | Rémi Verschelde | |
Adding Magic Leap 2 Controller Interaction Profile | |||
2023-02-02 | Merge pull request #72553 from RedworkDE/net-output-directory | Rémi Verschelde | |
C#: Preserve directories in output during export | |||
2023-02-02 | Fix crash in gdscript when autocompleting virtual function and signature ↵ | Eric M | |
does not match base. | |||
2023-02-02 | Add Magic Leap 2 OpenXR Interaction Profile | Ron Bessems | |
2023-02-02 | Merge pull request #72557 from vonagam/fix-make-value-protection | Rémi Verschelde | |
GDScript: Fix getting reduced value of incomplete subscript for autocomplete | |||
2023-02-02 | Merge pull request #72542 from smix8/rvoagent_to_navagent_rename_4.x | Rémi Verschelde | |
Rename NavigationServer internal RvoAgent to NavAgent | |||
2023-02-02 | GDScript: Fix crash in export group annotations | Danil Alexeev | |
2023-02-02 | GDScript: Fix getting reduced value of incomplete subscript | Dmitrii Maganov | |
2023-02-01 | Rename NavigationServer internal RvoAgent to NavAgent | smix8 | |
Renames the NavigationServer internal RvoAgent to NavAgent. | |||
2023-02-01 | Merge pull request #71800 from akien-mga/ci-codespell-action | Rémi Verschelde | |
CI: Add official codespell action with PR annotations | |||
2023-02-01 | Merge pull request #72434 from Treer/master | Rémi Verschelde | |
Qualify Console's namespace to avoid mixup with plugin's objects | |||
2023-02-01 | More codespell fixes, do more changes from previous ignore list | Rémi Verschelde | |
2023-02-01 | Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressed | Rémi Verschelde | |
gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | |||
2023-02-01 | Merge pull request #72499 from vonagam/fix-typed-array-disassembly | Rémi Verschelde | |
GDScript: Fix disassembly of typed array assignment and construction | |||
2023-02-01 | Revert "GDScript: Add warnings that are set to error by default" | Rémi Verschelde | |
This reverts commit a166833bfa23a21a7bff196a85a20b014e7c1396. This caused multiple regressions. Needs to be redone with more testing before merge. Fixes #72501. | |||
2023-02-01 | gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSED | Lyuma | |
This option allows for a safe fallback for embedded gltf textures in cases where VRAM compression is not needed. Add an is_editor_hint guard around GLTFHandleBinary::HANDLE_BINARY_EXTRACT_TEXTURES, to use EMBED_AS_UNCOMPRESSED by default at runtime. This provides an option for pixel art to be stored losslessly. Additionally, respect project importer defaults for texture import settings. Avoid writing and reimporting extracted textures identical to version on disk. | |||
2023-02-01 | GDScript: Fix disassembly of typed array assignment and construction | Dmitrii Maganov | |
2023-02-01 | Fix blend runner copyright headers | Rémi Verschelde | |
2023-02-01 | Merge pull request #72487 from vnen/gdscript-warning-default-error | Rémi Verschelde | |
GDScript: Add warnings that are set to error by default | |||
2023-02-01 | Merge pull request #69319 from RedMser/blender-import-rpc | Rémi Verschelde | |
Batch import Blend files using XML RPC | |||
2023-02-01 | Merge pull request #72490 from resistor/disasm | Rémi Verschelde | |
Fix disassembly of OPCODE_CONSTRUCT_TYPED_ARRAY. | |||
2023-02-01 | Merge pull request #71936 from akien-mga/remove-some-unused-signals | Rémi Verschelde | |
Remove some unused signals | |||
2023-02-01 | Merge pull request #71479 from raulsntos/virtual-return-type | Rémi Verschelde | |
Use enum instead of int in virtual methods return type | |||
2023-02-01 | Merge pull request #72462 from raulsntos/docs/dotnet-renames | Rémi Verschelde | |
Fix C# examples in documentation for 4.0 | |||
2023-02-01 | Merge pull request #72371 from dalexeev/remove-gds-str-duplicate | Rémi Verschelde | |
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`) | |||
2023-01-31 | Fix disassembly of OPCODE_CONSTRUCT_TYPED_ARRAY. | Owen Anderson | |
Found while inspecting the bytecode for godot-benchmarks. | |||
2023-02-01 | GDScript: Add warnings that are set to error by default | George Marques | |
- Adds a list of default levels for all warning so they can be set individually. - Add warnings set by default to error for: - Using `get_node()` without `@onready`. - Using `@onready` together with `@export`. - Inferring a static type with a Variant value. - Overriding a native engine method. - Adjust how annotations to ignore warnings are treated so they also apply to method parameters. - Clean up a bit how ignored warnings are set. There were two sets but only one was actually being used. - Set all warnings to the `WARN` level for tests, so they they can be properly tested. - Fix enum types in native methods signatures being set to `int`. - Fix native enums being treated as Dictionary by mistake. - Make name of native enum types use the class they are defined in, not the direct super class of the script. This ensures they are always equal even when coming from different sources. - Fix error for signature mismatch that was only showing the first default argument as having a default. Now it shows for all. | |||
2023-02-01 | C#: Preserve directories in output during export | RedworkDE | |
2023-02-01 | Update ↵ | Treer | |
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotPluginsInitializerGenerator.cs Co-authored-by: Ignacio Roldán Etcheverry <neikeq@users.noreply.github.com> | |||
2023-01-31 | Use enum instead of int in virtual methods return type | Raul Santos | |
2023-01-31 | Fix C# examples in documentation | Raul Santos | |
- Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely. | |||
2023-01-31 | Remove some unused signals | Rémi Verschelde | |
Part of #37604. | |||
2023-01-31 | Merge pull request #72454 from dalexeev/gds-fix-icon-annotation | Rémi Verschelde | |
GDScript: Fix `@icon` annotation | |||
2023-01-31 | Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthand | Rémi Verschelde | |
GDScript: Allow void functions to return calls to other void functions | |||
2023-01-31 | Merge pull request #57520 from jordigcs/gd-rename-map | Rémi Verschelde | |
Add hint for identifiers renamed from 3.x to 4.0 | |||
2023-01-31 | GDScript: Fix `@icon` annotation | Danil Alexeev | |
2023-01-31 | GDScript: Allow void functions to return calls to other void functions | George Marques | |
2023-01-31 | Merge pull request #72444 from reduz/fix-global-class-parsing | Rémi Verschelde | |
Fix global script class parsing. | |||
2023-01-31 | Merge pull request #72201 from fire/gltf-extract-img | Rémi Verschelde | |
Restore gltf embedded scenes due to problems with textures. |