Age | Commit message (Expand) | Author |
2020-12-24 | Fixes: GDscript min and max are inverted | Andrea Catania |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Merge pull request #44472 from winterpixelgames/PR-duplicate-packedarrays | Rémi Verschelde |
2020-12-19 | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal |
2020-12-17 | packed*arrays are pass by ref now. support duplicate and update documentation | Jordan Schidlowsky |
2020-12-17 | Fix crash parsing a serialized Reference | Pedro J. Estébanez |
2020-12-16 | Fix bitwise-and eval not updating return type | Brian Semrau |
2020-12-15 | Merge pull request #44406 from vnen/variant-ptr-construct | Rémi Verschelde |
2020-12-15 | Change template order in method_ptrcall.h | George Marques |
2020-12-15 | Add PtrConstruct template to use in Variant constructors | George Marques |
2020-12-10 | Fix object check on Variant key checker | George Marques |
2020-12-10 | Use pointer parameters in Variant function pointers | George Marques |
2020-12-07 | Improve argument names for core types | Aaron Franke |
2020-12-06 | Rename Vector2.tangent() to Vector2.orthogonal() | Marcel Admiraal |
2020-12-03 | Fix subtracting colors and quats | Tomasz Chabora |
2020-11-30 | Fix VariantInternal initialization and setting of object | George Marques |
2020-11-26 | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex... | bruvzg |
2020-11-25 | Merge pull request #43864 from vnen/fix-print-utilities | Rémi Verschelde |
2020-11-25 | Fix prints and printt functions printing as errors | George Marques |
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde |
2020-11-23 | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut |
2020-11-23 | Merge pull request #43725 from vnen/gdscript-typed-vm-2 | Rémi Verschelde |
2020-11-21 | Add extra functions to VariantInternal | George Marques |
2020-11-20 | Variant: Merge get() and validated_get() | George Marques |
2020-11-20 | Fix variant getters not setting return type | George Marques |
2020-11-18 | Fix return type on builtin validated calls | George Marques |
2020-11-17 | doc: Sync classref with Variant utility methods | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-11 | Refactor variant built-in methods yet again. | reduz |
2020-11-10 | Create Variant built-in functions. | reduz |
2020-11-10 | Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_... | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-09 | Change how no-arg constructor is handled internally in Variant. | reduz |
2020-11-09 | Merge pull request #43419 from reduz/document-operators | Rémi Verschelde |
2020-11-09 | Merge pull request #43415 from bruvzg/var_ctr_af32 | Rémi Verschelde |
2020-11-09 | Make sure operators appear in the docs too | reduz |
2020-11-09 | Fix duplicate variant constructor typo. | bruvzg |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-11-08 | Add append_array() method to Array class | Tomasz Chabora |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |