summaryrefslogtreecommitdiffstats
path: root/modules/dlscript/godot.cpp
Commit message (Expand)AuthorAgeFilesLines
* renamed dlscript module to gdnativeKarroffel2017-04-091-213/+0
* Merge pull request #8329 from touilleMan/dlscript-godot_get_global_constantsRémi Verschelde2017-04-091-0/+14
|\
| * Change dlscript's godot_get_global_constants signature to return godot_dictio...Emmanuel Leblond2017-04-091-3/+6
| * Add GlobalConstants entry to the dlscript's api.json generatorEmmanuel Leblond2017-04-091-2/+2
| * Add godot_get_global_constants function to dlscriptEmmanuel Leblond2017-04-081-0/+11
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* [DLScript] removed STL importsKarroffel2017-04-061-4/+0
* [DLScript] removed unused importKarroffel2017-04-051-1/+0
* [DLScript] added variant constructor and a function to get userdata of a scriptKarroffel2017-04-041-0/+10
* added dlscript moduleKarroffel2017-04-031-0/+193