index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
string
Age
Commit message (
Expand
)
Author
2022-11-04
Add support for empty delimiter in String.split
kobewi
2022-10-31
Merge pull request #67931 from bruvzg/locale_no_def
Rémi Verschelde
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-27
Do not auto add default script and country codes to the locale.
bruvzg
2022-10-20
Fix localize_path with custom protocol identifiers
Gilles Roudière
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-15
Fix big negative numbers printing incorrect decimals in num_real
Aaron Franke
2022-10-13
Make String.simplify_path keep the protocol identifier for urls
Gilles Roudière
2022-10-11
Merge pull request #64268 from timothyqiu/is-finite
Rémi Verschelde
2022-10-09
Fix simplify_path() breaking uid://
kobewi
2022-10-08
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-03
Merge pull request #64833 from MarcusElg/naninfprinting
Rémi Verschelde
2022-09-28
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-26
Style: Cleanup header guards for consistency
Rémi Verschelde
2022-09-17
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
bruvzg
2022-09-01
Merge pull request #64714 from Chaosus/string_remove_erase
Rémi Verschelde
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-25
Improve string formatting for %f and %v for inf and nan
Marcus Elg
2022-08-24
Replace Array return types with TypedArray 3
kobewi
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-22
Remove `String::erase` method declaration
Yuri Rubinsky
2022-08-18
Fix undefined behavior in `String::operator+=(const String &)`
kleonc
2022-08-08
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-02
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-08-02
[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.
bruvzg
2022-08-01
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-07
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-04
Variant memory pools
lawnjelly
2022-07-01
implement bone renamer in importer
Silc Renew
2022-06-29
Adding print_rich for printing with BBCode
Voylin
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
Add a new HashSet template
reduz
2022-05-20
Tweak 64-bit integer overflow message to mention that it's a signed type
Hugo Locurcio
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-17
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add documentation comments for internationalization C++ macros
Hugo Locurcio
2022-05-12
Add a new HashMap implementation
reduz
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
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
[next]