summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp
Commit message (Expand)AuthorAgeFilesLines
* moved includes out of namespaceKarroffel2017-04-181-3/+1
* String.c_string() now returns char *Karroffel2017-04-112-2/+2
* basic signal support and update binding generationKarroffel2017-04-111-5/+125
* support for script inheritanceKarroffel2017-04-061-3/+6
* some NodePath fixes and better handling of Object type argumentsKarroffel2017-04-067-12/+71
* new macros for entry points, virtual method fixKarroffel2017-04-051-0/+14
* use pointers for objects, default argumentsKarroffel2017-04-053-8/+20
* Added Variant constructor for Object typesKarroffel2017-04-041-4/+4
* added support for tool scriptsKarroffel2017-03-181-0/+14
* added property registrationKarroffel2017-03-181-0/+70
* added operator overload for stringKarroffel2017-03-183-1/+8
* Windows compatibilityKarroffel2017-03-1524-31/+226
* mistakes were made. I undid them.Karroffel2017-03-156-50/+24
* using method data for wrapper methods nowKarroffel2017-03-141-140/+367
* reworked object system a little bitKarroffel2017-03-092-23/+13
* added Godot.hppKarroffel2017-03-061-0/+267
* buuunch of stuffKarroffel2017-03-0642-405/+140
* properly implemented core types (c++ wise)Karroffel2017-03-0641-5469/+6557
* I hate templatesKarroffel2017-03-052-5/+281
* Added binding generatorKarroffel2017-03-0421-0/+6901