summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-142-0/+18
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-132-2/+6
* Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde2022-10-071-6/+6
* Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-046-9/+9
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-313-3/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-0/+34
* fix(gdscript): Infer type from preload constAntonio Dell'Annunziata2022-08-073-0/+10
* Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde2022-08-021-2/+3
|\
| * Variant memory poolslawnjelly2022-07-041-2/+3
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* | Merge pull request #62701 from cdemirer/for-variable-conflictRémi Verschelde2022-07-064-0/+11
|\ \
| * | Do error when for variable conflicts with a variable in scopecdemirer2022-07-044-0/+11
| |/
* / Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-052-3/+3
|/
* Merge pull request #60675 from voylin/Add-BBCode-support-for-printing-outputRémi Verschelde2022-06-282-2/+2
|\
| * Adding print_rich for printing with BBCodeVoylin2022-06-292-2/+2
* | Fix set chain bug with jump_if_sharedcdemirer2022-06-282-0/+26
|/
* Merge pull request #59358 from strank/debug-inner-classesGeorge Marques2022-06-151-17/+29
|\
| * Extend test_compiler to also disassemble inner classesstrank2022-06-121-17/+29
* | Merge pull request #61666 from nathanfranke/fix-match-bindGeorge Marques2022-06-152-0/+19
|\ \
| * | use correct error for unused bind match, suppress with underscoreNathan Franke2022-06-032-0/+19
| |/
* | Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques2022-06-144-0/+93
|\ \ | |/ |/|
| * Fix logic errors in match-statement Array & Dictionary Patternscdemirer2022-03-024-0/+93
* | Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde2022-05-316-4/+72
|\ \
| * | GDScript: Support `%` in shorthand for `get_node`George Marques2022-05-276-4/+72
* | | Merge pull request #61279 from Trioct/fix-typed-array-assignmentRémi Verschelde2022-05-252-0/+4
|\ \ \
| * | | Fix const typed array assignmentTrioct2022-05-252-0/+4
* | | | GDScript: Don't show redundant await warning on unknown typesGeorge Marques2022-05-242-0/+14
| |/ / |/| |
* | | GDScript: Fix lambda captures in default argument valuesGeorge Marques2022-05-232-0/+9
* | | GDScript: Fix `if` after lambda being seen as ternaryGeorge Marques2022-05-232-0/+9
* | | GDScript: Do not allow standalone lambdasGeorge Marques2022-05-232-0/+5
|/ /
* | Merge pull request #55201 from Scony/fix-unreachable-code-false-positiveRémi Verschelde2022-05-182-0/+18
|\ \
| * | Fix 'unreachable-code' false-positive, fixes #55154Pawel Lampe2021-11-212-0/+18
* | | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* | | Add a new HashMap implementationreduz2022-05-121-5/+5
* | | Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-patternRémi Verschelde2022-05-114-0/+16
|\ \ \
| * | | Fix issues with multiple bind patterns in match statementcdemirer2022-04-044-0/+16
* | | | Merge pull request #60732 from CalebJohn/matching_signature_regression_testRémi Verschelde2022-05-112-0/+16
|\ \ \ \
| * | | | Add regression test for gdscript valid function signatureCalebJohn2022-05-032-0/+16
* | | | | quote strings inside arrays and dictionariesNathan Franke2022-05-036-11/+11
|/ / / /
* | | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* | | | Merge pull request #60396 from vnen/gdscript-self-lambdaRémi Verschelde2022-04-272-0/+28
|\ \ \ \
| * | | | GDScript: Allow using self in lambdasGeorge Marques2022-04-242-0/+28
* | | | | Fixes GDScript define nested dictionary and array as constants #50285PastMoments2022-04-193-1/+64
|/ / / /
* | | | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-7/+6
* | | | Merge pull request #59885 from Jayman2000/autoload-inheritance-messageRémi Verschelde2022-04-041-1/+1
|\ \ \ \
| * | | | Improve autoload inheritance error messageJason Yundt2022-04-041-1/+1
| |/ / /
* / / / Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
|/ / /
* | | Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* | | GDScript: Check if method signature matches the parentGeorge Marques2022-03-0612-0/+80