summaryrefslogtreecommitdiffstats
path: root/core/extension
Commit message (Expand)AuthorAgeFilesLines
* Change Variant bool conversion to uint8_tGeorge Marques2021-07-271-1/+1
* Fix dead code in `gdnative_interface.cpp`Nicholas Huelin2021-07-251-1/+2
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-252-13/+13
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-13/+13
* | Fix various typos with codespellluz paz2021-07-251-5/+5
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-49/+43
* Redo how instance bindings workreduz2021-07-082-0/+17
* Implement native extension systemreduz2021-06-259-0/+2678