summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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-17External editor improvements and fixesIgnacio Etcheverry
2017-04-15Added the ability to select files as base when creating scriptsmbalint12
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-11[GDNative] C API and generator fixesKarroffel
2017-04-11[GDNative] re-enabled some init optionsKarroffel
2017-04-10Merge pull request #8350 from karroffel/gdnative-api-reference-fieldThomas Herzog
2017-04-10[GDNative] added is_reference filed to api.jsonKarroffel
2017-04-10[GDNative] function to get class constructorKarroffel
2017-04-10Merge pull request #8339 from karroffel/gdnative-reload-fixRémi Verschelde
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-10[GDNative] Didn't iterate over all scriptsKarroffel
2017-04-09renamed dlscript module to gdnativeKarroffel
2017-04-09Merge pull request #8329 from touilleMan/dlscript-godot_get_global_constantsRémi Verschelde
2017-04-09Change dlscript's godot_get_global_constants signature to return godot_dictio...Emmanuel Leblond
2017-04-09Add GlobalConstants entry to the dlscript's api.json generatorEmmanuel Leblond
2017-04-08Fixup #8123, seems like I forgot a few thingsBojidar Marinov
2017-04-08Add godot_get_global_constants function to dlscriptEmmanuel Leblond
2017-04-08Merge pull request #8301 from karroffel/dlscript-refactorRémi Verschelde
2017-04-08DLScript: Fix llvm compilation error.Andreas Haas
2017-04-08[DLScript] in-editor reloadingKarroffel
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-04-07[DLScript] refactored loading of librariesKarroffel
2017-04-06[DLScript] fixed android builds nowKarroffel
2017-04-06Merge pull request #8280 from karroffel/dlscript-inheritanceRémi Verschelde
2017-04-06Merge pull request #8276 from karroffel/dlscript-stlRémi Verschelde
2017-04-05Fix typo in Parser Error messagecurtisxk38
2017-04-06[DLScript] inheritance fixesKarroffel
2017-04-06[DLScript] more API fixesKarroffel
2017-04-06[DLScript] removed STL importsKarroffel
2017-04-05[DLScript] fixed virtual method exportKarroffel
2017-04-05[DLScript] removed unused importKarroffel
2017-04-04[DLScript] added variant constructor and a function to get userdata of a scriptKarroffel
2017-04-04Merge pull request #8246 from GodotNativeTools/dlscript-moduleRémi Verschelde
2017-04-03added dlscript moduleKarroffel
2017-04-01Add '$' to token namesSaggi Mizrahi
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-24Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indentRémi Verschelde
2017-03-24Merge pull request #7985 from Faless/enet_godot_sock_squashRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-24ENet code cleanup and changes from review.Fabio Alessandrelli
2017-03-24Update ENet module to support custom ENet libFabio Alessandrelli
2017-03-23Make inline blocks in GDScript more pythonicBojidar Marinov
2017-03-21Merge pull request #8095 from RandomShaper/fix-yield-crashRémi Verschelde
2017-03-21Fix random crashes when using yield()Pedro J. Estébanez
2017-03-19Fix linking order for builtin freetypeRémi Verschelde