summaryrefslogtreecommitdiff
path: root/core/string
AgeCommit message (Expand)Author
2021-10-21Add error messages to String::hex_to_int, and accept capital X in prefixWilson E. Alvarez
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-10-05Merge pull request #53225 from aaronfranke/c-localeRémi Verschelde
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
2021-10-04Merge pull request #53270 from akien-mga/charproxy-add-copy-constructorRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30CharProxy: Add copy constructorRémi Verschelde
2021-09-29Add locale rename for the "C" localeAaron Franke
2021-09-29Implement override of get_message and get_plural_messageO01eg
2021-09-15Fix String::num_real and String test cases when compiling with doublesAaron Franke
2021-09-13Merge pull request #52049 from theraot/masterRémi Verschelde
2021-09-08Merge pull request #52408 from GiantBlargg/fix-string-castFabio Alessandrelli
2021-09-04fix invalid string castDaniel Doran
2021-08-31Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-24Fix get_base_dir windows top level directory logicTheraot
2021-08-18String: Remove old NO_USE_STDLIB code pathRémi Verschelde
2021-08-18String: Fix default decimals truncation in num and num_realRémi Verschelde
2021-08-13Convert ustring macros to inline functions and use them wherever possible.Anilforextra
2021-08-08Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde
2021-08-08add pseudolocalization to GodotAngad Kambli
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Merge pull request #50319 from nekomatata/optimize-node-path-checkRémi Verschelde
2021-07-20Adds ability to debug stringnamesreduz
2021-07-20Merge pull request #50655 from JFonS/sname_optRémi Verschelde
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-20Merge pull request #50518 from timothyqiu/locale-azRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-16Fix missing locale namesHaoyu Qiu
2021-07-13Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde
2021-07-09Optimize NodePath update when renaming or deleting nodes in the editorPouleyKetchoupp
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-06-16Merge pull request #49505 from underdoeg/patch-2Rémi Verschelde
2021-06-13Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde
2021-06-11Reformat structure string operatorsAaron Franke
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-11fix url parsing with port numbersPhilip Whitfield
2021-06-03String::format leave passed values untouchedJonas Bernemann
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-29Increase String::num default decimal precisionHeikki Simojoki
2021-05-21Fix usage of String.left()kobewi
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-03Check PHashTranslation generate p_from is validMaxStgs
2021-05-03Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli
2021-04-30Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...bruvzg
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde