summaryrefslogtreecommitdiffstats
path: root/core/string
Commit message (Expand)AuthorAgeFilesLines
* Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-151-5/+11
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-4/+0
* Add missing characters for property name quotingHaoyu Qiu2021-11-111-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Merge pull request #54350 from akien-mga/clang-format-dont-align-operandsRémi Verschelde2021-10-282-55/+63
|\
| * clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-53/+61
| * clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+2
* | Merge pull request #53526 from KoBeWi/super_printRémi Verschelde2021-10-282-3/+15
|\ \ | |/ |/|
| * Change print_line() to use any number of Variantskobewi2021-10-072-3/+15
* | Merge pull request #54081 from Rubonnek/add_bin_messages_masterRémi Verschelde2021-10-221-1/+1
|\ \
| * | Accept capital B in String::bin_to_int prefixWilson E. Alvarez2021-10-211-1/+1
* | | Add error messages to String::hex_to_int, and accept capital X in prefixWilson E. Alvarez2021-10-211-2/+2
|/ /
* / Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-5/+0
|/
* Merge pull request #53225 from aaronfranke/c-localeRémi Verschelde2021-10-051-3/+6
|\
| * Add locale rename for the "C" localeAaron Franke2021-09-291-3/+6
* | GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde2021-10-041-1/+0
* | Merge pull request #53270 from akien-mga/charproxy-add-copy-constructorRémi Verschelde2021-10-041-6/+10
|\ \
| * | CharProxy: Add copy constructorRémi Verschelde2021-09-301-6/+10
| |/
* / Use range iterators for `Map`Lightning_A2021-09-302-11/+11
|/
* Implement override of get_message and get_plural_messageO01eg2021-09-292-0/+18
* Fix String::num_real and String test cases when compiling with doublesAaron Franke2021-09-151-9/+16
* Merge pull request #52049 from theraot/masterRémi Verschelde2021-09-131-11/+27
|\
| * Fix get_base_dir windows top level directory logicTheraot2021-08-241-11/+27
* | Merge pull request #52408 from GiantBlargg/fix-string-castFabio Alessandrelli2021-09-081-4/+4
|\ \
| * | fix invalid string castDaniel Doran2021-09-041-4/+4
* | | Remove `#ifdefs` for handling compilation with Visual Studio < 2015Hugo Locurcio2021-08-311-3/+3
|/ /
* / Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-292-2/+2
|/
* String: Remove old NO_USE_STDLIB code pathRémi Verschelde2021-08-181-91/+1
* String: Fix default decimals truncation in num and num_realRémi Verschelde2021-08-181-7/+20
* Convert ustring macros to inline functions and use them wherever possible.Anilforextra2021-08-131-41/+54
* Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde2021-08-082-4/+283
|\
| * add pseudolocalization to GodotAngad Kambli2021-08-082-4/+283
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-254-9/+9
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-234-23/+17
* | Merge pull request #50319 from nekomatata/optimize-node-path-checkRémi Verschelde2021-07-221-5/+12
|\ \
| * | Optimize NodePath update when renaming or deleting nodes in the editorPouleyKetchoupp2021-07-091-5/+12
* | | Adds ability to debug stringnamesreduz2021-07-202-3/+87
* | | Merge pull request #50655 from JFonS/sname_optRémi Verschelde2021-07-201-1/+1
|\ \ \
| * | | Editor StringName and Viewport optimizationsJoan Fons2021-07-201-1/+1
| | |/ | |/|
* | | Merge pull request #50518 from timothyqiu/locale-azRémi Verschelde2021-07-201-0/+6
|\ \ \ | |/ / |/| |
| * | Fix missing locale namesHaoyu Qiu2021-07-161-0/+6
* | | Optimize StringName usagereduz2021-07-182-16/+40
|/ /
* | Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde2021-07-131-19/+0
|\ \ | |/ |/|
| * String::format leave passed values untouchedJonas Bernemann2021-06-031-19/+0
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* | Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-162-4/+4
* | Merge pull request #49505 from underdoeg/patch-2Rémi Verschelde2021-06-161-1/+1
|\ \
| * | fix url parsing with port numbersPhilip Whitfield2021-06-111-1/+1
| |/
* | Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde2021-06-132-3/+5
|\ \
| * | Reformat structure string operatorsAaron Franke2021-06-112-3/+5