index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
dlscript
Age
Commit message (
Expand
)
Author
2017-04-09
renamed dlscript module to gdnative
Karroffel
2017-04-09
Merge pull request #8329 from touilleMan/dlscript-godot_get_global_constants
Rémi Verschelde
2017-04-09
Change dlscript's godot_get_global_constants signature to return godot_dictio...
Emmanuel Leblond
2017-04-09
Add GlobalConstants entry to the dlscript's api.json generator
Emmanuel Leblond
2017-04-08
Add godot_get_global_constants function to dlscript
Emmanuel Leblond
2017-04-08
Merge pull request #8301 from karroffel/dlscript-refactor
Rémi Verschelde
2017-04-08
DLScript: Fix llvm compilation error.
Andreas Haas
2017-04-08
[DLScript] in-editor reloading
Karroffel
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-07
[DLScript] refactored loading of libraries
Karroffel
2017-04-06
[DLScript] fixed android builds now
Karroffel
2017-04-06
Merge pull request #8280 from karroffel/dlscript-inheritance
Rémi Verschelde
2017-04-06
[DLScript] inheritance fixes
Karroffel
2017-04-06
[DLScript] more API fixes
Karroffel
2017-04-06
[DLScript] removed STL imports
Karroffel
2017-04-05
[DLScript] fixed virtual method export
Karroffel
2017-04-05
[DLScript] removed unused import
Karroffel
2017-04-04
[DLScript] added variant constructor and a function to get userdata of a script
Karroffel
2017-04-03
added dlscript module
Karroffel