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_math.cpp
Age
Commit message (
Expand
)
Author
2021-08-09
Some work on double support
Aaron Franke
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-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename files and the exposed name for Transform3D
Aaron Franke
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-01-09
Split OS::execute into two methods
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
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-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)