Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 3 | -0/+4 |
|\ | |||||
| * | Merge pull request #99295 from HolonProduction/yet-another-lsp-violation | Thaddeus Crews | 2024-11-27 | 1 | -0/+2 |
| |\ | | | | | | | | | | LSP: Fix spec violations that break the VSCode outline | ||||
| | * | LSP: Fix spec violations that break the VSCode outline | HolonProduction | 2024-11-15 | 1 | -0/+2 |
| | | | |||||
| * | | Fix stringification of Projection | Rémi Verschelde | 2024-11-25 | 2 | -0/+2 |
| | | | |||||
* | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 65 | -116/+204 |
|\| | | |||||
| * | | Merge pull request #99545 from KoBeWi/Vector4.0 | Thaddeus Crews | 2024-11-25 | 2 | -7/+12 |
| |\ \ | | | | | | | | | | | | | Fix stringification of Vector4 | ||||
| | * | | Fix stringification of Vector4 | kobewi | 2024-11-22 | 2 | -7/+12 |
| | | | | |||||
| * | | | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds | Thaddeus Crews | 2024-11-22 | 8 | -0/+65 |
| |\ \ \ | | | | | | | | | | | | | | | | Core: Fix built-in enum constant bindings | ||||
| | * | | | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 8 | -0/+65 |
| | |/ / | |||||
| * / / | 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 |
| | | | |||||
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 7 | -0/+46 |
|\| | | |||||
| * | | Add back `AnimationPlayer.get_argument_options` | HolonProduction | 2024-11-15 | 7 | -0/+46 |
| |/ | |||||
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 11 | -19/+43 |
|\| | |||||
| * | 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 commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 17 | -97/+96 |
|\| | |||||
| * | 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 |
| | | | |||||
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 2 | -0/+17 |
|\| | | |||||
| * | | GDScript: Rework `GDScriptUtilityFunctions` macros | Danil Alexeev | 2024-10-25 | 2 | -0/+17 |
| | | | |||||
* | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 2 | -0/+11 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 4 | -0/+10 |
|\| | | |||||
| * | | GDScript: Fix annotation parsing adding new annotation entries | HolonProduction | 2024-10-13 | 4 | -0/+10 |
| | | | |||||
* | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6 | Spartan322 | 2024-10-14 | 1 | -2/+0 |
|\| | | |||||
| * | | Create `.editorconfig` file only on project creation | Haoyu Qiu | 2024-10-05 | 1 | -2/+0 |
| | | | |||||
* | | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | | 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 |
| | | |