summaryrefslogtreecommitdiff
path: root/modules/dlscript
AgeCommit message (Expand)Author
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-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-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-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-03added dlscript moduleKarroffel