Yaohua Xiong
|
f9fa182abc
Refactor Curve3D::_bake() method
|
2 年之前 |
Markus Sauermann
|
3b14f0334c
Remove redundant Variant-types initializations
|
2 年之前 |
kobewi
|
8a47a12207
Add support for empty delimiter in String.split
|
3 年之前 |
Aaron Franke
|
9e952c8386
Allow getting Quaternion rotation in different Euler orders
|
2 年之前 |
Aaron Franke
|
8556fdd4bc
Move EulerOrder enum to math_defs.h and global scope
|
2 年之前 |
Rémi Verschelde
|
d2e1b4b9f0
Merge pull request #68118 from aaronfranke/quat-from-euler
|
2 年之前 |
Rémi Verschelde
|
62ed75df9c
Merge pull request #64830 from dalexeev/color-hide-internals
|
2 年之前 |
Aaron Franke
|
83634119d4
Replace Quaternion Euler constructor with `from_euler` method
|
2 年之前 |
Aaron Franke
|
7f9a8c99c9
Clean up Basis from Euler code
|
2 年之前 |
Danil Alexeev
|
653e8f5c86
Remove internal functions of named colors from the public API
|
2 年之前 |
Nonunknown
|
9f4dbf415d
add ability to pick random value from array
|
2 年之前 |
Haoyu Qiu
|
5da515773d
Add `is_finite` method for checking built-in types
|
3 年之前 |
Rémi Verschelde
|
006e345695
Merge pull request #65817 from bruvzg/typed_array
|
3 年之前 |
bruvzg
|
163257d51b
[GDExtension] Implement support for typed arrays.
|
3 年之前 |
Ricardo Buring
|
0c2055d15d
Callable: add callv method
|
3 年之前 |
Aaron Franke
|
995b9f94e8
Replace Rect2(i) has_no_area with has_area
|
3 年之前 |
Aaron Franke
|
817ae95667
Replace AABB has_no_volume with has_volume
|
3 年之前 |
Jonathan Nicholl
|
15d057c521
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
|
3 年之前 |
Rémi Verschelde
|
41156a1e83
Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionary
|
3 年之前 |
Silc Renew
|
c139d9ef7d
Discontinued spherical_interpolate_with in Transform3D
|
3 年之前 |
Danil Alexeev
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
3 年之前 |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 年之前 |
Rémi Verschelde
|
944bfc6d00
Merge pull request #63602 from TokageItLab/cubic-interp-time
|
3 年之前 |
rafallus
|
da7a5653f4
Expose Basis `set_orthogonal_index` method as a GridMap function
|
3 年之前 |
Silc Renew
|
dded7c72c1
Make `cubic_interpolate()` consider key time in animation
|
3 年之前 |
kobewi
|
cc424bcb18
Add Dictionary.find_key()
|
3 年之前 |
Haoyu Qiu
|
9c4ad8191b
Expose clear method for packed arrays
|
3 年之前 |
antonWetzel
|
40a1d6d100
vector4 distance_squared_to and update csharp
|
3 年之前 |
Hendrik Brucker
|
36061c5dca
Vector4/Vector4i: Add missing methods, tests and fix change of sign operator
|
3 年之前 |
Rémi Verschelde
|
c717d5c64b
Arrays: Zero new items of trivial types on resize() (bindings only)
|
3 年之前 |