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
/
extension
/
gdnative_interface.h
Age
Commit message (
Expand
)
Author
2022-10-16
GDExtension: add support for abstract and virtual classes
Ricardo Buring
2022-10-13
Merge pull request #67138 from touilleMan/gdextension-typed-enum-in-struct
Rémi Verschelde
2022-10-10
Remove unused `GDNativeExtensionClassObjectInstance` type def from GDExtension
Emmanuel Leblond
2022-10-09
Use enum type in GDExtension info structs for better readability
Emmanuel Leblond
2022-09-15
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-08-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-16
Changed bool to GdNativeBool
basta
2022-07-15
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-12
Remove unused hints
kobewi
2022-06-27
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-06
[GDExtension] Expose Variant, NodePath and StringName hash functions.
bruvzg
2022-05-11
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-08
Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnati...
Emmanuel Leblond
2022-05-04
Refactor module initialization
reduz
2022-04-29
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-10
Make blend animation to use ResetTrack as default value
Silc 'Tokage' Renew
2022-03-28
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-27
GDExtension: change to_string signature to accept GDNativeStringPtr instead o...
Jan Haller
2022-03-27
Add GDExtension support to Script
reduz
2022-03-15
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-28
Reorder native extension types initialization, initializing editor last
Gilles Roudière
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-30
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-22
[GDExtension] Implement missing Dictionary index operators.
bruvzg
2021-10-07
Add typedef to GDNativeInstanceBindingCallbacks
Colin Kinloch
2021-09-22
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-16
Merge pull request #52739 from BastiaanOlij/gdextension_array_index
Rémi Verschelde
2021-09-16
Add GD extensions operator functions for arrays
Bastiaan Olij
2021-09-16
Add property group and subgroup registration to extensions
Bastiaan Olij
2021-09-13
Add driver types to GD extension initialisation levels
Bastiaan Olij
2021-09-02
Add functions for access members by index on packed array objects
Bastiaan Olij
2021-08-17
A few fixes in the extension C API
George Marques
2021-08-09
Rename GDNative call error enum values to use GDNATIVE prefix
George Marques
2021-08-05
Improve extension system
George Marques
2021-07-27
Change Variant bool conversion to uint8_t
George Marques
2021-07-08
Redo how instance bindings work
reduz
2021-06-25
Implement native extension system
reduz