| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix expected argument count for `Callable` call errors | Danil Alexeev | 2023-09-29 | 1 | -2/+0 |
* | Merge pull request #79523 from aaronfranke/is-conformal | Rémi Verschelde | 2023-09-26 | 1 | -0/+2 |
|\ |
|
| * | Add `is_conformal` method to Basis and Transform2D | Aaron Franke | 2023-09-13 | 1 | -0/+2 |
* | | Add Vector2/3/4i.MAX and MIN | kobewi | 2023-09-16 | 1 | -0/+6 |
|/ |
|
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-11 | 1 | -12/+12 |
* | Set builtin varrarg ptrcalls, called without arg. | Daylily-Zeleen | 2023-09-02 | 1 | -9/+5 |
* | Add `String.reverse` method | Yuri Roubinski | 2023-06-21 | 1 | -0/+1 |
* | Add the ability to look-at in model-space. | Juan Linietsky | 2023-05-24 | 1 | -2/+9 |
* | Revert "Add API for HSL conversion" | clayjohn | 2023-05-10 | 1 | -1/+0 |
* | Merge pull request #76661 from bonjorno7/hsl | Rémi Verschelde | 2023-05-09 | 1 | -0/+1 |
|\ |
|
| * | Add API for HSL conversion | bonjorno7 | 2023-05-09 | 1 | -0/+1 |
* | | Merge pull request #76735 from AThousandShips/natural_cmp | Rémi Verschelde | 2023-05-09 | 1 | -0/+1 |
|\ \ |
|
| * | | Add `naturalcasecmp_to` function to `String` | Ninni Pipping | 2023-05-07 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #75510 from SilicDev/string_erase | Clay John | 2023-05-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Reimplement String.erase | SilicDev | 2023-05-04 | 1 | -0/+1 |
* | | Expose `determinant` in Transform2D, rename internal method | Aaron Franke | 2023-04-22 | 1 | -0/+1 |
* | | Unify descriptions of vector methods | Haoyu Qiu | 2023-04-14 | 1 | -1/+1 |
|/ |
|
* | add `hex_decode()` to `String` | bendn | 2023-04-05 | 1 | -0/+1 |
* | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions. | bruvzg | 2023-03-21 | 1 | -0/+15 |
* | GDScript: Fix issues with typed arrays | Dmitrii Maganov | 2023-01-31 | 1 | -5/+6 |
* | Move Array:set_typed to internal GDExtension structure and unexposed it. | bruvzg | 2023-01-30 | 1 | -1/+0 |
* | Merge pull request #62499 from fire/gltf-binary-img-compression | Rémi Verschelde | 2023-01-27 | 1 | -0/+1 |
|\ |
|
| * | Handle gltf binary | K. S. Ernest (iFire) Lee | 2023-01-27 | 1 | -0/+1 |
* | | GDScript: Fix test for read-only state of constants | Dmitrii Maganov | 2023-01-27 | 1 | -1/+3 |
|/ |
|
* | Fix bind " convergence_dist" containing space | Jan Haller | 2023-01-23 | 1 | -1/+1 |
* | Rename `center` method to `get_center` in Plane. | Raul Santos | 2023-01-15 | 1 | -1/+1 |
* | Fix Callable call error reporting. | Juan Linietsky | 2023-01-10 | 1 | -0/+1 |
* | Merge pull request #70996 from reduz/properly-report-callable-bound-arguments | Rémi Verschelde | 2023-01-09 | 1 | -0/+1 |
|\ |
|
| * | Properly report Callable bound arguments | Juan Linietsky | 2023-01-08 | 1 | -0/+1 |
* | | Merge pull request #71000 from reduz/callable-bind-from-array | Rémi Verschelde | 2023-01-07 | 1 | -0/+1 |
|\ \ |
|
| * | | Allow binding Callable arguments from an array | Juan Linietsky | 2023-01-06 | 1 | -0/+1 |
| |/ |
|
* / | Unbind Variant methods that change immutable types. | Juan Linietsky | 2023-01-06 | 1 | -3/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | GDScript: Error when assigning return value of void function | George Marques | 2022-12-30 | 1 | -0/+2 |
* | Unify String and StringName | rune-scape | 2022-12-05 | 1 | -101/+240 |
* | Remove `Array.find_last()` | Micky | 2022-11-25 | 1 | -1/+0 |
* | Merge pull request #68386 from MewPurPur/snappedi-snappedf | Rémi Verschelde | 2022-11-24 | 1 | -0/+3 |
|\ |
|
| * | Implement snappedi, snappedf, and Vector[2/3/4]i.snapped | VolTer | 2022-11-19 | 1 | -0/+3 |
* | | Refactor Curve3D::_bake() method | Yaohua Xiong | 2022-11-24 | 1 | -0/+2 |
* | | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -2/+2 |
|/ |
|
* | Add support for empty delimiter in String.split | kobewi | 2022-11-04 | 1 | -2/+2 |
* | Allow getting Quaternion rotation in different Euler orders | Aaron Franke | 2022-11-02 | 1 | -1/+1 |
* | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke | 2022-11-02 | 1 | -16/+2 |
* | Merge pull request #68118 from aaronfranke/quat-from-euler | Rémi Verschelde | 2022-11-02 | 1 | -0/+1 |
|\ |
|
| * | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke | 2022-11-01 | 1 | -0/+1 |
* | | Merge pull request #64830 from dalexeev/color-hide-internals | Rémi Verschelde | 2022-11-02 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | Remove internal functions of named colors from the public API | Danil Alexeev | 2022-10-21 | 1 | -4/+0 |
* | | Clean up Basis from Euler code | Aaron Franke | 2022-10-21 | 1 | -2/+2 |
* | | add ability to pick random value from array | Nonunknown | 2022-10-20 | 1 | -0/+1 |
|/ |
|
* | Add `is_finite` method for checking built-in types | Haoyu Qiu | 2022-10-08 | 1 | -0/+10 |