summaryrefslogtreecommitdiff
path: root/core/ustring.cpp
AgeCommit message (Expand)Author
2020-10-14Refactored binding system for core typesreduz
2020-10-07Fix build after merge of #40097Rémi Verschelde
2020-10-07Merge pull request #40097 from mrushyendra/file_sort_masterRémi Verschelde
2020-10-02Fixed padding bug of sprintf functionSerhat
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-15Docs: Ignore OS specific values (constants, project settings, properties).bruvzg
2020-07-04Fix natural sort comparison for strings with large numbersMaganty Rushyendra
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-02Fix overflow and underflow checks for string conversion to intMaganty Rushyendra
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-06-11String: Use ABS macro in padding codeRémi Verschelde
2020-06-03Enable zero padding with float specifier for format stringsMaganty Rushyendra
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-28Use translated docs in PropertySelectorRémi Verschelde
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-04Improve the shader error console outputHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-16Tweak the invalid Unicode error message to be more descriptiveHugo Locurcio
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Merge pull request #33731 from madmiraal/fix-c4996-warningRémi Verschelde
2020-02-03Fixed String::humanize_size crash.dankan1890
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-20Encodes property names properly in project.godotHaoyu Qiu
2019-12-18Fix build warning in ustring.cpp on Windows/MSVC platformYuri Roubinsky
2019-12-16Fixed issues with using a relative path in the export window.Catchawink
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-19Fix Visual Studio throwing C4996 warning in ustring.cpp.Marcel Admiraal
2019-11-08Fix MinGW/clang/LLD/UCRT build.bruvzg
2019-11-07Fix #24137 Different number of leading zeros on MINGW printf("%lg")Jamie Pate
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-04Remove redundant condition in `String::_humanize_digits()`Hugo Locurcio
2019-10-04Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)
2019-09-24Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde
2019-09-23Merge pull request #32273 from Calinou/humanize-size-fix-i18nRémi Verschelde
2019-09-23Fix i18n in `String::humanize_size()`Hugo Locurcio