summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add test cases for accessing parent elements from child classstrank2022-03-042-0/+56
| |/ |/|
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-10/+8
* | Merge pull request #57591 from vnen/gdscript-enum-fixesRémi Verschelde2022-02-0425-1/+241
|\ \
| * | GDScript: Treat enum values as int and enum types as dictionaryGeorge Marques2022-02-034-0/+48
| * | GDScript: Allow tests to run on release buildsGeorge Marques2022-02-033-1/+44
| * | GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-0318-0/+149
* | | Merge pull request #57052 from KoBeWi/nosortRémi Verschelde2022-01-231-1/+1
|\ \ \
| * | | Don't sort printed Dictionarykobewi2022-01-221-1/+1
| |/ /
* | | Merge pull request #55214 from Scony/fix-gdscript-crash-2Rémi Verschelde2022-01-222-0/+4
|\ \ \ | |/ / |/| |
| * | Fix GDScript parser crash on 'dollar mixed with assignment' expressionPawel Lampe2021-11-212-0/+4
| |/
* | GDScript: Fix parsing default parameter values from function callsstrank2022-01-134-0/+52
* | Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-4/+4
* | Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-052-0/+19
|\ \
| * | GDScript: Add annotation to ignore warningsGeorge Marques2022-01-042-0/+19