Zak
|
efee888a6e
Improved documentation of rsplit Method for String class.
|
6 年之前 |
Juan Linietsky
|
0064d26517
Some improvements to is_equal_approx, restored Quat operator.
|
6 年之前 |
Chaosus
|
340bf6e80c
Added direction_to method to vectors
|
6 年之前 |
PouleyKetchoupp
|
e8e57c49de
Fixed Transform FLIP_Y and FLIP_Z set as identity transform
|
6 年之前 |
Windy Darian
|
7d4a653223
Fix return value for Dictionary.erase()
|
6 年之前 |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Andrii Doroshenko (Xrayez)
|
b8f1fe9ed8
Bind `is_valid_hex_number` string method to GDScript
|
6 年之前 |
Rémi Verschelde
|
35fbbeb99b
Merge pull request #20627 from malcolmhoward/core-dictionary-get-key
|
6 年之前 |
m
|
bf1867aaab
Added Python-like .get() method to Dictionary in GDScript #20488
|
7 年之前 |
Fabio Alessandrelli
|
c449512318
Always initialize VariantCall return_type.
|
6 年之前 |
Kelly Thomas
|
215db9ff71
add ONE constants to Vector2 and Vector3
|
6 年之前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年之前 |
Juan Linietsky
|
adc0188d9f
Added max() and min() functions to array to return greater or lesser element (or null if data is not of compatible type or empty array). Closes #15697
|
7 年之前 |
Rémi Verschelde
|
a319d72071
Merge pull request #21253 from aaronfranke/plane-constants
|
7 年之前 |
Aaron Franke
|
a986686ac4
Rename Plane constants, add to Mono
|
7 年之前 |
Rémi Verschelde
|
f0b914fa68
Remove circle/diamond and NodePath String constants
|
7 年之前 |
Thomas Herzog
|
037f4638ab
add project method to Vector2/3
|
7 年之前 |
Rémi Verschelde
|
4548ec4a49
Merge pull request #20945 from neikeq/dict-erase-retbool
|
7 年之前 |
Ignacio Etcheverry
|
21d285e30f
Dictionary: remove erase_checked(key), make erase(key) return bool
|
7 年之前 |
Chaosus
|
3b10bd1fa2
Fix int(String) != int(int) conversion
|
7 年之前 |
Bernhard Liebl
|
ba974b8d1e
Allow some non-integer built-in constants in gdscript
|
7 年之前 |
Rémi Verschelde
|
47a7dc7b3c
Merge pull request #18282 from aaronfranke/better-mathf
|
7 年之前 |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 年之前 |
Aaron Franke
|
55d976467d
Expose 64-bit Color methods to GDScript and fix/update Color XML doc
|
7 年之前 |
Rémi Verschelde
|
4c5dd51eb9
Sync classref with current source
|
7 年之前 |
Max Hilbrunner
|
acf6c326fb
Merge pull request #14715 from Krakean/string_add_rsplit2
|
7 年之前 |
tagcup
|
ed7aadcd87
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
|
7 年之前 |
Alexander Alekseev
|
26963473a9
Vector3::round, Vector2::round & Vector2::ceil methods were added.
|
7 年之前 |
Rémi Verschelde
|
85c8953c9f
Merge pull request #16649 from ibrahn/visual-script-release-crash
|
7 年之前 |