summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix recursion level check for `VariantWriter::write()` with objectsDanil Alexeev2023-08-292-38/+21
* Undefine typed array templates after useThaddeus Crews2023-08-191-0/+3
* Merge pull request #79370 from dalexeev/core-array-recursion-checkRémi Verschelde2023-08-181-11/+7
|\
| * Core: Fix recursion level check for array stringificationDanil Alexeev2023-07-121-11/+7
* | Merge pull request #78529 from Chaosus/string_reverseRémi Verschelde2023-08-161-0/+1
|\ \
| * | Add `String.reverse` methodYuri Roubinski2023-06-211-0/+1
* | | Merge pull request #78108 from aaronfranke/variant-util-headerRémi Verschelde2023-08-032-787/+937
|\ \ \
| * | | Make a header for VariantUtilityFunctionsAaron Franke2023-06-122-787/+937
* | | | Fix typo in modulo error message.Joseph Davies2023-08-011-4/+4
* | | | Merge pull request #79103 from AThousandShips/array_slice_rangeYuri Sizov2023-07-171-4/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix range error for `Array.slice`Ninni Pipping2023-07-071-4/+8
* | | | Merge pull request #78551 from AThousandShips/call_rpcRémi Verschelde2023-07-082-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Fix `rpc` calls with bindsNinni Pipping2023-06-222-0/+24
| | |/ | |/|
* | | Fix GDVIRTUAL_NATIVE_PTRGabor Koncz2023-07-031-30/+40
* | | Ensure `RID`, `Callable`, and `Signal` are stored as stringsNinni Pipping2023-06-221-3/+57
|/ /
* | Merge pull request #73540 from mashumafi/fix-typed-array-addRémi Verschelde2023-06-201-0/+5
|\ \
| * | Fix: Typed arrays aren't working with +mashumafi2023-02-221-0/+5
* | | Merge pull request #74730 from MarioLiebisch/fix-74726Rémi Verschelde2023-06-191-2/+9
|\ \ \
| * | | Added the missing second case for string keysMario Liebisch2023-03-111-2/+4
| * | | Fixed read-only dictionaries adding missing keysMario Liebisch2023-03-101-1/+6
* | | | Merge pull request #75758 from Pylgos/fix-gdextension-variant-constructionRémi Verschelde2023-06-191-1/+1
|\ \ \ \
| * | | | Fix gdextension variant type conversionPylgos2023-06-101-1/+1
* | | | | Merge pull request #74741 from vnen/variant-not-for-everyoneRémi Verschelde2023-06-182-3/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add operator NOT for all Variant typesGeorge Marques2023-03-102-3/+36
| | |/ / | |/| |
* | | | Don't use a const reference for the enum constructor in VariantAaron Franke2023-06-111-1/+1
| |/ / |/| |
* | | Attempt to standardize Object ptrcall encoding on `Object **`David Snopek2023-05-252-3/+9
* | | Add the ability to look-at in model-space.Juan Linietsky2023-05-241-2/+9
* | | Improve user-friendliness of "return value as function param" pattern in GDEx...Emmanuel Leblond2023-05-151-6/+6
* | | Revert "Add API for HSL conversion"clayjohn2023-05-103-9/+0
* | | Merge pull request #76661 from bonjorno7/hslRémi Verschelde2023-05-093-0/+9
|\ \ \
| * | | Add API for HSL conversionbonjorno72023-05-093-0/+9
* | | | Merge pull request #76735 from AThousandShips/natural_cmpRémi Verschelde2023-05-091-0/+1
|\ \ \ \
| * | | | Add `naturalcasecmp_to` function to `String`Ninni Pipping2023-05-071-0/+1
| |/ / /
* | | | Merge pull request #76540 from reduz/redo-remote-filesystemRémi Verschelde2023-05-081-0/+2
|\ \ \ \
| * | | | Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+2
| |/ / /
* | | | Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-084-59/+132
|\ \ \ \
| * | | | Add ValidatedCall to MethodBindJuan Linietsky2023-04-304-59/+132
| |/ / /
* | | | Merge pull request #75510 from SilicDev/string_eraseClay John2023-05-051-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Reimplement String.eraseSilicDev2023-05-041-0/+1
* | | | Expose `determinant` in Transform2D, rename internal methodAaron Franke2023-04-221-0/+1
* | | | Fix lerp error messagePaweł2023-04-211-0/+1
* | | | Fix expected argument count in Callable call error textkleonc2023-04-191-2/+2
* | | | Unify descriptions of vector methodsHaoyu Qiu2023-04-141-1/+1
* | | | Complete support of callables of static methodsPedro J. Estébanez2023-04-124-4/+24
|/ / /
* | | add `hex_decode()` to `String`bendn2023-04-051-0/+1
* | | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-0/+15
* | | Merge pull request #74909 from AThousandShips/array_sliceYuri Sizov2023-03-151-1/+1
|\ \ \
| * | | Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping2023-03-141-1/+1
| |/ /
* / / Fix type check for max/minNinni Pipping2023-03-111-2/+10
|/ /
* | Fix Variant hashing for floatsNinni Pipping2023-03-081-2/+2