summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-10Adds missing type information to virtual method bindsIgnacio Etcheverry
2017-08-09Merge pull request #9633 from ducdetronquito/gdnative_string_apiThomas Herzog
2017-08-08Implemented String C API.ducdetronquito
2017-08-08Ability to set a function as sequenced, so when called you can choose not to ...Juan Linietsky
2017-08-08push variable later when created, to avoid self-referencing as a valid case, ...Juan Linietsky
2017-08-08Properly rename visual script functions, fixed #6076Juan Linietsky
2017-08-07Implement len() gdscript built-in function for python users, closes #1960Juan Linietsky
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