aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix lto builds on clang compilersHein-Pieter van Braam2018-04-301-2/+2
* Merge pull request #18119 from sheepandshepherd/nativescript_property_listRémi Verschelde2018-04-191-4/+3
|\
| * Fix NativeScript property listsheepandshepherd2018-04-111-4/+3
* | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-123-2/+37
|/
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-6/+2
* Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-073-37/+2
|\
| * Unify http- and percent- encode/decodePedro J. Estébanez2018-03-273-37/+2
* | Correct profiling_frame naming in pluginscriptEmmanuel Leblond2018-04-071-1/+1
* | Fix Pluginscript add_global_constant mandatory value checkEmmanuel Leblond2018-04-061-1/+1
* | [NativeScript] replace error macros by simple returnskarroffel2018-04-061-4/+2
* | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tagsThomas Herzog2018-04-055-24/+64
|\ \
| * | [NativeScript] added global type tag systemkarroffel2018-04-055-24/+64
* | | [GDNative] enable saving GDNativeLibrary as sub resourcekarroffel2018-04-042-3/+96
* | | [GDNative] easier GDNativeLib handlingkarroffel2018-04-042-67/+77
|/ /
* | [GDNative] fixed issue with library unloading orderkarroffel2018-03-311-13/+25
* | [GDNative] added GDCALLINGCONV to instance binding functionskarroffel2018-03-311-3/+3
|/
* NativeScript: Fix initialization in wrong scopeRémi Verschelde2018-03-021-1/+1
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-0/+1
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-275-5/+5
* Fix typos with codespellluz.paz2018-02-211-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-194-4/+4
* gdnative_api.json: Change argument name to r_desttilpner2018-02-112-2/+2
* Merge pull request #16539 from eska014/gdnative-macwarnThomas Herzog2018-02-101-1/+1
|\
| * Fix GDNATIVE_API_INIT() warning about sign mismatchLeon Krause2018-02-101-1/+1
* | add initial NativeScript 1.1 extensionkarroffel2018-02-097-6/+592
* | generate proper API structs for GDNative extension extensionskarroffel2018-02-091-15/+43
* | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-012-2/+2
|/
* doc: Sync with current sourceRémi Verschelde2018-01-255-5/+5
* Fix typos in code and docs with codespellRémi Verschelde2018-01-183-3/+3
* [GDNative] fix NativeScript false negative errorkarroffel2018-01-181-1/+1
* [GDNative] fix #15723karroffel2018-01-181-3/+38
* Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-183-0/+168
* Merge pull request #15761 from touilleMan/pluginscript-improve-inheritanceRémi Verschelde2018-01-174-28/+29
|\
| * Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-164-28/+29
* | [GDNative] fix two crashes with NativeScriptkarroffel2018-01-141-1/+6
|/
* [GDNative] fix editor crash with NativeScriptkarroffel2018-01-141-4/+6
* [GDNative] cache API hasheskarroffel2018-01-131-3/+13
* doc: Update version string in XMLRémi Verschelde2018-01-135-5/+5
* Fix GDNative procedures returning godot_char_stringRuslan Mustakov2018-01-121-3/+3
* Merge pull request #15580 from karroffel/gdnative-api-fixesRémi Verschelde2018-01-115-165/+221
|\
| * [GDNative] updates to string API and const fixeskarroffel2018-01-115-165/+221
* | Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond2018-01-091-1/+5
* | Fix crash in pluginscript complete_codeEmmanuel Leblond2018-01-091-1/+1
|/
* doc: Sync classref with current sourceRémi Verschelde2018-01-071-0/+2
* [GDNative] fix reloading of non-reloadable librarieskarroffel2018-01-062-3/+8
* Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-061-2/+0
* [GDNative] added reload propertykarroffel2018-01-063-12/+42
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0564-19/+75
* Disable lto for gdnative wrapperEmmanuel Leblond2018-01-041-0/+8
* Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-012-2/+5
|\