summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to PoolArray's size()lupoDharkael2018-02-121-7/+7
* String and math fixesMarc Gilleron2018-01-238-63/+250
* Added RID::is_valid() and comparison operatorsMarc Gilleron2018-01-201-0/+34
* Added missing copy constructors and assign operators to PoolVectorsMarc Gilleron2018-01-171-0/+84
* Merge pull request #67 from Zylann/rename_aabb_positionThomas Herzog2018-01-172-103/+103
|\
| * Renamed AABB::pos --> AABB::positionMarc Gilleron2018-01-172-103/+103
* | Added copy constructors and assignment operators to Array and DictionaryMarc Gilleron2018-01-172-0/+24
|/
* Added Read and Write access for PoolArrayskarroffel2018-01-111-0/+98
* caller-defined entry methods and string API updatekarroffel2018-01-112-35/+53
* Added alloc_c_stringBastiaan Olij2017-11-252-38/+36
* Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-236-59/+115
* Implemented using api structBastiaan Olij2017-10-2316-354/+332
* Fixes #41Ramesh Ravone2017-10-031-1/+1
* String bindings updated (at most)Ramesh Ravone2017-10-031-55/+348
* updated bindingsRamesh Ravone2017-10-038-13/+11
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-2410-11/+29
* Use static linking instead of dynamic linkingKarroffel2017-07-231-7/+0
* String operator_plus fixRamesh Ravone2017-07-221-2/+2
* updated core to new GDNative interfaceKarroffel2017-06-184-11/+11
* removed InputEvent and ImageKarroffel2017-05-237-448/+4
* made script "inheritance" less OOPKarroffel2017-05-132-1/+25
* rewrote binding generator in pythonKarroffel2017-05-1219-0/+5689