summaryrefslogtreecommitdiff
path: root/core/ustring.h
AgeCommit message (Expand)Author
2020-10-14Refactored binding system for core typesreduz
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-19Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ
2020-08-19Added plurals and context support to TranslationSkyJJ
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-03Rename String bin_to_int64 to bin_to_intAaron Franke
2020-06-03Remove 32-bit String hex_to_int methodAaron Franke
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-20Encodes property names properly in project.godotHaoyu Qiu
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-04Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)
2019-09-03Create a GDScript String function repeatBhupendra Aole
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-23Added count method to StringChaosus
2019-07-03Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde
2019-06-16i18n: Fix extract.py support for new TTRCRémi Verschelde
2019-05-03Make second parameter of substr optionalTomasz Chabora
2019-04-25Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII
2019-04-22fixed an access after free in OS_X11::set_context.Ibrahn Sahir
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-03-02Fix new GCC 9 warnings: -Wdeprecated-copy.marxin
2019-02-21Fix warnings seen with -Wignored-qualifiers.marxin
2019-01-07Repair String lstrip and rstrip.Ibrahn Sahir
2019-01-04String[size()] should return a default constructed CharTypeHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Reduce String CoWHein-Pieter van Braam
2018-12-03const char* operator on CharString now const.Ibrahn Sahir
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-06fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24removed redundant strlen calculation from String::substrIbrahn Sahir
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
2018-04-22Merge pull request #18176 from nikibobi/string-trimGeorge Marques
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde