summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-171/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Further changes in GDNative APIGeorge Marques2021-03-171-4/+40
* GDNative: New core APIGeorge Marques2021-01-251-1239/+2
* Changed type to make it work on x32 architecture.zero13cool2021-01-051-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-318/+331
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-11/+5
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-7/+0
* Remove 32-bit String hex_to_int methodAaron Franke2020-06-031-2/+2
* Remove 32-bit String to_int methodAaron Franke2020-06-031-1/+1
* Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki...bruvzg2020-05-161-0/+4
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-15/+15
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added count method to StringChaosus2019-07-231-0/+14
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Reduce String CoWHein-Pieter van Braam2018-12-161-1/+1
* Update GDNantive APIlupoDharkael2018-10-261-0/+58
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-7/+7
* Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-0/+18
* Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-18/+0
* Fix GDNative procedures returning godot_char_stringRuslan Mustakov2018-01-121-3/+3
* [GDNative] updates to string API and const fixeskarroffel2018-01-111-124/+140
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* [GDNative] removed godot_string_c_strKarroffel2017-11-201-5/+0
* Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog2017-11-141-3/+0
|\
| * [GDNative] removed anchorsKarroffel2017-11-031-3/+0
* | [GDNative] small API bug fixesKarroffel2017-11-031-5/+19
|/
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-2/+2
* merged gdnative and nativescript moduleKarroffel2017-09-031-0/+1267