| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 5 | -1/+45 |
|\ |
|
| * | Merge pull request #99295 from HolonProduction/yet-another-lsp-violation | Thaddeus Crews | 2024-11-27 | 3 | -1/+43 |
| |\ |
|
| | * | LSP: Fix spec violations that break the VSCode outline | HolonProduction | 2024-11-15 | 3 | -1/+43 |
| * | | Fix stringification of Projection | Rémi Verschelde | 2024-11-25 | 2 | -0/+2 |
* | | | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 68 | -142/+317 |
|\| | |
|
| * | | Merge pull request #99545 from KoBeWi/Vector4.0 | Thaddeus Crews | 2024-11-25 | 2 | -7/+12 |
| |\ \ |
|
| | * | | 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 | 9 | -20/+142 |
| |\ \ \ |
|
| | * | | | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 9 | -20/+142 |
| | |/ / |
|
| * / / | Improve GDScript autocompletion for methods | Lazy-Rabbit-2001 | 2024-11-22 | 52 | -113/+126 |
| |/ / |
|
| * | | Fix crash when division by zero/modulo by zero happen on vectors | Chaosus | 2024-11-21 | 5 | -2/+37 |
* | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 3 | -4/+4 |
|\| | |
|
| * | | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 3 | -4/+4 |
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 11 | -10/+151 |
|\| | |
|
| * | | Merge pull request #98099 from dalexeev/pot-gen-add-comment-support | Thaddeus Crews | 2024-11-15 | 4 | -10/+105 |
| |\ \ |
|
| | * | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments | Danil Alexeev | 2024-10-13 | 4 | -10/+105 |
| * | | | Add back `AnimationPlayer.get_argument_options` | HolonProduction | 2024-11-15 | 7 | -0/+46 |
| | |/
| |/| |
|
* | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 3 | -4/+39 |
|\| | |
|
| * | | Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation | Thaddeus Crews | 2024-11-12 | 1 | -1/+25 |
| |\ \ |
|
| | * | | Added support for 'print' command in local (command line -d) debugger | Wenqiang | 2024-09-28 | 1 | -1/+25 |
| * | | | Merge pull request #99020 from Mickeon/documentation-example-pruning-2 | Thaddeus Crews | 2024-11-12 | 1 | -2/+1 |
| |\ \ \ |
|
| | * | | | Clean up more `[b]Example:[/b]` lines from the class reference | Micky | 2024-11-11 | 1 | -2/+1 |
| * | | | | Document exporting nested subgroups | Danil Alexeev | 2024-11-11 | 1 | -1/+13 |
* | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 14 | -40/+81 |
|\| | | | |
|
| * | | | | Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla... | girdenis-p | 2024-11-06 | 14 | -40/+81 |
* | | | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -2/+4 |
|\| | | | |
|
| * | | | | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -2/+4 |
* | | | | | 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 printing float | kobewi | 2024-10-23 | 17 | -97/+96 |
* | | | | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 2 | -4/+4 |
|\| | | | | |
|
| * | | | | | Merge pull request #98301 from aaronp64/gdscript_validate_property | Thaddeus Crews | 2024-10-29 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_property | aaronp64 | 2024-10-18 | 1 | -3/+3 |
| * | | | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-break | Thaddeus Crews | 2024-10-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #818 from Spartan322/fixup/copyright-headers | George L. Albany | 2024-10-27 | 58 | -116/+116 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 58 | -116/+116 |
* | | | | | | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b | Spartan322 | 2024-10-26 | 12 | -341/+254 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| / / / / / / /
| |/ / / / / / / |
|
| * | | | | | | | Merge pull request #96499 from beev1s/shallow-script-cache-error | Thaddeus Crews | 2024-10-25 | 3 | -1/+23 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Fixed resource loader using not fully loaded scripts | Moritz Burgdorff | 2024-09-14 | 3 | -1/+23 |
| * | | | | | | | | Merge pull request #96927 from HolonProduction/completion-inner-class-base-crash | Thaddeus Crews | 2024-10-25 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Autocompletion: Don't use owner for inner classes | HolonProduction | 2024-10-13 | 1 | -1/+3 |
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | GDScript: Rework `GDScriptUtilityFunctions` macros | Danil Alexeev | 2024-10-25 | 4 | -316/+193 |
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments | Clay John | 2024-10-24 | 6 | -20/+24 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Add some comments to #endif's where it will easier life | Yevhen Babiichuk (DustDFG) | 2024-10-21 | 6 | -20/+24 |
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | Merge pull request #98400 from rune-scape/fix-typed-dict-cached-parser | Clay John | 2024-10-24 | 2 | -4/+12 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | GDScript: Fix cached parser error when using typed Dictionaries | rune-scape | 2024-10-22 | 2 | -4/+12 |
| | |/ / / / / / |
|
* | | | | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 5 | -5/+25 |
|\| | | | | | | |
|
| * | | | | | | | Merge pull request #98169 from HolonProduction/only-highlight-exposed | Thaddeus Crews | 2024-10-24 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | GDScript: Don't highlight unexposed classes | HolonProduction | 2024-10-14 | 1 | -1/+3 |
| | | |/ / / / /
| | |/| | | | | |
|