Commit Graph

12 Commits

Author SHA1 Message Date
Rémi Verschelde
b1ce0d7860 Update copyright year
(cherry picked from commit 7a3ad31dc4)
2022-04-04 12:32:08 +02:00
Hugo Locurcio
cf5428e103 Add license headers to all source and header files
This is consistent with the core Godot source code, and ensures the
license isn't detached from its original code when individual files
are distributed.
2021-08-02 18:34:58 +02:00
Marc Gilleron
fb71edd45b Fix container and string leaks
Some functions return a new instance of such containers,
but instead we made a copy of them, without taking ownership of the
original created by the function.
Now we use a specific constructor taking ownership on the godot_* struct.
2021-01-07 01:05:12 +00:00
lupoDharkael
b895d3c326 Add missing class methods 2019-08-05 00:23:42 +02:00
Bastiaan Olij
fc20fa3fce Implementing clang-format and applying it to all classes 2018-11-24 09:09:41 +11:00
karroffel
2343a8a54c fix #101 2018-03-02 19:04:57 +01:00
BastiaanOlij
0f773c2d72 Update bindings to use new Api extensions and rename Rect3->AABB 2017-11-23 22:50:05 +11:00
Bastiaan Olij
6452ba6e88 Implemented using api struct 2017-10-23 21:20:14 +11:00
Ramesh Ravone
10bb24cfbc updated bindings 2017-10-03 16:07:34 +05:30
Karroffel
c27af379b8 updated to use the new NativeScript and GDNative interface 2017-07-24 17:08:52 +02:00
Karroffel
ad3720440e removed InputEvent and Image 2017-05-23 23:03:57 +02:00
Karroffel
cf30b0f39d rewrote binding generator in python 2017-05-12 21:53:07 +02:00