summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added plurals and context support to TranslationSkyJJ2020-08-191-7/+54
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-9/+5
* Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-151-0/+6
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-19/+7
* Fix overflow and underflow checks for string conversion to intMaganty Rushyendra2020-07-021-6/+10
* Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-011-76/+9
|\
| * Rename String bin_to_int64 to bin_to_intAaron Franke2020-06-031-5/+5
| * Remove 32-bit String hex_to_int methodAaron Franke2020-06-031-44/+2
| * Remove 32-bit String to_int methodAaron Franke2020-06-031-27/+2
* | String: Use ABS macro in padding codeRémi Verschelde2020-06-111-1/+1
* | Enable zero padding with float specifier for format stringsMaganty Rushyendra2020-06-031-9/+22
|/
* Use translated docs in PropertySelectorRémi Verschelde2020-05-281-3/+4
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-26/+18
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-273/+484
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-311/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+4
* New lightmapperJuan Linietsky2020-05-101-4/+12
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-3/+8
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Improve the shader error console outputHugo Locurcio2020-04-041-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-2/+9
* Tweak the invalid Unicode error message to be more descriptiveHugo Locurcio2020-03-161-1/+1
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-0/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-0/+11
* Merge pull request #33731 from madmiraal/fix-c4996-warningRémi Verschelde2020-02-111-2/+4
|\
| * Fix Visual Studio throwing C4996 warning in ustring.cpp.Marcel Admiraal2019-11-191-2/+4
* | Fixed String::humanize_size crash.dankan18902020-02-031-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Encodes property names properly in project.godotHaoyu Qiu2019-12-201-0/+13
* | Fix build warning in ustring.cpp on Windows/MSVC platformYuri Roubinsky2019-12-181-0/+4
* | Fixed issues with using a relative path in the export window.Catchawink2019-12-161-1/+2
* | Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* | Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-1/+1
|/
* Fix MinGW/clang/LLD/UCRT build.bruvzg2019-11-081-2/+2
* Fix #24137 Different number of leading zeros on MINGW printf("%lg")Jamie Pate2019-11-071-0/+10
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+5
* Remove redundant condition in `String::_humanize_digits()`Hugo Locurcio2019-10-041-3/+1
* Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)2019-10-041-1/+1
* Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde2019-09-241-0/+16
|\
| * Create a GDScript String function repeatBhupendra Aole2019-09-031-0/+16
* | Merge pull request #32273 from Calinou/humanize-size-fix-i18nRémi Verschelde2019-09-231-5/+13
|\ \
| * | Fix i18n in `String::humanize_size()`Hugo Locurcio2019-09-231-5/+13
* | | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
|/ /
* / Improve the `String::humanize_size()` methodHugo Locurcio2019-09-051-2/+2
|/
* Add forgotten pointer checkingqarmin2019-08-241-1/+1
* Merge pull request #31513 from qarmin/int_overflowRémi Verschelde2019-08-231-0/+15
|\
| * Prevent int overflow and underflowqarmin2019-08-221-0/+15
* | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
|/