| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GDScript cache crashfix. | K. S. Ernest (iFire) Lee | 2022-01-22 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #57052 from KoBeWi/nosort | Rémi Verschelde | 2022-01-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Don't sort printed Dictionary | kobewi | 2022-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check | Rémi Verschelde | 2022-01-22 | 1 | -1/+1 |
| |\ \ | | | | | | | Check for nullptr expression in parse_precedence function | ||||
| | * | | Check for nullptr expression in parse_precedence function | SaracenOne | 2021-11-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #55214 from Scony/fix-gdscript-crash-2 | Rémi Verschelde | 2022-01-22 | 3 | -0/+7 |
| |\ \ \ | |_|/ |/| | | Fix GDScript parser crash on 'dollar mixed with assignment' expression | ||||
| | * | | Fix GDScript parser crash on 'dollar mixed with assignment' expression | Pawel Lampe | 2021-11-21 | 3 | -0/+7 |
| | | | | | | | | | | | | | fixes #53696 | ||||
| * | | | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez | 2022-01-20 | 2 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #56739 from strank/master | Rémi Verschelde | 2022-01-17 | 5 | -1/+53 |
| |\ \ \ | | | | | | | | | GDScript: Fix parsing default parameter values from function calls | ||||
| | * | | | GDScript: Fix parsing default parameter values from function calls | strank | 2022-01-13 | 5 | -1/+53 |
| | | | | | |||||
| * | | | | Merge pull request #55995 from Xwdit/enum_fix | Rémi Verschelde | 2022-01-17 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | Fix enum int comparison | ||||
| | * | | | | Fix enum int comparison | Xwdit | 2021-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | Fix enum int comparison | ||||
| * | | | | | Merge pull request #55625 from ↵ | Rémi Verschelde | 2022-01-17 | 1 | -1/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | cdemirer/fix-type-guessing-and-gdscript-parser-printing Fix `--test gdscript-parser` crash | ||||
| | * | | | | | Fix gdscript-parser crash | cdemirer | 2022-01-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gdscript-parser crashing while printing empty identifiers. | ||||
| * | | | | | | Merge pull request #55616 from cdemirer/master | Rémi Verschelde | 2022-01-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix nested ternary-if codegen | ||||
| | * | | | | | | Fix nested ternary-if codegen (#55582) | cdemirer | 2021-12-04 | 1 | -0/+1 |
| | |/ / / / / | |||||
| * | | | | | | Improvments for SyntaxHighlighters | Paulb23 | 2022-01-15 | 2 | -23/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix immedate Funcion in lamba highlight - Highlight signals as one colour - Highlight node paths as one colour - Highlight escape chars in strings | ||||
| * | | | | | | Merge pull request #55541 from KoBeWi/outcognito_scripts | Rémi Verschelde | 2022-01-14 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make script type distinguishable by icon | kobewi | 2022-01-13 | 1 | -0/+1 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Fix various typos | luz paz | 2022-01-13 | 1 | -1/+1 |
| | |_|/ / / |/| | | | | | | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew` | ||||
| * | | | | | Merge pull request #56268 from KoBeWi/🚗complete_setters | Rémi Verschelde | 2022-01-13 | 2 | -3/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Remove autocomplete_setters_and_getters setting | kobewi | 2021-12-27 | 2 | -3/+1 |
| | |/ / / / | |||||
| * | | | | | Assign member type when parsing setters to prevent | SaracenOne | 2022-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | 'Compiler bug: unresolved assign' errors | ||||
| * | | | | | Merge pull request #56326 from NNesh/fix/unknown_default_value_callable | Rémi Verschelde | 2022-01-10 | 1 | -6/+44 |
| |\ \ \ \ \ | | | | | | | | | | | | | Extended the _make_arguments_hint function to get default values for function arguments in hint | ||||
| | * | | | | | Fixed <unknown> text for callable default value for a function arguments hint | NNesh | 2022-01-10 | 1 | -6/+44 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format switch Added a case for constant subscripts Fixed default value hinting for the enum type Removed is_null checking for value Added a case for dictionary | ||||
| * | | | | | Merge pull request #55715 from nathanfranke/enum-ordered | Rémi Verschelde | 2022-01-10 | 2 | -5/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | Use OrderedHashMap for enum_values | Nathan Franke | 2021-12-16 | 2 | -5/+5 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56194 from cdemirer/fix-operation-result-type-inference | Rémi Verschelde | 2022-01-10 | 1 | -8/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix operation result type inference | cdemirer | 2021-12-23 | 1 | -8/+20 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix | Rémi Verschelde | 2022-01-10 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix 'Compiler bug: unresolved assign' on explicitly annotated variants. | SaracenOne | 2021-12-25 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56260 from ↵ | Rémi Verschelde | 2022-01-10 | 2 | -11/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | cdemirer/fix-type-mutation-upon-assignment-with-operation | ||||
| | * | | | | | Fix type mutation upon compound assignment | cdemirer | 2021-12-27 | 2 | -11/+14 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56287 from ↵ | Rémi Verschelde | 2022-01-10 | 1 | -18/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | cdemirer/fix-member-property-only-getter-cant-be-set | ||||
| | * | | | | | Fix member properties with only getters can't be set | cdemirer | 2021-12-28 | 1 | -18/+14 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56288 from ↵ | Rémi Verschelde | 2022-01-10 | 1 | -7/+32 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | cdemirer/fix-member-property-getter-dont-update-subscript-chain-root | ||||
| | * | | | | | Fix member properties with getters don't update as subscript chain root | cdemirer | 2021-12-28 | 1 | -7/+32 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56342 from NNesh/fix/class-completion | Rémi Verschelde | 2022-01-10 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixed completion showing for class members | NNesh | 2022-01-08 | 1 | -0/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #56409 from ↵ | Rémi Verschelde | 2022-01-10 | 1 | -1/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | cdemirer/fix-unexpected-copying-when-parameter-is-typed | ||||
| | * | | | | | Fix unexpected Packed Array copying when parameter is typed | cdemirer | 2022-01-02 | 1 | -1/+6 |
| | |/ / / / | |||||
| * | | | | | Fix leak when function returning self type | Ger Hean | 2022-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Leak is caused by cyclic reference | ||||
| * | | | | | Merge pull request #55213 from Scony/fix-gdscript-crash | Rémi Verschelde | 2022-01-06 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix godot crash on null expression, fixes #53862 | Pawel Lampe | 2021-11-21 | 1 | -0/+4 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Fix multiple missing UTF-8 decoding. | bruvzg | 2022-01-06 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | Add a GDScript template for `VisualShaderNodeCustom` | Yuri Roubinsky | 2022-01-06 | 1 | -0/+41 |
| | | | | | | |||||
| * | | | | | Merge pull request #56483 from vnen/gdscript-warning-annotation | Rémi Verschelde | 2022-01-05 | 7 | -12/+116 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add annotation to ignore warnings | ||||
| | * | | | | | GDScript: Add annotation to ignore warnings | George Marques | 2022-01-04 | 7 | -12/+116 |
| | | | | | | | |||||
| * | | | | | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 48 | -96/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | ||||
| * | | | | | | Merge pull request #53957 from fabriceci/new-template-workflow | Rémi Verschelde | 2022-01-03 | 11 | -110/+207 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
