summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde2022-10-071-2/+0
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-16/+12
* Merge pull request #66898 from aaronfranke/proj-mat-columnsRémi Verschelde2022-10-054-23/+23
|\
| * Rename Projection `matrix` to `columns`Aaron Franke2022-10-044-23/+23
* | Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-041-6/+8
|/
* Merge pull request #66583 from bruvzg/constexprRémi Verschelde2022-09-291-1/+1
|\
| * Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-1/+1
* | Change BitField to use 64-bit int.bruvzg2022-09-281-3/+3
|/
* Use 64bit integers in utility methodskobewi2022-09-281-6/+6
* Fix wrong floori() behaviorkobewi2022-09-271-1/+1
* Merge pull request #65817 from bruvzg/typed_arrayRémi Verschelde2022-09-234-1/+86
|\
| * [GDExtension] Implement support for typed arrays.bruvzg2022-09-224-1/+86
* | Callable: add callv methodRicardo Buring2022-09-213-0/+17
|/
* Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde2022-09-162-569/+0
|\
| * Move some methods to Animation from Variant for refactoringSilc Renew2022-09-152-569/+0
* | Use variadic template in `vformat()`Micky2022-09-142-31/+16
* | Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde2022-09-061-4/+4
|\ \
| * | Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-2/+2
| * | Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-2/+2
| |/
* | Rename `range_lerp` to `remap`Micky2022-09-061-3/+3
* | Fix crash when encoding freed object in ConfigFileHaoyu Qiu2022-09-041-1/+1
|/
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+3
* Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionaryRémi Verschelde2022-09-013-0/+11
|\
| * Add Dictionary.find_key()kobewi2022-08-163-0/+11
* | Merge pull request #63411 from Calinou/improve-null-object-dictionary-printRémi Verschelde2022-08-311-4/+4
|\ \
| * | Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-311-4/+4
* | | Discontinued spherical_interpolate_with in Transform3DSilc Renew2022-08-311-1/+0
|/ /
* | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-0/+3
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* | Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+11
* | Rename `str2var` to `str_to_var` and similarMicky2022-08-261-24/+24
* | Add constructor accepting four Vector4's to `Projection`Yuri Rubinsky2022-08-241-0/+1
* | Merge pull request #63602 from TokageItLab/cubic-interp-timeRémi Verschelde2022-08-222-0/+10
|\ \
| * | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-192-0/+10
| |/
* / Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-1/+0
|/
* Expose clear method for packed arraysHaoyu Qiu2022-08-101-0/+9
* vector4 distance_squared_to and update csharpantonWetzel2022-08-091-0/+1
* Merge pull request #64027 from Geometror/add-vector4-testsRémi Verschelde2022-08-071-0/+6
|\
| * Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker2022-08-071-0/+6
* | Merge pull request #63361 from KoBeWi/floorf_lolRémi Verschelde2022-08-061-9/+102
|\ \
| * | Split ceil(), floor() and round() methodkobewi2022-07-271-10/+102
* | | Restore old lerp() behavior and add lerpf()kobewi2022-08-061-3/+40
| |/ |/|
* | Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde2022-08-061-0/+2
|\ \
| * | Add `operator*` to `Plane`PrecisionRender2022-07-301-0/+2
* | | Arrays: Zero new items of trivial types on resize() (bindings only)Rémi Verschelde2022-08-041-5/+5
* | | Merge pull request #55923 from bluenote10/feature/consistent_transform_operat...Rémi Verschelde2022-08-031-0/+6
|\ \ \
| * | | Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller2022-08-021-0/+6
* | | | Variant large bucket memory pool - for Projectionlawnjelly2022-08-023-14/+28
|/ / /
* | | Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde2022-08-023-19/+68
|\ \ \ | |/ / |/| |
| * | Variant memory poolslawnjelly2022-07-043-19/+68