Age | Commit message (Expand) | Author |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-24 | Merge pull request #63728 from MarcusElg/%v | Rémi Verschelde |
2022-08-23 | Add %v for formatting vectors | Marcus Elg |
2022-08-22 | Improved performance of String repeat method | VolTer |
2022-08-18 | Fix undefined behavior in `String::operator+=(const String &)` | kleonc |
2022-08-01 | File: Re-add support to skip CR (`\r`) in `File::get_as_text` | Rémi Verschelde |
2022-07-07 | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi... | bruvzg |
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu |
2022-06-03 | Fix `String.uri_encode` on Windows | Haoyu Qiu |
2022-05-20 | Tweak 64-bit integer overflow message to mention that it's a signed type | Hugo Locurcio |
2022-05-17 | Create onready variables when dropping nodes and holding Ctrl | Haoyu Qiu |
2022-05-12 | Add documentation comments for internationalization C++ macros | Hugo Locurcio |
2022-05-01 | Fix left aligned integer sign in string formatting | Haoyu Qiu |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde |
2022-04-25 | Implement Scene Unique Nodes | reduz |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-02-24 | Optimize String concatenation and copy functions | Bartłomiej T. Listwon |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-01-28 | Merge pull request #57116 from bruvzg/win_net_share | Rémi Verschelde |
2022-01-26 | Rename String::is_subsequence_ofi to String::is_subsequence_ofn | Wilson E. Alvarez |
2022-01-24 | [Windows] Add support for handling network share paths. | bruvzg |
2022-01-20 | Rename or refactor macros to avoid leading underscores | Omar Polo |
2022-01-15 | Replace String::num_real code with a wrapper around String::num | Aaron Franke |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-15 | Allow dehardcoding documentation branch and URL in docs links | Rémi Verschelde |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-11-11 | Add missing characters for property name quoting | Haoyu Qiu |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-22 | Merge pull request #54081 from Rubonnek/add_bin_messages_master | Rémi Verschelde |
2021-10-21 | Accept capital B in String::bin_to_int prefix | Wilson E. Alvarez |
2021-10-21 | Add error messages to String::hex_to_int, and accept capital X in prefix | Wilson E. Alvarez |
2021-09-15 | Fix String::num_real and String test cases when compiling with doubles | Aaron Franke |
2021-09-13 | Merge pull request #52049 from theraot/master | Rémi Verschelde |
2021-08-31 | Remove `#ifdefs` for handling compilation with Visual Studio < 2015 | Hugo Locurcio |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-24 | Fix get_base_dir windows top level directory logic | Theraot |
2021-08-18 | String: Remove old NO_USE_STDLIB code path | Rémi Verschelde |
2021-08-18 | String: Fix default decimals truncation in num and num_real | Rémi Verschelde |
2021-08-13 | Convert ustring macros to inline functions and use them wherever possible. | Anilforextra |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-13 | Merge pull request #49291 from NoFr1ends/fix-49262 | Rémi Verschelde |
2021-06-16 | Rename `is_valid_integer()` to `is_valid_int()` | Lightning_A |
2021-06-16 | Merge pull request #49505 from underdoeg/patch-2 | Rémi Verschelde |