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_class_db.h
Age
Commit message (
Expand
)
Author
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-06
Add test to check for :: in enum/constant bindings
George Marques
2021-06-15
Validate that all virtual methods start with _
kobewi
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-03
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-01-09
Add ClassDB tests to look for core API deps on editor API
Ignacio Etcheverry
2021-01-08
Use comma over `<<` operator for all unit test logging
Andrii Doroshenko (Xrayez)
2021-01-08
doctest: Update to 2.4.4
Rémi Verschelde
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-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-08-16
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-07-26
Move `tests` to the top-level directory
Andrii Doroshenko (Xrayez)