summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing parent class name identifier crashAdam Scott2022-12-021-2/+5
* Merge pull request #69423 from KoBeWi/parentureRémi Verschelde2022-12-011-6/+10
|\
| * Improve parent signature errorkobewi2022-12-011-6/+10
* | Merge pull request #68481 from dalexeev/gds-fix-dyn-arg-def-valRémi Verschelde2022-12-011-0/+2
|\ \ | |/ |/|
| * GDScript 2.0: Fix shift due to skip of non-constant default argument valuesDanil Alexeev2022-11-101-0/+2
* | GDScript: Avoid using `get_global_class_native_base`rune-scape2022-11-271-11/+3
* | Merge pull request #69079 from adamscott/fix-singleton-scene-cyclic-loadRémi Verschelde2022-11-251-8/+13
|\ \
| * | Fix singleton scene cyclic loadingAdam Scott2022-11-251-8/+13
* | | Ensure class name is printed in STATIC_CALLED_ON_INSTANCE warningclayjohn2022-11-241-2/+8
|/ /
* | [godot#68977] Fix constants parametersAdam Scott2022-11-231-1/+1
* | Merge pull request #68970 from Chaosus/gds_fix_lambda_signalRémi Verschelde2022-11-221-0/+4
|\ \
| * | Fix using signals in lambda functionsYuri Rubinsky2022-11-221-0/+4
* | | [godot#61386] Fix autoload scenes implicit typesAdam Scott2022-11-211-0/+12
|/ /
* | Remove fix leftover that caused cyclic load issuesAdam Scott2022-11-181-28/+0
* | Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2Rémi Verschelde2022-11-181-42/+94
|\ \
| * | Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-42/+94
* | | Fix ability to overload "script" variableocean (they/them)2022-11-171-4/+12
|/ /
* / GDScript compiler subclass bugfixesRune2022-11-131-10/+0
|/
* Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...Rémi Verschelde2022-11-021-1/+1
|\
| * GDScript Fix type mismatch in optimized single arg `range`kleonc2022-11-021-1/+1
* | Merge pull request #68040 from adamscott/fix-property-getter-return-typeRémi Verschelde2022-11-021-11/+16
|\ \ | |/ |/|
| * [godot#68001] Fix property getter with custom return typeAdam Scott2022-10-291-11/+16
* | Merge pull request #68065 from zCubed3/fix_min_max_crashRémi Verschelde2022-10-311-2/+8
|\ \
| * | Fix math utility functions crashing when invalid args passedzCubed32022-10-301-2/+8
| |/
* | Merge pull request #62695 from Spartan322/relax-constant-assertsRémi Verschelde2022-10-311-2/+2
|\ \ | |/ |/|
| * Allow non-constant string message for assertGeorge L. Albany2022-07-181-2/+2
* | Clarified reason why a resource cannot be loaded.João Martins2022-10-161-1/+7
* | Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-141-0/+4
* | Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-131-5/+11
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-15/+15
* | Add GDScript resource export.willnationsdev2022-09-171-29/+55
* | Fix GDScript `preload` fails in standalone build unless files are present in ...Abdelhafidh Belalia2022-09-151-1/+1
* | Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-upRémi Verschelde2022-08-311-0/+1
|\ \
| * | Fix inferred GDScript enum values not appearing in inspectorAtlinx2022-08-301-0/+1
* | | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
|/ /
* | fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-071-1/+1
* | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+6
|/
* Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflictRémi Verschelde2022-07-061-30/+30
|\
| * Fix priority of annotated type vs initializer typecdemirer2022-07-061-30/+30
* | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+3
|/
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+3
* Make enum/constant binds 64-bit.bruvzg2022-06-171-1/+1
* use correct error for unused bind match, suppress with underscoreNathan Franke2022-06-031-2/+2
* Merge pull request #61279 from Trioct/fix-typed-array-assignmentRémi Verschelde2022-05-251-3/+13
|\
| * Fix const typed array assignmentTrioct2022-05-251-3/+13
* | GDScript: Don't show redundant await warning on unknown typesGeorge Marques2022-05-241-4/+13
|/
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Add a new HashMap implementationreduz2022-05-121-5/+3
* Merge pull request #60396 from vnen/gdscript-self-lambdaRémi Verschelde2022-04-271-14/+54
|\