Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a shadowed enum (EulerOrder) | Andy Maloney | 2023-01-17 | 1 | -9/+1 |
| | | | | Use the global constants. | ||||
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+29 |
| | |||||
* | Basic static analysis fixes | Andy Maloney | 2022-11-18 | 1 | -1/+1 |
| | | | | | | | - remove extraneous semicolons - use "nullptr" instead of "0" - remove "break" after "return" - use <cstdio> instead of <stdio.h> | ||||
* | Update core data structures to match the engine | Aaron Franke | 2022-10-07 | 1 | -1/+0 |
| | |||||
* | Use struct instead of class for core structures | Aaron Franke | 2022-10-05 | 1 | -6/+1 |
| | |||||
* | Update Basis/Transform3D/Quaternion to match the engine | Aaron Franke | 2022-09-20 | 1 | -106/+96 |
| | |||||
* | Rename Basis "elements" to "rows" | Aaron Franke | 2022-09-19 | 1 | -63/+63 |
| | | | | https://github.com/godotengine/godot/pull/60627 | ||||
* | Use `quaternion` instead of `quat` in method names | Marc Gilleron | 2022-09-18 | 1 | -7/+7 |
| | |||||
* | Basis constructor: row vectors -> column vectors | Zhehang Ding | 2022-08-31 | 1 | -4/+4 |
| | | | | https://github.com/godotengine/godot-proposals/issues/5295 | ||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵ | bruvzg | 2022-02-14 | 1 | -2/+4 |
| | | | | missing `CharString` method implementations. | ||||
* | Fix formatting of files | George Marques | 2021-09-27 | 1 | -0/+30 |
| | |||||
* | Re-introduce build-in type code for core types | Bastiaan Olij | 2021-09-27 | 1 | -0/+310 |