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
/
core
/
string
Age
Commit message (
Expand
)
Author
2022-08-04
Tests: Silence some intentional errors
Rémi Verschelde
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-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-01
Fix left aligned integer sign in string formatting
Haoyu Qiu
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
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-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-07
Move and organize tests into subfolders
Aaron Franke