summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18[GDNative] fix NativeScript false negative errorkarroffel
2018-01-18[GDNative] fix #15723karroffel
2018-01-18Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron
2018-01-17Merge pull request #15761 from touilleMan/pluginscript-improve-inheritanceRémi Verschelde
2018-01-16Improve inheritance system in gdnative pluginscriptEmmanuel Leblond
2018-01-14[GDNative] fix two crashes with NativeScriptkarroffel
2018-01-14[GDNative] fix editor crash with NativeScriptkarroffel
2018-01-13[GDNative] cache API hasheskarroffel
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-12Fix GDNative procedures returning godot_char_stringRuslan Mustakov
2018-01-11Merge pull request #15580 from karroffel/gdnative-api-fixesRémi Verschelde
2018-01-11[GDNative] updates to string API and const fixeskarroffel
2018-01-09Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond
2018-01-09Fix crash in pluginscript complete_codeEmmanuel Leblond
2018-01-07doc: Sync classref with current sourceRémi Verschelde
2018-01-06[GDNative] fix reloading of non-reloadable librarieskarroffel
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-06[GDNative] added reload propertykarroffel
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Disable lto for gdnative wrapperEmmanuel Leblond
2018-01-01Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques
2018-01-01Make GDNative DLLs work on UWPGeorge Marques
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-18Add plugin to edit GDNativeLibrarygeequlim
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...Emmanuel Leblond
2017-12-09Fix missing parenthesisRémi Verschelde
2017-12-09GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-05Merge pull request #13992 from ISylvox/substract-to-subtractRémi Verschelde
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-12-05GDNative: Save singletons only if there's a changeGeorge Marques
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28Set real world position, not virtual world position!Bastiaan Olij
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-25[GDNative] disable -fPIC flag with msvc compilerEmmanuel Leblond
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-24doc: Sync classref with current sourceRémi Verschelde
2017-11-21Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generationEmmanuel Leblond
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Proper GDNative export on AndroidRuslan Mustakov
2017-11-21Merge pull request #12590 from poke1024/bsearchRémi Verschelde