Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -352/+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 | -6/+2 |
| | | | | | | | 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/+2 |
| | |||||
* | Merge pull request #296 from lupoDharkael/missing | Thomas Herzog | 2019-08-05 | 1 | -0/+19 |
|\ | | | | | Add missing class methods | ||||
| * | Add missing class methods | lupoDharkael | 2019-08-05 | 1 | -0/+19 |
| | | |||||
* | | Fixed wrong implementation of Quat multiplication | shaderbeast | 2019-05-06 | 1 | -4/+4 |
|/ | | | | | Obeyed Clang format rules | ||||
* | Implementing clang-format and applying it to all classes | Bastiaan Olij | 2018-11-24 | 1 | -107/+99 |
| | |||||
* | String and math fixes | Marc Gilleron | 2018-01-23 | 1 | -30/+70 |
| | | | | | | | | - Added missing static String constructors - Implemented String operator for math types - Added XYZ and YXZ euler angles methods - Fixed wrong det checks in Basis - Fixed operator Quat in Basis | ||||
* | Implemented using api struct | Bastiaan Olij | 2017-10-23 | 1 | -6/+2 |
| | |||||
* | rewrote binding generator in python | Karroffel | 2017-05-12 | 1 | -0/+277 |