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
/
nativescript
Age
Commit message (
Expand
)
Author
2017-09-03
merged gdnative and nativescript module
Karroffel
2017-09-01
Fix files header
Poommetee Ketson
2017-08-30
Make GDNative work on Android
Ruslan Mustakov
2017-08-30
Fix GDNative API generator after changes to MethodBind
Ruslan Mustakov
2017-08-30
Add enums in GDNative API generator
Ruslan Mustakov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
-Code completion for enumerations
Juan Linietsky
2017-08-21
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-12
Updated function argument names
Wilson E. Alvarez
2017-08-11
Merge pull request #10179 from marcelofg55/master
Rémi Verschelde
2017-08-11
Merge pull request #10202 from neikeq/how-do-you-turn-this-on
Rémi Verschelde
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-08-09
Merge pull request #10206 from endragor/show-base-nativescript-props
Thomas Herzog
2017-08-09
Allow to edit base type NativeScript properties
Ruslan Mustakov
2017-08-09
Fix getting default values for NativeScript base type properties
Ruslan Mustakov
2017-08-08
Fix crash when running a game with the profiler enabled
Marcelo Fernandez
2017-08-07
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-04
Dont call nativescript callbacks if lib is not initialized
Ruslan Mustakov
2017-08-03
Merge pull request #10060 from endragor/nativescript-frame
Thomas Herzog
2017-08-03
Forward frame call to GDNative libraries
Ruslan Mustakov
2017-08-02
[GDNative/NativeScript] fix -rdynamic and removed _init call
Karroffel
2017-07-30
[NativeScript] fix signals from base class not being accessible
Karroffel
2017-07-27
[NativeScript] fixed optional _init call
Karroffel
2017-07-27
[NativeScript] fix mutex double lock
Karroffel
2017-07-27
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
[NativeScript] call _init on instance creation
Karroffel
2017-07-26
Merge pull request #9882 from endragor/nativescript-refcount
Thomas Herzog
2017-07-26
Forward refcount changes to NativeScriptInstance
Ruslan Mustakov
2017-07-26
Support multithreading for NativeScriptLanguage
Ruslan Mustakov
2017-07-25
Fix typo in NativeScript property getter
sheepandshepherd
2017-07-25
[NativeScript] fix double initialization in editor
Karroffel
2017-07-25
[NativeScript] bound `new` to ClassDB
Karroffel
2017-07-24
GDNative register_property
Ramesh Ravone
2017-07-24
[NativeScript] forgot to uncomment userdata return
Karroffel
2017-07-24
[NativeScript] fix double free but on exit
Karroffel
2017-07-24
[GDNative] new GDNative API
Karroffel