aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
|
* Dont call nativescript callbacks if lib is not initializedRuslan Mustakov2017-08-041-2/+8
|
* Pass GDNativeLibrary pointer to library initRuslan Mustakov2017-07-281-0/+3
|
* [GDNative] basic OS detectionKarroffel2017-07-241-2/+11
|
* [GDNative] new GDNative APIKarroffel2017-07-241-1192/+170
| | | | | | | | | | | This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality.
* gdnative bug fix in get (return null check)Ramesh Ravone2017-07-221-2/+5
|
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-3/+3
| | | | -Added system for feature overrides, it's pretty cool :)
* Merge pull request #9699 from RameshRavone/masterThomas Herzog2017-07-191-0/+62
|\ | | | | [gdnative] `Object::_get` return type and dynamic property
| * [GDNative] dynamic propertiesRamesh Ravone2017-07-191-0/+62
| |
* | Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
|/
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
| | | | -Fixded BackBuffercopy object
* [GDNative] corrected typo for Mac library ext.Karroffel2017-06-161-3/+3
| | | | | Seems like the extension is .dylib and not .dynlib. This should make it easier to select files from the editor.
* [GDNative] fixed a reload bugKarroffel2017-05-131-7/+7
| | | | | When there was no terminate function defined in the library the exported variables would not update. This fixes that.
* Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-081-1/+0
| | | | Add some 🔥 to appease @reduz. Fixes #8692.
* [GDNative] explicit calling conventionKarroffel2017-04-191-1/+0
|
* [GDNative] added "new" method and fixed headersKarroffel2017-04-171-0/+51
|
* [GDNative] re-enabled some init optionsKarroffel2017-04-111-2/+0
|
* [GDNative] Didn't iterate over all scriptsKarroffel2017-04-101-13/+11
|
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+1234