summaryrefslogtreecommitdiffstats
path: root/include/core/PoolArrays.hpp
Commit message (Expand)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-766/+0
* Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
* Update clang-format to version 11George Marques2021-02-281-1/+0
* Fix container and string leaksMarc Gilleron2021-01-071-0/+37
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-94/+98
* Fix clang warning: 'const' type qualifier on return type has no effectMarcelo Fernandez2018-06-231-3/+3
* Merge branch 'master' of https://github.com/GodotNativeTools/godot-cppNickolai Korshunov2018-04-251-7/+7
|\
| * Make all Pool*Array::operator[] as constGary Oberbrunner2018-03-131-7/+7
* | NULL -> nullptrNickolai Korshunov2018-02-231-14/+14
|/
* Add const qualifier to PoolArray's size()lupoDharkael2018-02-121-7/+7
* Added copy constructors to PoolArray Read and WriteMarc Gilleron2018-01-181-0/+105
* Added missing copy constructors and assign operators to PoolVectorsMarc Gilleron2018-01-171-0/+14
* Added Read and Write access for PoolArrayskarroffel2018-01-111-0/+338
* updated bindingsRamesh Ravone2017-10-031-1/+1
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-241-1/+1
* Use static linking instead of dynamic linkingKarroffel2017-07-231-17/+7
* rewrote binding generator in pythonKarroffel2017-05-121-0/+249