summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky2021-11-251-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-233-5/+5
* Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde2021-11-235-27/+41
|\
| * Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-135-27/+41
* | Improve various textskobewi2021-11-231-1/+1
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-152-2/+2
|/
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Show built-in script names in the debuggerkobewi2021-11-112-4/+13
* [GDScript] Check string literals for Unicode direction control characters.bruvzg2021-11-111-0/+9
* Merge pull request #54676 from Chaosus/gds_restrict_namesRémi Verschelde2021-11-101-8/+76
|\
| * Prevent identifiers from naming as built-in funcs and global classesYuri Roubinsky2021-11-081-8/+76
* | Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...Rémi Verschelde2021-11-101-0/+17
|\ \
| * | Allow using $/root node pathsMaximilian2021-11-091-0/+17
* | | Remove hash symbol in front of opcode error messages in GDScriptHugo Locurcio2021-11-091-1/+1
* | | Merge pull request #54473 from briansemrau/no-debug-functions-on-threadRémi Verschelde2021-11-082-5/+26
|\ \ \
| * | | GDScript gracefully handle debug functions from separate threadBrian Semrau2021-11-012-5/+26
* | | | Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...Rémi Verschelde2021-11-081-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't ignore the type mismatch in setter functionBartłomiej T. Listwon2021-10-221-0/+2
* | | | Fix LSP crash when parsing signal symbols.Francois Belair2021-11-071-1/+1
* | | | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* | | | Merge pull request #54346 from mhilbrunner/used-what-instead-of-whatRémi Verschelde2021-11-023-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve GDScript indentation error messageMax Hilbrunner2021-10-283-2/+10
* | | | Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
| |_|/ |/| |
* | | Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-284-61/+61
|\ \ \
| * | | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-282-46/+46
| * | | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-282-15/+15
| |/ /
* | | Merge pull request #53526 from KoBeWi/super_printRémi Verschelde2021-10-281-1/+1
|\ \ \ | |/ / |/| |
| * | Change print_line() to use any number of Variantskobewi2021-10-071-1/+1
* | | Refactored Node3D rotation modesreduz2021-10-251-1/+1
* | | Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
| |/ |/|
* | Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-194-7/+7
|\ \
| * | Implement toast notifications in the editorGilles Roudière2021-10-144-7/+7
* | | Fix incorrect debug check for settersBenjamin Navarro2021-10-181-1/+1
* | | Fix name used instead of doc for GDScript signalsopl-2021-10-171-1/+1
* | | Merge pull request #53856 from vnen/gdscript-setter-crashRémi Verschelde2021-10-151-6/+8
|\ \ \
| * | | GDScript: Avoid crash if missing setter signatureGeorge Marques2021-10-151-6/+8
* | | | Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constantRémi Verschelde2021-10-153-0/+11
|\ \ \ \
| * | | | GDScript: Fix inferred typed array marked as constantGeorge Marques2021-10-153-0/+11
| |/ / /
* | | | GDScript: Fix typing for await expressionGeorge Marques2021-10-141-3/+12
* | | | GDScript: Remove error when coroutine is called without awaitGeorge Marques2021-10-142-7/+7
* | | | GDScript: Properly return value with await on non-coroutineGeorge Marques2021-10-143-1/+17
* | | | GDScript: Make sure calls don't use return when not neededGeorge Marques2021-10-141-4/+7
|/ / /
* | | Merge pull request #53807 from vnen/dont-share-arrays-and-dictsRémi Verschelde2021-10-144-0/+60
|\ \ \
| * | | Zero Dictionary and Array variants when changing type with resetGeorge Marques2021-10-144-0/+60
| |/ /
* | | Merge pull request #53726 from briansemrau/gd-outer-classGeorge Marques2021-10-143-0/+28
|\ \ \ | |/ / |/| |
| * | GDScript: Access outer scope classesBrian Semrau2021-10-133-0/+28
* | | Merge pull request #53720 from vnen/gdscript-typed-array-custom-classRémi Verschelde2021-10-123-0/+13
|\ \ \ | |/ / |/| |
| * | GDScript: Fix typed array with custom classesGeorge Marques2021-10-123-0/+13
* | | GDScript: Make setter parameter type same as variable typeGeorge Marques2021-10-123-1/+13
|/ /
* | Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletionYuri Roubinsky2021-10-111-1/+14
|\ \