| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Rename Array.invert() to Array.reverse()
|
| |
| |
| |
| |
| | |
Does the same internally for List and Vector<>, which includes all
PackedArray types.
|
| | |
|
|/
|
|
|
|
|
|
| |
The array should just assimilate the type of the other one since
assignment in this case means a change in the reference.
This also adds a `typed_assign` function for the cases where type
validation is wanted.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Happy new year to the wonderful Godot community!
2020 has been a tough year for most of us personally, but a good year for
Godot development nonetheless with a huge amount of work done towards Godot
4.0 and great improvements backported to the long-lived 3.2 branch.
We've had close to 400 contributors to engine code this year, authoring near
7,000 commit! (And that's only for the `master` branch and for the engine code,
there's a lot more when counting docs, demos and other first-party repos.)
Here's to a great year 2021 for all Godot users 🎆
|
| |
|
| |
|
|\
| |
| |
| |
| | |
KoBeWi/add_an_array_to_another_array_but_with_a_method
Add append_array() method to Array class
|
| | |
|
|/ |
|
|
-Removed FuncRef, since Callable makes it obsolete
-Removed int_types.h as its obsolete in c++11+
-Changed color names code
|