summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* reworked object system a little bitKarroffel2017-03-093-28/+25
* added Godot.hppKarroffel2017-03-061-0/+267
* buuunch of stuffKarroffel2017-03-0643-432/+187
* properly implemented core types (c++ wise)Karroffel2017-03-0642-5469/+6588
* I hate templatesKarroffel2017-03-052-5/+281
* Added binding generatorKarroffel2017-03-0421-2/+7
* Finished core types (for now, looking at you, Image)Karroffel2017-03-049-5/+1440
* Implemented a bunch of core types. Image needs loveKarroffel2017-03-0311-1/+3073
* Extended String interfaceKarroffel2017-03-031-0/+34
* Added Color.hKarroffel2017-03-031-0/+467
* Added RID.hKarroffel2017-03-031-0/+32
* Finished Quat.hKarroffel2017-03-032-22/+193
* Added Basis.h and stub Quat.hKarroffel2017-03-032-0/+815
* referring to other headers relativelyKarroffel2017-03-031-1/+1
* Added Vector3.hKarroffel2017-03-031-0/+392
* Added NodePath.hKarroffel2017-03-031-0/+76
* Added Vector2.hKarroffel2017-03-031-0/+300
* Added String.hKarroffel2017-03-021-0/+102