summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot
AgeCommit message (Expand)Author
2017-08-08Implemented String C API.ducdetronquito
2017-08-06[GDNative] fixed double variant callKarroffel
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
2017-08-02[GDNative] better header include pathsKarroffel
2017-07-28Pass GDNativeLibrary pointer to library initRuslan Mustakov
2017-07-25Add a way to retrieve stack bottom of the main threadRuslan Mustakov
2017-07-24[GDNative] new GDNative APIKarroffel
2017-07-15Expose Dictionary::next to GDNativesheepandshepherd
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-08[GDnative] API consistency + missing propertiesEmmanuel Leblond
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-05-31Fix GDNative PoolVector typossheepandshepherd
2017-05-31Wrap copy constructor for some GDNative typessheepandshepherd
2017-05-23[GDNative] fixed some functions that returned referencesKarroffel
2017-05-19Finish implementation of GDnative builtins bindingsEmmanuel Leblond
2017-05-17Fix two typos from previous commitRĂ©mi Verschelde
2017-05-11[GDNative] added varcall and printKarroffel
2017-04-17Merge pull request #8440 from karroffel/gdnative-new-methodThomas Herzog
2017-04-17Merge pull request #8439 from touilleMan/correct_gdnative_signaturesThomas Herzog
2017-04-17[GDNative] added "new" method and fixed headersKarroffel
2017-04-17gdnative: Implement missing function for godot_basis.Emmanuel Leblond
2017-04-17gdnative: modify vector2&vector3 functions signature to use value passing ins...Emmanuel Leblond
2017-04-17Add godot_string_unicode_str to GDnativeEmmanuel Leblond
2017-04-15Correct indentation in gdnative vector2/3Emmanuel Leblond
2017-04-15Implement missing functions in gdnative vector2 and vector3 bindingsEmmanuel Leblond
2017-04-11[GDNative] made string functions more C-friendlyKarroffel
2017-04-09renamed dlscript module to gdnativeKarroffel