summaryrefslogtreecommitdiffstats
path: root/binding_generator/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* rewrote binding generator in pythonKarroffel2017-05-121-772/+0
|
* reverted weird reference stuffKarroffel2017-04-171-24/+7
|
* basic signal support and update binding generationKarroffel2017-04-111-25/+65
|
* some NodePath fixes and better handling of Object type argumentsKarroffel2017-04-061-1/+22
|
* new macros for entry points, virtual method fixKarroffel2017-04-051-31/+48
|
* use pointers for objects, default argumentsKarroffel2017-04-051-88/+144
|
* Added Variant constructor for Object typesKarroffel2017-04-041-0/+5
|
* added operator overload for stringKarroffel2017-03-181-3/+5
|
* Windows compatibilityKarroffel2017-03-151-3/+12
|
* re-enabled tool class generationKarroffel2017-03-091-3/+5
|
* reworked object system a little bitKarroffel2017-03-091-15/+44
|
* buuunch of stuffKarroffel2017-03-061-93/+278
|
* properly implemented core types (c++ wise)Karroffel2017-03-061-17/+146
|
* updated generator to use new Json API and command argumentsKarroffel2017-03-051-2/+15
|
* I hate templatesKarroffel2017-03-051-1/+17
|
* added proper singleton suportKarroffel2017-03-041-4/+57
|
* basic obj type wrapper generationKarroffel2017-03-041-17/+38
|
* Added binding generatorKarroffel2017-03-041-0/+191