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
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-02-11
Improve resource load cache
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-02
Fix various memory leaks and errors
Bojidar Marinov
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-18
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-05-12
Fix GDNative library resource loading.
Fabio Alessandrelli
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-15
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
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