summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative.cpp
Commit message (Expand)AuthorAgeFilesLines
* Proper GDNative export on AndroidRuslan Mustakov2017-11-211-0/+6
* Allow configuring iOS exportRuslan Mustakov2017-11-211-4/+4
* [GDNative] removed static linking fieldsKarroffel2017-11-201-37/+3
* [GDNative] loading error and version error procsKarroffel2017-11-201-0/+5
* Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog2017-11-141-141/+234
|\
| * [GDNative] removed anchorsKarroffel2017-11-031-13/+1
| * [GDNative] use feature tags, added load once optionKarroffel2017-11-031-133/+238
* | [GDNative] better API struct versioningKarroffel2017-11-101-1/+1
|/
* [GDNative] removed native_raw_callKarroffel2017-10-141-38/+27
* [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-031-9/+2
* [GDnative] Add active_library_path to init options structEmmanuel Leblond2017-10-021-0/+1
* [GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond2017-10-021-0/+1
* Enhance iOS exportRuslan Mustakov2017-09-261-1/+4
* Fix MSVC compilation errorsKonstantin Zaitsev2017-09-191-2/+2
* [GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel Leblond2017-09-171-664/+8
* [GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond2017-09-171-1/+668
* [GDNative] added singleton GDNativeLibrariesKarroffel2017-09-031-1/+5
* Make GDNative work on AndroidRuslan Mustakov2017-08-301-10/+26
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-2/+2
* 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
* 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
* Merge pull request #9699 from RameshRavone/masterThomas Herzog2017-07-191-0/+62
|\
| * [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
* [GDNative] corrected typo for Mac library ext.Karroffel2017-06-161-3/+3
* [GDNative] fixed a reload bugKarroffel2017-05-131-7/+7
* Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-081-1/+0
* [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