summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Fix autocompletion of built-in functions in GDScriptYuri Roubinsky2021-10-111-1/+14
* | | Merge pull request #53430 from DavidSichma/typed_safe_setterGeorge Marques2021-10-111-2/+4
|\ \ \
| * | | Only emit typed member setters if safe to do soDavid Sichma2021-10-081-2/+4
* | | | Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fixGeorge Marques2021-10-1117-106/+291
|\ \ \ \ | |_|/ / |/| | |
| * | | GDScript: Report property type errorsZuBsPaCe2021-10-0817-106/+291
* | | | Remove redundant String operation from GDScript enum exportsYuri Sizov2021-10-111-1/+1
* | | | Enhance and cleanup stringify for Vectormashumafi2021-10-092-0/+76
|/ / /
* | | Merge pull request #53536 from Faless/mp/4.x_rpc_configMax Hilbrunner2021-10-081-2/+2
|\ \ \
| * | | [Net] Rename RPCConfig.sync to call_local.Fabio Alessandrelli2021-10-081-2/+2
* | | | Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-classGeorge Marques2021-10-081-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | GDScript fix wrong base class assignmentBrian Semrau2021-10-041-1/+3
* | | | GDScript: Use getter return type for the property typeGeorge Marques2021-10-071-3/+6
* | | | Merge pull request #53422 from KoBeWi/add_LUA_to_GodotRémi Verschelde2021-10-072-0/+6
|\ \ \ \
| * | | | Fix LUA-style assignment in Dictionarykobewi2021-10-052-0/+6
| |/ / /
* | | / GDScript: Fix method ptrcall on releaseGeorge Marques2021-10-071-0/+1
| |_|/ |/| |
* | | Merge pull request #53494 from mhilbrunner/stop-drop-and-dont-lieRémi Verschelde2021-10-071-1/+1
|\ \ \
| * | | Fix outdated no_call_local, use call_remoteMax Hilbrunner2021-10-061-1/+1
* | | | GDScript: Set status on parsing steps beforehandGeorge Marques2021-10-061-4/+4
|/ / /
* | | Merge pull request #53479 from vnen/gdscript-subscript-object-selfRémi Verschelde2021-10-063-1/+16
|\ \ \
| * | | GDScript: Allow subscript on self and object typesGeorge Marques2021-10-063-1/+16
* | | | Merge pull request #53478 from vnen/gdscript-avoid-hard-inferenceRémi Verschelde2021-10-067-18/+47
|\ \ \ \ | |/ / / |/| | |
| * | | GDScript: Avoid hard errors on inferred typesGeorge Marques2021-10-065-11/+37