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
Age
Commit message (
Expand
)
Author
2023-01-19
Fix use of `bool` in extension header
Jan Haller
2023-01-19
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-14
Add missing is_bitfield field for global enum in extension_api_dump
Emmanuel Leblond
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-19
Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members...
Rémi Verschelde
2022-12-15
Expose in builtins' members internal type & size (on top of offset) in extens...
Emmanuel Leblond
2022-12-14
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-13
Improve logic around using Ref<T> with GDExtension virtual functions
Bastiaan Olij
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-06
Merge pull request #67906 from groud/simpler_gdextension_config
Rémi Verschelde
2022-12-02
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-01
Allow specifying a prefix to automatically detect library files for gdextensi...
Gilles Roudière
2022-12-01
Merge pull request #64427 from touilleMan/gdextension-skip-undefined-field-in...
Rémi Verschelde
2022-12-01
Merge pull request #64360 from touilleMan/gdextension-correct-rect2-members-o...
Rémi Verschelde
2022-11-16
Extension header: fix typos, documentation and member order
Jan Haller
2022-11-12
Skip unset getter/setter/index fields in class property when generating exten...
Emmanuel Leblond
2022-11-12
Correct Rect2 members offsets declaration in extension_api.json generator
Emmanuel Leblond
2022-11-12
Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...
Emmanuel Leblond
2022-11-08
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-07
GDExtension: Ensure newline at EOF
Rémi Verschelde
2022-10-31
Merge pull request #67309 from groud/implement_gdnative_interface_h_dump
Rémi Verschelde
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-13
Implement a way to dump the gdnative_interface.h file from the executable
Gilles Roudière
2022-10-10
Fix extension_api.json Variant types incorrectly displayed as `Nil`
Emmanuel Leblond
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-29
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-28
[GDExtension] Use function names with underscore for TextServer extension, ad...
bruvzg
2022-09-23
Merge pull request #65817 from bruvzg/typed_array
Rémi Verschelde
2022-09-22
[GDExtension] Implement support for typed arrays.
bruvzg
2022-09-22
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-21
Merge pull request #66181 from touilleMan/extension_api_dump-correct-keyed
Rémi Verschelde
2022-09-21
Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bind
Emmanuel Leblond
2022-09-21
Fix is_keyed param in extension_api.json
Emmanuel Leblond
2022-09-15
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-23
Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent...
Rémi Verschelde
2022-08-22
Ignore fake properties in classes when generating extension_api.json
Emmanuel Leblond
2022-08-21
Add missing Projection's members offsets to gdextension_api.json
Emmanuel Leblond
2022-08-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-08
Print expected `os.arch` tuple for current platform in GDExtension error
Hugo Locurcio
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-07-05
Implement a BitField hint
reduz
[next]