Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve GDScript autocompletion for methods | Lazy-Rabbit-2001 | 2024-11-22 | 51 | -109/+109 |
| | |||||
* | Fix crash when division by zero/modulo by zero happen on vectors | Chaosus | 2024-11-21 | 4 | -0/+18 |
| | |||||
* | Add back `AnimationPlayer.get_argument_options` | HolonProduction | 2024-11-15 | 7 | -0/+46 |
| | |||||
* | Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in ↵ | girdenis-p | 2024-11-06 | 11 | -19/+43 |
| | | | | | | | | | | subclasses This fixes a bug in the analyzer where it did not push the SHADOWED_VARIABLE_BASE_CLASS warning for members shadowed by variable in subclass. It does this by comparing the class which contains the shadowed member with the class containing the variable, and pushing SHADOWED_VARIABLE only if the classes are the same. Additionally, SHADOWED_VARIABLE_BASE_CLASS can take an extra symbol which helps to specify the line for non native base class. | ||||
* | Merge pull request #47502 from KoBeWi/add_0 | Thaddeus Crews | 2024-10-31 | 17 | -97/+96 |
|\ | | | | | | | Always add decimal when converting float to string | ||||
| * | Always add decimal when printing float | kobewi | 2024-10-23 | 17 | -97/+96 |
| | | |||||
* | | GDScript: Rework `GDScriptUtilityFunctions` macros | Danil Alexeev | 2024-10-25 | 2 | -0/+17 |
| | | |||||
* | | Merge pull request #97374 from rune-scape/get-native-static-callable | Thaddeus Crews | 2024-10-24 | 2 | -0/+11 |
|\ \ | |/ |/| | | | GDScriptNativeClass: Allow getting static function as callable | ||||
| * | GDScriptNativeClass: Allow getting static function as callable | rune-scape | 2024-09-23 | 2 | -0/+11 |
| | | |||||
* | | GDScript: Fix annotation parsing adding new annotation entries | HolonProduction | 2024-10-13 | 4 | -0/+10 |
| | | |||||
* | | Create `.editorconfig` file only on project creation | Haoyu Qiu | 2024-10-05 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #97281 from reptofrog/deadzone-new-default | Rémi Verschelde | 2024-10-02 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Input: Change the default deadzone value for new actions from 0.5 to 0.2 | ||||
| * | | Changed the default deadzone value for new actions from 0.5 to 0.2 | Roman Morozov | 2024-10-01 | 1 | -1/+1 |
| |/ | |||||
* / | Add `@export_tool_button` annotation for easily creating inspector buttons | Danil Alexeev | 2024-09-27 | 5 | -0/+15 |
|/ | | | | | | Co-authored-by: jordi <creptthrust@gmail.com> Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> Co-authored-by: Mack <86566939+Macksaur@users.noreply.github.com> | ||||
* | Merge pull request #96965 from Repiteo/style/gdscript-editorconfig | Rémi Verschelde | 2024-09-16 | 2 | -2/+12 |
|\ | | | | | | | Style: Consolidate & migrate GDScript `.editorconfig` | ||||
| * | Style: Consolidate & migrate GDScript `.editorconfig` | Thaddeus Crews | 2024-09-13 | 2 | -2/+12 |
| | | | | | | | | | | • Moved to test project root so a new `.editorconfig` isn't constantly generated. • Disable attributes only in the files which use invalid syntax deliberately | ||||
* | | Merge pull request #96856 from RandomShaper/selfdestruct_correctness | Rémi Verschelde | 2024-09-16 | 2 | -0/+55 |
|\ \ | | | | | | | | | | Object: Let debug lock handle callee destruction within call chain gracefully | ||||
| * | | Object: Add tests about the safety of tail destruction | Pedro J. Estébanez | 2024-09-16 | 2 | -0/+55 |
| | | | |||||
* | | | Core: Fix `operator[]` for typed dictionaries | Thaddeus Crews | 2024-09-12 | 4 | -0/+26 |
| |/ |/| | |||||
* | | Merge pull request #96666 from aXu-AP/unique-node-no-quotes | Rémi Verschelde | 2024-09-11 | 2 | -0/+14 |
|\ \ | |/ |/| | | | Remove unneeded quotes from autocomplete % nodes | ||||
| * | Remove unneeded quotes from autocomplete % nodes | aXu-AP | 2024-09-07 | 2 | -0/+14 |
| | | | | | | | | Removes unnecessary quotes for suggestions like $"%MyNode". | ||||
* | | Merge pull request #78656 from Repiteo/typed-dictionary | Rémi Verschelde | 2024-09-06 | 39 | -16/+430 |
|\ \ | |/ |/| | | | Implement typed dictionaries | ||||
| * | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 39 | -16/+430 |
| | | |||||
* | | Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warning | Rémi Verschelde | 2024-09-05 | 2 | -8/+29 |
|\ \ | | | | | | | | | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses | ||||
| * | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses | Danil Alexeev | 2024-03-19 | 2 | -8/+29 |
| | | | |||||
* | | | Merge pull request #96326 from HolonProduction/completion-hacks-and-fixes | Rémi Verschelde | 2024-09-04 | 8 | -0/+90 |
|\ \ \ | |_|/ |/| | | | | | Autocompletion: Reintroduce enum options on assignment | ||||
| * | | Autocompletion: reintroduce enum options on assignment | HolonProduction | 2024-08-30 | 8 | -0/+90 |
| | | | |||||
* | | | Merge pull request #70096 from rune-scape/stringname-dict | Rémi Verschelde | 2024-09-03 | 5 | -7/+7 |
|\ \ \ | |/ / |/| | | | | | StringName Dictionary keys | ||||
| * | | StringName Dictionary keys | rune-scape | 2024-08-29 | 5 | -7/+7 |
| | | | | | | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead | ||||
* | | | GDScript: Replace `assert()` with `Utils.check()` in tests | Danil Alexeev | 2024-08-28 | 32 | -347/+275 |
|/ / | |||||
* | | Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-error | Rémi Verschelde | 2024-08-28 | 5 | -0/+27 |
|\ \ | | | | | | | | | | GDScript: Add warning if non-`@tool` class extends `@tool` class | ||||
| * | | GDScript: Add warning if non-`@tool` class extends `@tool` class | Danil Alexeev | 2024-07-04 | 5 | -0/+27 |
| | | | |||||
* | | | Autocompletion: enable string literal completion in subscripts | HolonProduction | 2024-08-27 | 18 | -0/+175 |
| | | | |||||
* | | | Merge pull request #94082 from HolonProduction/completion-force | Rémi Verschelde | 2024-08-20 | 28 | -3/+159 |
|\ \ \ | | | | | | | | | | | | | Autocompletion: Rework argument options string literal completion | ||||
| * | | | Autocompletion: rework argument options string literal completion | HolonProduction | 2024-07-08 | 28 | -3/+159 |
| | | | | |||||
* | | | | GDScript: Fix common mismatched external parser errors | rune-scape | 2024-07-31 | 13 | -1/+51 |
| | | | | |||||
* | | | | Merge pull request #94730 from dalexeev/gds-fix-while-locals-clearing | Rémi Verschelde | 2024-07-26 | 2 | -2/+19 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDScript: Fix locals clearing after exiting `while` block | ||||
| * | | | | GDScript: Fix locals clearing after exiting `while` block | Danil Alexeev | 2024-07-25 | 2 | -2/+19 |
| | | | | | |||||
* | | | | | [Core] Fix `Variant::construct` of `Object` | A Thousand Ships | 2024-07-25 | 4 | -0/+27 |
|/ / / / | | | | | | | | | | | | | Variant type was not updated correctly causing leaks in ref-counted | ||||
* | | | | Merge pull request #94674 from ↵ | Rémi Verschelde | 2024-07-24 | 2 | -0/+88 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | dalexeev/gds-fix-incorrect-setter-call-for-ref-types GDScript: Fix incorrect setter call for reference types | ||||
| * | | | | GDScript: Fix incorrect setter call for reference types | Danil Alexeev | 2024-07-24 | 2 | -0/+88 |
| | | | | | |||||
* | | | | | GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT` | Danil Alexeev | 2024-07-22 | 1 | -0/+14 |
|/ / / / | |||||
* | | | | Merge pull request #94327 from HolonProduction/underscore_identifier | Rémi Verschelde | 2024-07-17 | 2 | -0/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDScript: Restore support for `Token::UNDERSCORE` in identifiers | ||||
| * | | | | GDScript: Restore support for `Token::UNDERSCORE` in identifiers | HolonProduction | 2024-07-15 | 2 | -0/+16 |
| | | | | | |||||
* | | | | | Merge pull request #94138 from vnen/gdscript-simple-setter-chain-call-setter | Rémi Verschelde | 2024-07-17 | 2 | -0/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | GDScript: Call setter on simple setter chain without getter | ||||
| * | | | | GDScript: Call setter on simple setter chain without getter | George Marques | 2024-07-09 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug where a member variable was being set directly before calling the setter. | ||||
* | | | | | Merge pull request #94025 from dalexeev/gds-fix-implicit-cast-typed-array-param | Rémi Verschelde | 2024-07-09 | 2 | -0/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | GDScript: Fix implicit cast to typed array when passing parameter | ||||
| * | | | | GDScript: Fix implicit cast to typed array when passing parameter | Danil Alexeev | 2024-07-07 | 2 | -0/+9 |
| |/ / / | |||||
* | | | | Merge pull request #93897 from akien-mga/vformat-better-error-message | Rémi Verschelde | 2024-07-09 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Core: Improve `vformat` error reporting on `sprintf` failure | ||||
| * | | | | Core: Improve vformat error reporting on sprintf failure | Rémi Verschelde | 2024-07-04 | 1 | -0/+1 |
| | |/ / | |/| | | | | | | | | | | And fix a few occurrences of formatting errors that led me to this. |