Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1437 from AThousandShips/vec_elem_scalar | David Snopek | 2024-05-07 | 1 | -0/+11 |
|\ | | | | | Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | ||||
| * | Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-04-11 | 1 | -0/+11 |
| | | | | | | | | Also added `snapped` to the integer vectors for completeness | ||||
* | | [Math] Add `is_finite` methods | A Thousand Ships | 2024-04-11 | 1 | -0/+1 |
|/ | |||||
* | Add remaining component-wise `min/max` functions to `Vector*` | A Thousand Ships | 2023-08-16 | 1 | -0/+8 |
| | |||||
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+29 |
| | |||||
* | Use struct instead of class for core structures | Aaron Franke | 2022-10-05 | 1 | -9/+4 |
| | |||||
* | Update Vector2/2i/3/3i to match the engine | Aaron Franke | 2022-10-01 | 1 | -8/+24 |
| | |||||
* | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 1 | -89/+160 |
| | |||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Use forward declares for vector math types | Rémi Verschelde | 2022-02-20 | 1 | -2/+1 |
| | | | | | Adds operators to convert from int vector types to float vector types as done in the upstream engine implementations. | ||||
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵ | bruvzg | 2022-02-14 | 1 | -2/+4 |
| | | | | missing `CharString` method implementations. | ||||
* | Fixing compiler warnings around implicit type casting loosing precision | Bastiaan Olij | 2021-11-22 | 1 | -5/+5 |
| | |||||
* | 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/+408 |