summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #73881 from vnen/max-min-only-for-numbersRémi Verschelde2023-02-251-0/+14
|\ \
| * | Make max() and min() global functions only accept numbersGeorge Marques2023-02-241-0/+14
| |/
* / Core: Identity compare objects by id, not by pointersDmitrii Maganov2023-02-241-1/+1
|/
* GDScript: Fix usage of ints with typed array of floatsDmitrii Maganov2023-02-131-1/+4
* Merge pull request #62921 from cdemirer/fix-variant-inRémi Verschelde2023-02-131-2/+5
|\
| * Fix `Variant::in()` error on invalid `evaluate`cdemirer2023-02-131-2/+5
* | Make sure Variant is not implicitely cast when using operator[]Gilles Roudière2023-02-131-0/+4
|/
* GDScript: Fix can_reference check for typed arraysDmitrii Maganov2023-02-062-22/+17
* Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde2023-02-042-4/+4
|\
| * Sync C# Array with CoreRaul Santos2023-01-302-4/+4
* | GDScript: Improve usability of setter chainsGeorge Marques2023-02-021-9/+0
* | Fix various typos with codespellRémi Verschelde2023-02-011-1/+1
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-317-118/+259
* | Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-1/+0
|/