summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-05few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky
2017-08-06[GDNative] fixed double variant callKarroffel
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-04Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
2017-08-03Forward frame call to GDNative librariesRuslan Mustakov
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
2017-08-02[GDNative] better header include pathsKarroffel
2017-07-30Merge pull request #9964 from supagu/audio_fixRémi Verschelde
2017-07-30[NativeScript] fix signals from base class not being accessibleKarroffel
2017-07-29Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...Fabian Mathews
2017-07-28Pass GDNativeLibrary pointer to library initRuslan Mustakov
2017-07-28Merge pull request #9932 from djrm/vs_fixesRémi Verschelde
2017-07-27Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez
2017-07-27[NativeScript] fixed optional _init callKarroffel
2017-07-27[NativeScript] fix mutex double lockKarroffel
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-27[NativeScript] call _init on instance creationKarroffel
2017-07-26Merge pull request #9882 from endragor/nativescript-refcountThomas Herzog
2017-07-26Merge pull request #9883 from bojidar-bg/8217-fixup-get_node-shortcutRémi Verschelde
2017-07-26Fix $a/b being parsed as divisionBojidar Marinov
2017-07-26Forward refcount changes to NativeScriptInstanceRuslan Mustakov
2017-07-26Merge pull request #9867 from endragor/nativescript-threadingThomas Herzog
2017-07-26Merge pull request #9720 from endragor/stack-bottomThomas Herzog
2017-07-26Support multithreading for NativeScriptLanguageRuslan Mustakov
2017-07-25Fix typo in NativeScript property gettersheepandshepherd
2017-07-25Merge pull request #9731 from Xrayez/gdscript-completionRémi Verschelde
2017-07-25fix a regression (GDScript) from e00630bKarroffel
2017-07-25Merge pull request #9844 from karroffel/nativescript-double-init-fixThomas Herzog
2017-07-25[NativeScript] fix double initialization in editorKarroffel
2017-07-25Update GDScript completion names for Pool*ArraysAndrii Doroshenko (Xrayez)
2017-07-25Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-callRémi Verschelde
2017-07-25Add a way to retrieve stack bottom of the main threadRuslan Mustakov
2017-07-25[NativeScript] bound `new` to ClassDBKarroffel
2017-07-24[GDNative] basic OS detectionKarroffel
2017-07-24GDNative register_propertyRamesh Ravone
2017-07-24Merge pull request #9814 from karroffel/nativescript-doublefreeThomas Herzog
2017-07-24[NativeScript] forgot to uncomment userdata returnKarroffel
2017-07-24Merge pull request #9809 from karroffel/nativescript-doublefreeThomas Herzog
2017-07-24[NativeScript] fix double free but on exitKarroffel
2017-07-24Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde
2017-07-24[GDNative] new GDNative APIKarroffel
2017-07-23Make GDScript allow some keywords as identifiersBojidar Marinov
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-23Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde
2017-07-23Merge pull request #9758 from vnen/fix-vs-returnRémi Verschelde
2017-07-23Merge pull request #9741 from vnen/fix-vs-customnodeRémi Verschelde