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
/
make_virtuals.py
Age
Commit message (
Expand
)
Author
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-02
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-11-08
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-09-28
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...
bruvzg
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-15
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-03-09
Remove VARIANT_ARG* macros
reduz
2022-02-03
[GDExtension] Fix registration of functions with enum or native pointer retur...
bruvzg
2021-11-30
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-08-26
Fix misspelled "overriden"
Haoyu Qiu
2021-08-23
Implement NativeExtension pointer arguments
reduz
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-17
Properly set up virtual calls for extensions
George Marques
2021-06-25
Implement native extension system
reduz