Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #89333 from Repiteo/enforce-eol-python | Rémi Verschelde | 2024-03-09 | 6 | -12/+14 |
|\ | | | | | | | Enforce `\n` eol for Python writes | ||||
| * | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 6 | -12/+14 |
| | | | | | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | | C#: Fix warnings | Paul Joannon | 2024-03-09 | 2 | -0/+21 |
|/ | | | | | - Fix most CS0108 in generated glue - Suppress CA1001 on `Variant` | ||||
* | Merge pull request #89284 from mihe/lsp-multiple-messages | Rémi Verschelde | 2024-03-09 | 4 | -13/+25 |
|\ | | | | | | | Allow LSP to process multiple messages per poll | ||||
| * | Allow LSP to process multiple messages per poll | Mikael Hermansson | 2024-03-08 | 4 | -13/+25 |
| | | |||||
* | | Editor Help: Add syntax highlighting for code blocks | Danil Alexeev | 2024-03-09 | 2 | -11/+25 |
| | | |||||
* | | Merge pull request #89025 from Chubercik/clipper2-1.3.0 | Rémi Verschelde | 2024-03-08 | 1 | -2/+2 |
|\ \ | |/ |/| | | | clipper2: Update to 1.3.0 | ||||
| * | clipper2: Update to 1.3.0 | Jakub Marcowski | 2024-03-01 | 1 | -2/+2 |
| | | |||||
* | | GDScript: Add @export_custom annotation | George Marques | 2024-03-07 | 3 | -0/+38 |
| | | | | | | | | | | | | Allows setting any arbitrary hint, hint string, and usage flags. Useful for more complex hints or potential future hints not available as a dedicated annotation. | ||||
* | | Merge pull request #82952 from AbelToy/gds-export-array | Rémi Verschelde | 2024-03-06 | 12 | -64/+455 |
|\ \ | | | | | | | | | | Allow `@export`ed Arrays to set property hints for their elements | ||||
| * | | Support Array and PackedArray in @export_* | Abel Toy | 2024-03-06 | 12 | -64/+455 |
| | | | |||||
* | | | Add editor shortcuts to toggle bottom panel visibility | Hugo Locurcio | 2024-03-05 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel). | ||||
* | | | Merge pull request #89171 from bruvzg/fix_fb_breaks | Rémi Verschelde | 2024-03-05 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | | | | | [TextServer] Fix fallback line breaking code adding two breaks for CR-LF. | ||||
| * | | | [TextServer] Fix fallback line breaking code adding two breaks for CR-LF. | bruvzg | 2024-03-05 | 2 | -2/+8 |
| | | | | |||||
* | | | | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 2 | -0/+5 |
|/ / / | | | | | | | | | | | | | | | | Defaults to "Auto", which detects the casing based on the preference of the currently selected language (C# for example prefers PascalCase whereas GDScript prefers snake_case). | ||||
* | | | [GDScript] Fix some test file paths | A Thousand Ships | 2024-03-04 | 14 | -0/+0 |
| | | | |||||
* | | | Merge pull request #89108 from Faless/mp/fix_config_reload | Rémi Verschelde | 2024-03-04 | 2 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | [MP] Fix replication config reload error | ||||
| * | | | [MP] Fix replication config reload error | Fabio Alessandrelli | 2024-03-03 | 2 | -0/+10 |
| |/ / | | | | | | | | | | | | | Override the `reset_state` method to properly handle reloading the resource from disk. | ||||
* | | | Merge pull request #89092 from AThousandShips/csharp_doc | Rémi Verschelde | 2024-03-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | [C#] Fix typo in `Color` documentation | ||||
| * | | | [C#] Fix typo in `Color` documentation | A Thousand Ships | 2024-03-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #89007 from ↵ | Rémi Verschelde | 2024-03-04 | 5 | -1/+105 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | paulloz/dotnet/fix-interpolated-string-scriptpropertydefval [.NET] Fix interpolated strings in ScriptPropertyDefVal | ||||
| * | | | Fix interpolated strings in ScriptPropertyDefVal | Paul Joannon | 2024-03-01 | 5 | -1/+105 |
| | | | | |||||
* | | | | Merge pull request #86973 from HolonProduction/tests-batch-1 | Rémi Verschelde | 2024-03-04 | 72 | -6/+665 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add tests for `get_node` autocompletion | ||||
| * | | | | Cleanup | HolonProduction | 2024-03-01 | 11 | -105/+3 |
| | | | | | |||||
| * | | | | Debugging additions | HolonProduction | 2024-03-01 | 8 | -13/+87 |
| | | | | | |||||
| * | | | | Add test for `get_node` autocompletion | HolonProduction | 2024-03-01 | 73 | -6/+693 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #85918 from 20kdc/tnj-static-called-on-instance-fix-confusion | Rémi Verschelde | 2024-03-04 | 3 | -15/+31 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDScript: Adjust `STATIC_CALLED_ON_INSTANCE` warning to not force native type | ||||
| * | | | | GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the ↵ | 20kdc | 2024-03-01 | 3 | -15/+31 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | native type, and to not trigger on self-calls Not defaulting to the native type rationale: Defaulting to the native type is less than useful, as: * There are very few native types that are extensible and have static methods. * Defaulting to the native type does not account for a method being script-defined. While the "real fix" would be to carefully track the source of the method, the get_function_signature method is already complicated enough. This will at least ensure the resulting code should always be valid. Not triggering on self-calls rationale: Found in PR comment https://github.com/godotengine/godot/pull/85918#issuecomment-1935864459 ``` static func example(): pass func example2(): example() # self-call on static function ``` Disabling this warning on self-calls is: * Consistent with other languages * Important for anonymous classes (where the output code is unusable) | ||||
* | | | | Merge pull request #85153 from Repiteo/scons-improve-logs | Rémi Verschelde | 2024-03-04 | 5 | -4/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | SCons: Add two new `COMSTR` environment variables | ||||
| * | | | | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 5 | -4/+18 |
| | | | | | |||||
* | | | | | Merge pull request #83504 from Repiteo/c#-generator-langword-check | Rémi Verschelde | 2024-03-04 | 1 | -4/+21 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | C#: Bindings generator langword check | ||||
| * | | | | C# - bindings generator langword check | Thaddeus Crews | 2023-10-17 | 1 | -4/+21 |
| | | | | | |||||
* | | | | | Merge pull request #88933 from raulsntos/dotnet/pre-commit | Rémi Verschelde | 2024-03-02 | 2 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Move dotnet-format script to pre-commit | ||||
| * | | | | Move dotnet-format script to pre-commit | Raul Santos | 2024-03-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com> | ||||
* | | | | | Merge pull request #89036 from Mickeon/documentation-uncommon-words-2 | Rémi Verschelde | 2024-03-01 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Overhaul some "uncommon" wording in class reference | ||||
| * | | | | | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #89021 from wheatear-dev/test-crypto-key | Rémi Verschelde | 2024-03-01 | 3 | -0/+73 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add unit tests for CryptoKey | ||||
| * | | | | | Add unit tests for CryptoKey | Edward Moulsdale | 2024-03-01 | 3 | -0/+73 |
| |/ / / / | |||||
* / / / / | Optimize SceneTree's `change_scene_to_file` autocompletion | Micky | 2024-03-01 | 1 | -2/+16 |
|/ / / / | |||||
* | | | | Merge pull request #89005 from dalexeev/gds-fix-res-format-loader-path | Rémi Verschelde | 2024-02-29 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDScript: Fix paths in `ResourceFormatLoaderGDScript::load()` | ||||
| * | | | | GDScript: Fix paths in `ResourceFormatLoaderGDScript::load()` | Danil Alexeev | 2024-02-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #88994 from TCROC/fix-c#-missing-epsilon-64bit | Rémi Verschelde | 2024-02-29 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Fix C# epsilon compiler error on double precision build | ||||
| * | | | | Fix C# epsilon compiler error on double precision build | Travis Lange | 2024-02-29 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0 | Rémi Verschelde | 2024-02-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | ||||
| * | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #88958 from 398utubzyt/gltf/use-correct-name | Rémi Verschelde | 2024-02-29 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix compilation errors when `DISABLE_DEPRECATED` is defined | ||||
| * | | | | Fix compilation errors when `DISABLE_DEPRECATED` is defined | 398utubzyt | 2024-02-28 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #88948 from dalexeev/core-add-callable-create | Rémi Verschelde | 2024-02-29 | 2 | -2/+11 |
|\ \ \ \ | | | | | | | | | | | | | | | | Core: Add `Callable.create` static method for `Variant` callables | ||||
| * | | | | Core: Add `Callable.create` static method for `Variant` callables | Danil Alexeev | 2024-02-29 | 2 | -2/+11 |
| |/ / / | |||||
* | | | | Merge pull request #88920 from AThousandShips/group_doc_fix | Rémi Verschelde | 2024-02-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [Doc] Fix some incorrect uses of "children" |