aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-051-1/+1
* [GDNative] fixed double variant callKarroffel2017-08-061-1/+0
* renamed node path, closes #5691Juan Linietsky2017-08-051-1/+1
* Dont call nativescript callbacks if lib is not initializedRuslan Mustakov2017-08-043-10/+17
* Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog2017-08-041-1/+2
|\
| * [GDNative] fixed a bug with ambiguous include pathsKarroffel2017-08-041-1/+2
* | Merge pull request #10060 from endragor/nativescript-frameThomas Herzog2017-08-033-44/+32
|\ \ | |/ |/|
| * Forward frame call to GDNative librariesRuslan Mustakov2017-08-033-44/+32
* | [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-022-13/+6
* | [GDNative] better header include pathsKarroffel2017-08-0239-113/+137
|/
* Merge pull request #9964 from supagu/audio_fixRémi Verschelde2017-07-301-1/+1
|\
| * Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite l...Fabian Mathews2017-07-291-1/+1
* | [NativeScript] fix signals from base class not being accessibleKarroffel2017-07-301-3/+7
* | Pass GDNativeLibrary pointer to library initRuslan Mustakov2017-07-282-0/+4
|/
* Merge pull request #9932 from djrm/vs_fixesRémi Verschelde2017-07-281-0/+10
|\
| * Do not allow multiple data connections to the same data input slot, fixes #63...Daniel J. Ramirez2017-07-271-0/+10
* | [NativeScript] fixed optional _init callKarroffel2017-07-271-18/+6
* | [NativeScript] fix mutex double lockKarroffel2017-07-271-1/+1
* | added an optional parameter to OS symbol lookupKarroffel2017-07-272-3/+6
* | [NativeScript] call _init on instance creationKarroffel2017-07-272-3/+45
* | Merge pull request #9882 from endragor/nativescript-refcountThomas Herzog2017-07-262-0/+25
|\ \
| * | Forward refcount changes to NativeScriptInstanceRuslan Mustakov2017-07-262-0/+25
* | | Merge pull request #9883 from bojidar-bg/8217-fixup-get_node-shortcutRémi Verschelde2017-07-261-1/+2
|\ \ \ | |_|/ |/| |
| * | Fix $a/b being parsed as divisionBojidar Marinov2017-07-261-1/+2
| |/
* | Merge pull request #9867 from endragor/nativescript-threadingThomas Herzog2017-07-263-38/+211
|\ \
| * | Support multithreading for NativeScriptLanguageRuslan Mustakov2017-07-263-38/+211
| |/
* | Merge pull request #9720 from endragor/stack-bottomThomas Herzog2017-07-262-0/+9
|\ \ | |/ |/|
| * Add a way to retrieve stack bottom of the main threadRuslan Mustakov2017-07-252-0/+9
* | Fix typo in NativeScript property gettersheepandshepherd2017-07-251-1/+1
* | Merge pull request #9731 from Xrayez/gdscript-completionRémi Verschelde2017-07-252-3/+3
|\ \
| * | Update GDScript completion names for Pool*ArraysAndrii Doroshenko (Xrayez)2017-07-252-3/+3
* | | fix a regression (GDScript) from e00630bKarroffel2017-07-252-2/+2
* | | Merge pull request #9844 from karroffel/nativescript-double-init-fixThomas Herzog2017-07-252-2/+10
|\ \ \ | |/ / |/| |
| * | [NativeScript] fix double initialization in editorKarroffel2017-07-252-2/+10
* | | Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-callRémi Verschelde2017-07-253-141/+263
|\ \ \ | |/ / |/| |
| * | Make GDScript allow some keywords as identifiersBojidar Marinov2017-07-233-141/+263
* | | [NativeScript] bound `new` to ClassDBKarroffel2017-07-251-0/+2
* | | [GDNative] basic OS detectionKarroffel2017-07-241-2/+11
* | | GDNative register_propertyRamesh Ravone2017-07-241-0/+1
* | | Merge pull request #9814 from karroffel/nativescript-doublefreeThomas Herzog2017-07-242-3/+3
|\ \ \
| * | | [NativeScript] forgot to uncomment userdata returnKarroffel2017-07-242-3/+3
* | | | Merge pull request #9809 from karroffel/nativescript-doublefreeThomas Herzog2017-07-241-35/+1
|\| | |
| * | | [NativeScript] fix double free but on exitKarroffel2017-07-241-35/+1
| | |/ | |/|
* | | Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-242-7/+7
|\ \ \ | |/ / |/| |
| * | Add object type hint for docsPoommetee Ketson2017-07-232-9/+9
* | | [GDNative] new GDNative APIKarroffel2017-07-2450-2005/+2542
* | | Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde2017-07-237-7/+7
|\ \ \
| * | | Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-229-9/+9
| |/ /
* | | Merge pull request #9758 from vnen/fix-vs-returnRémi Verschelde2017-07-231-3/+3
|\ \ \
| * | | VS: Fix return value for user-defined functionsGeorge Marques2017-07-221-3/+3
| |/ /