summaryrefslogtreecommitdiffstats
path: root/src/core/String.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-522/+0
* Merge pull request #601 from colugomusic/fix-string-args-constnessRémi Verschelde2021-09-271-2/+2
|\
| * Fix argument constness in String::begins_with, String::ends_withColugo2021-08-221-2/+2
* | Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
|/
* edited according to clang-formatDhruvMaroo2021-06-011-2/+2
* used godot_string_new_copy to copyDhruvMaroo2021-05-311-2/+2
* removed _deleted class memberDhruvMaroo2021-05-311-6/+1
* added class member, safety check in the destructorDhruvMaroo2021-05-311-5/+8
* changed spaces to tabsDhruvMaroo2021-05-301-2/+2
* added move assignment operatorDhruvMaroo2021-05-301-0/+6
* added mover constructorDhruvMaroo2021-05-301-0/+5
* Update clang-format to version 11George Marques2021-02-281-2/+0
* Merge branch 'master' into container_leaksMarc2021-01-311-3/+6
|\
| * Merge branch 'master' into masterMarc2021-01-311-139/+43
| |\
| * | Fix compilation warnings about unused varsMika Pi2020-02-231-4/+4
* | | Fix container and string leaksMarc Gilleron2021-01-071-27/+20
| |/ |/|
* | Merge pull request #441 from TerraAr/masterMarc2020-08-161-1/+2
|\ \
| * | Updated operatorTerraAr2020-08-151-2/+2
| * | Fixed operatorTerraAr2020-08-141-1/+2
| * | Created operator.TerraAr2020-08-141-1/+1
| |/
* / Fixed memory leak with String objectsDaniel Rakos2020-08-151-137/+37
|/
* Fix String::operator+ memory leaksheepandshepherd2019-10-051-2/+2
* Merge pull request #296 from lupoDharkael/missingThomas Herzog2019-08-051-0/+30
|\
| * Add missing class methodslupoDharkael2019-08-051-0/+30
* | Synced with Godot 3.1 stableBastiaan Olij2019-04-071-1/+1
|/
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-4/+3
* Add missing String::(r)find(n) form argumentbruvzg2018-11-181-10/+23
* Nativescript 1.1karroffel2018-11-071-3/+9
* Fix const for += operator in stringTimothy Werquin2018-05-151-1/+1
* Fix String const operators.Timothy Werquin2018-05-151-8/+8
* adds variadic printing function, makes String.format custom placeholder workdanielytics2018-03-071-1/+10
* String and math fixesMarc Gilleron2018-01-231-0/+49
* caller-defined entry methods and string API updatekarroffel2018-01-111-23/+47
* Added alloc_c_stringBastiaan Olij2017-11-251-0/+16
* Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-231-2/+10
* Implemented using api structBastiaan Olij2017-10-231-77/+78
* Fixes #41Ramesh Ravone2017-10-031-1/+1
* String bindings updated (at most)Ramesh Ravone2017-10-031-55/+348
* updated bindingsRamesh Ravone2017-10-031-1/+1
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-241-1/+1
* String operator_plus fixRamesh Ravone2017-07-221-2/+2
* updated core to new GDNative interfaceKarroffel2017-06-181-6/+6
* rewrote binding generator in pythonKarroffel2017-05-121-0/+140