Age | Commit message (Expand) | Author |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-20 | i18n: Add support for translating the class reference | Rémi Verschelde |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-20 | Encodes property names properly in project.godot | Haoyu Qiu |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut |
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) |
2019-09-03 | Create a GDScript String function repeat | Bhupendra Aole |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-23 | Added count method to String | Chaosus |
2019-07-03 | Add sha1 functions to string (using new CryptoCore) | Fabio Alessandrelli |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Merge pull request #28648 from KoBeWi/substr-1 | Rémi Verschelde |
2019-06-16 | i18n: Fix extract.py support for new TTRC | Rémi Verschelde |
2019-05-03 | Make second parameter of substr optional | Tomasz Chabora |
2019-04-25 | Support for binary literals in GDScript. Added an error that shows if a point... | jude-lafitteIII |
2019-04-22 | fixed an access after free in OS_X11::set_context. | Ibrahn Sahir |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |
2019-03-02 | Fix new GCC 9 warnings: -Wdeprecated-copy. | marxin |
2019-02-21 | Fix warnings seen with -Wignored-qualifiers. | marxin |
2019-01-07 | Repair String lstrip and rstrip. | Ibrahn Sahir |
2019-01-04 | String[size()] should return a default constructed CharType | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam |
2018-12-03 | const char* operator on CharString now const. | Ibrahn Sahir |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-06 | fix out of buffer read when copying non-null terminated strings | Marcin Zawiejski |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | removed redundant strlen calculation from String::substr | Ibrahn Sahir |
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner |
2018-04-22 | Merge pull request #18176 from nikibobi/string-trim | George Marques |
2018-04-17 | add string trim_prefix trim_suffix lstrip and rstrip methods | bosak |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez |
2018-03-27 | Unify http- and percent- encode/decode | Pedro J. Estébanez |
2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl |
2017-12-27 | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky |
2017-12-17 | Avoid string allocations in AlphCompare | Bernhard Liebl |
2017-12-16 | Merge pull request #14576 from poke1024/strings | Rémi Verschelde |
2017-12-15 | Added rsplit() for String class | Dmitry Koteroff |
2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff |
2017-12-15 | Some performance tweaking of string handling | poke1024 |
2017-11-21 | Allow configuring iOS export | Ruslan Mustakov |
2017-11-01 | Added String::dedent() to remove text indentation | Zher Huei Lee |