summaryrefslogtreecommitdiffstats
path: root/src/variant/packed_arrays.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Implement typed dictionariesThaddeus Crews2024-09-171-0/+6
|
* Add support for `PackedVector4Array`David Snopek2024-05-061-0/+19
|
* Switch to 64-bit ints.bruvzg2024-01-101-20/+20
|
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-42/+42
|
* Update array_set_typed() call to use GDExtensionVariantType instead of uint32_tJan Haller2023-02-091-1/+2
|
* Update typed array API to match "GDScript: Fix typed arrays".bruvzg2023-01-311-0/+4
|
* Move Array:set_typed to internal GDExtension structure.bruvzg2023-01-301-0/+4
|
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-40/+40
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵bruvzg2022-02-141-0/+72
| | | | missing `CharString` method implementations.
* Implementing dictionary operatorsBastiaan Olij2021-11-231-0/+11
|
* Implement index operators for ArraysBastiaan Olij2021-11-121-0/+11
|
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-18/+18
|
* Fix formatting of filesGeorge Marques2021-09-271-8/+38
|
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-271-0/+97