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
/
object
/
method_bind.h
Age
Commit message (
Expand
)
Author
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-02
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-10-10
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-09-26
MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSAN
Rémi Verschelde
2022-06-23
Implement varargs in Methodinfo
reduz
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-03-31
Fix some issues found by clang sanitizers.
bruvzg
2022-03-30
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-22
Add static method support to ClassDB
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-07
Enable method type information on release builds
George Marques
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-06-25
Implement native extension system
reduz
2021-03-16
Add static method support to core Variant types
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-25
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
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