aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* re-added MultiScriptKarroffel2017-04-247-2/+1049
* [GDNative] fixed msvc buildKarroffel2017-04-201-2/+2
* Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-204-14/+15
|\
| * External editor improvements and fixesIgnacio Etcheverry2017-04-174-14/+15
* | [GDNative] explicit calling conventionKarroffel2017-04-192-15/+29
* | Merge pull request #8424 from Paulb23/convert_indentRémi Verschelde2017-04-184-2/+32
|\ \
| * | Convert indent on savePaulb232017-04-182-0/+8
| * | Added support for space indentationPaulb232017-04-182-2/+24
* | | Merge pull request #8440 from karroffel/gdnative-new-methodThomas Herzog2017-04-173-0/+54
|\ \ \
| * | | [GDNative] added "new" method and fixed headersKarroffel2017-04-173-0/+54
* | | | Merge pull request #8439 from touilleMan/correct_gdnative_signaturesThomas Herzog2017-04-176-413/+611
|\ \ \ \
| * | | | gdnative: Implement missing function for godot_basis.Emmanuel Leblond2017-04-172-32/+180
| * | | | gdnative: modify vector2&vector3 functions signature to use value passing ins...Emmanuel Leblond2017-04-174-381/+431
| | |/ / | |/| |
* / | | Add godot_string_unicode_str to GDnativeEmmanuel Leblond2017-04-172-0/+6
|/ / /
* | | Correct indentation in gdnative vector2/3Emmanuel Leblond2017-04-154-139/+168
* | | Implement missing functions in gdnative vector2 and vector3 bindingsEmmanuel Leblond2017-04-155-82/+303
|/ /
* | [GDNative] made string functions more C-friendlyKarroffel2017-04-112-7/+7
* | [GDNative] C API and generator fixesKarroffel2017-04-112-1/+2
* | [GDNative] re-enabled some init optionsKarroffel2017-04-111-2/+0
* | Merge pull request #8350 from karroffel/gdnative-api-reference-fieldThomas Herzog2017-04-101-3/+3
|\ \
| * | [GDNative] added is_reference filed to api.jsonKarroffel2017-04-101-3/+3
* | | [GDNative] function to get class constructorKarroffel2017-04-102-0/+11
|/ /
* | Merge pull request #8339 from karroffel/gdnative-reload-fixRémi Verschelde2017-04-101-13/+11
|\ \
| * | [GDNative] Didn't iterate over all scriptsKarroffel2017-04-101-13/+11
* | | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-3/+3
|/ /
* | renamed dlscript module to gdnativeKarroffel2017-04-0971-1300/+2448
* | Merge pull request #8329 from touilleMan/dlscript-godot_get_global_constantsRémi Verschelde2017-04-093-0/+34
|\ \
| * | Change dlscript's godot_get_global_constants signature to return godot_dictio...Emmanuel Leblond2017-04-092-4/+7
| * | Add GlobalConstants entry to the dlscript's api.json generatorEmmanuel Leblond2017-04-092-2/+20
| * | Add godot_get_global_constants function to dlscriptEmmanuel Leblond2017-04-082-0/+13
* | | Fixup #8123, seems like I forgot a few thingsBojidar Marinov2017-04-081-3/+3
| |/ |/|
* | Merge pull request #8301 from karroffel/dlscript-refactorRémi Verschelde2017-04-082-163/+295
|\ \
| * | [DLScript] in-editor reloadingKarroffel2017-04-082-62/+194
| * | [DLScript] refactored loading of librariesKarroffel2017-04-072-147/+147
* | | DLScript: Fix llvm compilation error.Andreas Haas2017-04-081-1/+1
* | | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-08115-1/+116
| |/ |/|
* | New particle system, mostly working, some small features missing.Juan Linietsky2017-04-062-12/+12
|/
* [DLScript] fixed android builds nowKarroffel2017-04-061-1/+1
* Merge pull request #8280 from karroffel/dlscript-inheritanceRémi Verschelde2017-04-061-12/+84
|\
| * [DLScript] inheritance fixesKarroffel2017-04-061-12/+84
* | Merge pull request #8276 from karroffel/dlscript-stlRémi Verschelde2017-04-067-13/+13
|\ \
| * | [DLScript] more API fixesKarroffel2017-04-063-2/+12
| * | [DLScript] removed STL importsKarroffel2017-04-065-11/+1
| |/
* / Fix typo in Parser Error messagecurtisxk382017-04-051-1/+1
|/
* [DLScript] fixed virtual method exportKarroffel2017-04-051-2/+2
* [DLScript] removed unused importKarroffel2017-04-051-1/+0
* [DLScript] added variant constructor and a function to get userdata of a scriptKarroffel2017-04-046-10/+43
* Merge pull request #8246 from GodotNativeTools/dlscript-moduleRémi Verschelde2017-04-0451-608/+6528
|\
| * added dlscript moduleKarroffel2017-04-0351-608/+6528
* | Add '$' to token namesSaggi Mizrahi2017-04-011-0/+1
|/