index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdnative
/
gdnative.h
Age
Commit message (
Expand
)
Author
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-04-04
[GDNative] enable saving GDNativeLibrary as sub resource
karroffel
2018-04-04
[GDNative] easier GDNativeLib handling
karroffel
2018-01-06
[GDNative] added reload property
karroffel
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-11-21
Allow configuring iOS export
Ruslan Mustakov
2017-11-20
Merge pull request #13094 from karroffel/gdnative-api-register-nativecall
Thomas Herzog
2017-11-20
[GDNative] add a way to register call types
Karroffel
2017-11-20
[GDNative] removed static linking fields
Karroffel
2017-11-03
[GDNative] removed anchors
Karroffel
2017-11-03
[GDNative] use feature tags, added load once option
Karroffel
2017-10-14
[GDNative] removed native_raw_call
Karroffel
2017-10-03
[GDnative] replace gdnative_api_struct.h by a json-based autogenerated system
Emmanuel Leblond
2017-09-17
[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...
Emmanuel Leblond
2017-09-03
[GDNative] added singleton GDNativeLibraries
Karroffel
2017-09-03
merged gdnative and nativescript module
Karroffel
2017-08-30
Make GDNative work on Android
Ruslan Mustakov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-12
Updated function argument names
Wilson E. Alvarez
2017-08-04
Dont call nativescript callbacks if lib is not initialized
Ruslan Mustakov
2017-08-02
[GDNative] better header include paths
Karroffel
2017-07-24
[GDNative] new GDNative API
Karroffel
2017-06-27
Better user expirence with external text editors.
geequlim
2017-05-19
Finish implementation of GDnative builtins bindings
Emmanuel Leblond
2017-04-17
[GDNative] added "new" method and fixed headers
Karroffel
2017-04-09
renamed dlscript module to gdnative
Karroffel