summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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