index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_string.h
Age
Commit message (
Expand
)
Author
2021-06-16
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-30
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-03-09
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-02-24
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-14
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-01-28
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
Make hex_to_int and bin_to_int handle the prefix automatically
Aaron Franke
2021-01-26
Renamed String.ord_at to unicode_at
Yuri Roubinsky
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-22
Move and add new RegEx test cases
Maximilian Mayer
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-07-30
Hide implementation details of doctest macros
Andrii Doroshenko (Xrayez)
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-26
Move `tests` to the top-level directory
Andrii Doroshenko (Xrayez)