Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -305/+0 |
| | |||||
* | Add license headers to all source and header files | Hugo Locurcio | 2021-08-02 | 1 | -0/+30 |
| | | | | | | 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. | ||||
* | Update clang-format to version 11 | George Marques | 2021-02-28 | 1 | -30/+0 |
| | | | | | | | This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version. | ||||
* | Added missing constants to Vector2, Vector3, Basis and Quat | Marc Gilleron | 2020-12-08 | 1 | -0/+5 |
| | |||||
* | Fix bug in Basis [] operator and add missing Transform-Vector3 * operator | Daniel Rakos | 2019-04-11 | 1 | -4/+4 |
| | | | | | | | | | The [] operator of Basis was returning a reference to a temporary, so fixed it. There was no * operator in Transform equivalent to the xform function, which is not in line with GDScript behavior. Also fixed remaining cases where Transform relied on the old behavior of the [] operator of Basis (i.e. that it returns the row, not the column). | ||||
* | Implementing clang-format and applying it to all classes | Bastiaan Olij | 2018-11-24 | 1 | -130/+111 |
| | |||||
* | Redid kirsanium xform fix | Bastiaan Olij | 2018-11-19 | 1 | -2/+2 |
| | |||||
* | Renamed AABB::pos --> AABB::position | Marc Gilleron | 2018-01-17 | 1 | -11/+11 |
| | |||||
* | Update bindings to use new Api extensions and rename Rect3->AABB | BastiaanOlij | 2017-11-23 | 1 | -5/+5 |
| | |||||
* | rewrote binding generator in python | Karroffel | 2017-05-12 | 1 | -0/+319 |