summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-123-4/+39
|\
| * Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulationThaddeus Crews2024-11-121-1/+25
| |\
| | * Added support for 'print' command in local (command line -d) debuggerWenqiang2024-09-281-1/+25
| * | Merge pull request #99020 from Mickeon/documentation-example-pruning-2Thaddeus Crews2024-11-121-2/+1
| |\ \
| | * | Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+1
| * | | Document exporting nested subgroupsDanil Alexeev2024-11-111-1/+13
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-1114-40/+81
|\| | |
| * | | Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-0614-40/+81
* | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+4
|\| | |
| * | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-2/+4
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-0217-97/+96
|\| | |
| * | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-3117-97/+96
| |\ \ \
| | * | | Always add decimal when printing floatkobewi2024-10-2317-97/+96
* | | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-4/+4
|\| | | |
| * | | | Merge pull request #98301 from aaronp64/gdscript_validate_propertyThaddeus Crews2024-10-291-3/+3
| |\ \ \ \
| | * | | | Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_propertyaaronp642024-10-181-3/+3
| * | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-1/+1
| |\ \ \ \ \
| | * | | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | | | | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2758-116/+116
|\ \ \ \ \ \ \
| * | | | | | | Fix copyright headers referring to GodotSpartan3222024-10-2758-116/+116
* | | | | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-2612-341/+254
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge pull request #96499 from beev1s/shallow-script-cache-errorThaddeus Crews2024-10-253-1/+23
| |\ \ \ \ \ \
| | * | | | | | Fixed resource loader using not fully loaded scriptsMoritz Burgdorff2024-09-143-1/+23
| * | | | | | | Merge pull request #96927 from HolonProduction/completion-inner-class-base-crashThaddeus Crews2024-10-251-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Autocompletion: Don't use owner for inner classesHolonProduction2024-10-131-1/+3
| * | | | | | | | GDScript: Rework `GDScriptUtilityFunctions` macrosDanil Alexeev2024-10-254-316/+193
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #98356 from dustdfg/gdscript_endif_readability_commentsClay John2024-10-246-20/+24
| |\ \ \ \ \ \ \
| | * | | | | | | Add some comments to #endif's where it will easier lifeYevhen Babiichuk (DustDFG)2024-10-216-20/+24
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #98400 from rune-scape/fix-typed-dict-cached-parserClay John2024-10-242-4/+12
| |\ \ \ \ \ \ \
| | * | | | | | | GDScript: Fix cached parser error when using typed Dictionariesrune-scape2024-10-222-4/+12
| | |/ / / / / /
* | | | | | | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-245-5/+25
|\| | | | | | |
| * | | | | | | Merge pull request #98169 from HolonProduction/only-highlight-exposedThaddeus Crews2024-10-241-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | GDScript: Don't highlight unexposed classesHolonProduction2024-10-141-1/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #97374 from rune-scape/get-native-static-callableThaddeus Crews2024-10-243-2/+20
| |\ \ \ \ \ \ \
| | * | | | | | | GDScriptNativeClass: Allow getting static function as callablerune-scape2024-09-233-2/+20
| * | | | | | | | Clarification to the description of Global scope in regards to GDScriptBrian Huynh2024-10-231-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-226-8/+20
|\| | | | | | |
| * | | | | | | Merge pull request #98146 from HolonProduction/this-error-does-not-apply-to-u...Thaddeus Crews2024-10-215-7/+19
| |\ \ \ \ \ \ \
| | * | | | | | | GDScript: Fix annotation parsing adding new annotation entriesHolonProduction2024-10-135-7/+19
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #97542 from AThousandShips/dict_sort_fixThaddeus Crews2024-10-211-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-1/+1
| | |/ / / / /
* | | | | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-1/+7
|\| | | | | |
| * | | | | | GDScript: Add missing static default initialization for typed dictionariesDanil Alexeev2024-10-111-1/+7
| |/ / / / /
* | | | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-143-6/+25
|\| | | | |
| * | | | | Fix lookup symbol for enum members to search a correct code definitionChaosus2024-10-082-4/+25
| * | | | | Create `.editorconfig` file only on project creationHaoyu Qiu2024-10-051-2/+0
* | | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1158-0/+116
* | | | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
|/ / / / /
* | | | | GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped pathDanil Alexeev2024-10-031-4/+8
* | | | | Merge pull request #97727 from SlugFiller/llvm-computed-gotoRémi Verschelde2024-10-021-1/+1
|\ \ \ \ \