summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
|\ \ \ \ \
| * | | | | Enable use of Labels as Values feature in Clang when not wrapped by GCCSlugFiller2024-10-021-1/+1
* | | | | | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-021-1/+1
|\ \ \ \ \ \
| * | | | | | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #96693 from HolonProduction/annotation-arg-hintRémi Verschelde2024-10-022-7/+14
|\ \ \ \ \ \
| * | | | | | Autocompletion: Add arghint for annotationsHolonProduction2024-09-072-7/+14
* | | | | | | Merge pull request #92263 from HolonProduction/autocompletion-get-node-set-va...Rémi Verschelde2024-10-021-5/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Autocompletion: Keep get_node values which are compatible with type hintHolonProduction2024-07-121-5/+8
* | | | | | | Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-278-9/+105
* | | | | | | Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-261-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-3/+4
* | | | | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+2
|/ / / / / / /
* | | / / / / Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-231-2/+2
| |_|/ / / / |/| | | | |
* | | | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #97087 from aaronp64/lambda_capture_allocRémi Verschelde2024-09-171-12/+12
|\ \ \ \ \
| * | | | | Speed up lambda capture handlingaaronp642024-09-161-12/+12
* | | | | | Merge pull request #96684 from HolonProduction/that-was-a-bit-too-smartRémi Verschelde2024-09-161-13/+0
|\ \ \ \ \ \
| * | | | | | LSP: Don't use smart resolve for completionHolonProduction2024-09-071-13/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #96965 from Repiteo/style/gdscript-editorconfigRémi Verschelde2024-09-163-7/+12
|\ \ \ \ \ \
| * | | | | | Style: Consolidate & migrate GDScript `.editorconfig`Thaddeus Crews2024-09-133-7/+12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #96856 from RandomShaper/selfdestruct_correctnessRémi Verschelde2024-09-162-0/+55
|\ \ \ \ \ \
| * | | | | | Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-162-0/+55
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #96797 from Repiteo/core/typed-dictionary-bracket-fixRémi Verschelde2024-09-164-0/+26
|\ \ \ \ \ \
| * | | | | | Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-124-0/+26
* | | | | | | Merge pull request #96725 from HolonProduction/lsp-omitRémi Verschelde2024-09-161-12/+20
|\ \ \ \ \ \ \
| * | | | | | | LSP: Omit some values based on specification version 3.17HolonProduction2024-09-081-12/+20
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-162-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Expose get_rpc_config and get_node_rpc_configRyan2024-09-042-2/+2
* | | | | | | | Fix script properties reload from external editorHilderin2024-09-142-2/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-122-0/+2
| |_|/ / / / |/| | | | |
* | | | | | Fix issue with GDScript binary tokens being non-deterministicMikael Hermansson2024-09-111-0/+1
* | | | | | Merge pull request #96666 from aXu-AP/unique-node-no-quotesRémi Verschelde2024-09-113-2/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove unneeded quotes from autocomplete % nodesaXu-AP2024-09-073-2/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-0652-62/+1463
|\ \ \ \ \ | |/ / / / |/| | | |