Marc Gilleron
|
c543a3cbe1
|
Add Transform3D `translated_local`, `rotated_local`, `scaled_local`
|
2022-09-18 23:04:38 +01:00 |
Marc Gilleron
|
a35994ce7b
|
Use `quaternion` instead of `quat` in method names
|
2022-09-18 22:44:18 +01:00 |
Johannes Sinander
|
e7372cbe85
|
Add missing Vector4 function bindings
|
2022-09-18 11:27:49 +02:00 |
Zhehang Ding
|
6d1073d867
|
Basis constructor: row vectors -> column vectors
https://github.com/godotengine/godot-proposals/issues/5295
|
2022-08-31 19:06:07 -07:00 |
bruvzg
|
91c56a0ad1
|
Add bindings for Vector4, Vector4i, Projection built-in types.
|
2022-07-21 09:36:38 +03:00 |
bruvzg
|
e3119e7d05
|
Sync containers with new HashMap/HashSet, sync API headers.
|
2022-06-06 12:18:07 +03:00 |
bruvzg
|
e06d5cd414
|
Add double precision build support.
|
2022-05-04 15:56:35 +03:00 |
Rémi Verschelde
|
24f5cd2d48
|
Color: Rename to_srgb/to_linear to include base color space
Counterpart to https://github.com/godotengine/godot/pull/60199.
Also syncs the extension API with that PR.
|
2022-04-13 12:50:21 +02:00 |
Rémi Verschelde
|
1632322ce0
|
Update copyright year
|
2022-03-15 10:17:53 +01:00 |
Rémi Verschelde
|
76bad22978
|
Merge pull request #701 from bruvzg/port_templates
|
2022-02-21 11:25:40 +01:00 |
Rémi Verschelde
|
7e3321d1b2
|
Use forward declares for vector math types
Adds operators to convert from int vector types to float vector types
as done in the upstream engine implementations.
|
2022-02-20 12:04:08 +01:00 |
Rémi Verschelde
|
917b0c2ca3
|
Merge pull request #688 from zhehangd/master
|
2022-02-19 16:31:32 +01:00 |
bruvzg
|
e36180f377
|
Port a bunch of Godot container templates to GDExtension.
|
2022-02-18 21:07:53 +02:00 |
bruvzg
|
bf8fc4c53d
|
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missing `CharString` method implementations.
|
2022-02-14 23:17:21 +02:00 |
Zhehang Ding
|
df0e28fe43
|
Add missing Vector2::operator Vector2i()
|
2022-02-07 01:23:18 -08:00 |
Bastiaan Olij
|
94efe3d410
|
Fixing compiler warnings around implicit type casting loosing precision
|
2021-11-22 21:48:20 +11:00 |
Bastiaan Olij
|
957f86c3e3
|
Add Array:make macro
|
2021-11-02 00:20:19 +11:00 |
George Marques
|
dfa526ce16
|
Fix formatting of files
|
2021-09-27 23:08:10 +10:00 |
Bastiaan Olij
|
46c63af715
|
Re-introduce build-in type code for core types
|
2021-09-27 23:08:10 +10:00 |
George Marques
|
8bcf32a619
|
Fix issues with method calls
|
2021-09-27 23:08:08 +10:00 |
George Marques
|
e4ed48976a
|
Replace bindgins to work with extensions
|
2021-09-27 23:08:08 +10:00 |