summaryrefslogtreecommitdiffstats
path: root/src/variant/char_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-131-4/+4
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-4/+4
* Switch to 64-bit ints.bruvzg2024-01-101-18/+18
* Use the new `string_name_new_with_latin1_chars` function to improve StringNam...David Snopek2023-10-091-2/+3
* Implement `String::resize()`David Snopek2023-07-311-0/+4
* Attempt to fully implement CharStringDavid Snopek2023-06-221-98/+107
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-25/+25
* Fix compilation error: const GDExtensionStringPtr -> GDExtensionConstStringPtrZhehang Ding2023-02-141-1/+1
* Expose some low level functions and String operators.bruvzg2023-01-191-8/+41
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Fix incorrect length passed to `CharString`Mikael Hermansson2022-12-141-25/+30
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-20/+20
* Add missing String operatorsrune-scape2022-11-201-0/+16
* Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+39
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-141-18/+122
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-16/+16
* Fix formatting of filesGeorge Marques2021-09-271-2/+2
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-271-0/+8
* Fix issues with method callsGeorge Marques2021-09-271-14/+14
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+267