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
Age
Commit message (
Expand
)
Author
2017-12-16
Remove get_stack_bottom
Ruslan Mustakov
2017-12-15
Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...
Emmanuel Leblond
2017-12-09
Fix missing parenthesis
Rémi Verschelde
2017-12-09
GDNative: Fix warning when gdnative/singletons is missing
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-05
Improve slang, especially in user-visible parts
Unknown
2017-12-05
Merge pull request #13992 from ISylvox/substract-to-subtract
Rémi Verschelde
2017-12-05
Fixed typo: substract to subtract
Indah Sylvia
2017-12-05
GDNative: Save singletons only if there's a change
George Marques
2017-11-30
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-28
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
Set real world position, not virtual world position!
Bastiaan Olij
2017-11-28
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-25
[GDNative] disable -fPIC flag with msvc compiler
Emmanuel Leblond
2017-11-24
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-24
doc: Sync classref with current source
Rémi Verschelde
2017-11-21
Merge pull request #13130 from endragor/gdnative-android-export
Rémi Verschelde
2017-11-21
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generation
Emmanuel Leblond
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
Proper GDNative export on Android
Ruslan Mustakov
2017-11-21
Merge pull request #12590 from poke1024/bsearch
Rémi Verschelde
2017-11-21
Revert this change, we need to export symbols on the library side
Bastiaan Olij
2017-11-21
Add bsearch and bsearch_custom to Array
poke1024
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-20
[GDNative] removed godot_string_c_str
Karroffel
2017-11-20
[GDNative] loading error and version error procs
Karroffel
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-16
[GDNative] fix wrapper code generation
Karroffel
2017-11-15
doc: Sync classref with current source
Rémi Verschelde
2017-11-15
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-11-15
Merge pull request #12949 from karroffel/gdnative-export
Juan Linietsky
2017-11-15
[GDNative] export plugin
Karroffel
2017-11-14
Merge pull request #12922 from eska014/engine-singletons
Rémi Verschelde
2017-11-14
Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
Thomas Herzog
2017-11-14
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-13
fix auto-generated GDN API header for C compilers (#12891)
Evrey
2017-11-13
Removed add/remove interface bindings and added get_interfaces
BastiaanOlij
2017-11-10
[GDNative] renamed nativearvr to arvr in api.json
Karroffel
2017-11-10
[GDNative] rename nativearvr extension to arvr
Karroffel
2017-11-10
[GDNative] better API struct versioning
Karroffel
2017-11-09
[GDNative] refactored API struct into core and extensions
Karroffel
2017-11-07
[GDNative] even more API fixes
Karroffel
2017-11-04
Merge pull request #12612 from karroffel/gdnative-poolarray-accessors
Thomas Herzog
[next]