summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-263-35/+32
|\
| * Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-223-35/+32
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-127-60/+71
|\|
| * Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-126-57/+64
| |\
| | * Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-046-57/+64
| * | Merge pull request #93885 from dalexeev/core-fix-freed-object-booleanizationThaddeus Crews2024-11-111-1/+1
| |\ \
| | * | Core: Fix `Freed Object` booleanizationDanil Alexeev2024-07-031-1/+1
| * | | Merge pull request #82845 from Hysterelius/masterThaddeus Crews2024-11-111-0/+4
| |\ \ \
| | * | | Color: Expose OKHSL propertiesHysterelius2024-11-111-0/+4
| * | | | Fix comparison of callablesStanislav Labzyuk2024-11-111-2/+2
* | | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-062-10/+5
|\| | | |
| * | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-10/+5
| | |_|/ | |/| |
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-025-15/+15
|\| | |
| * | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-1/+1
| |\ \ \
| | * | | Always add decimal when printing floatkobewi2024-10-231-1/+1
| * | | | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-304-14/+14
* | | | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2733-66/+66
|\ \ \ \ \
| * | | | | Fix copyright headers referring to GodotSpartan3222024-10-2733-66/+66
* | | | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #98363 from dustdfg/rid_in_operator_fixClay John2024-10-241-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Allow use RID with `in` operator for Arrays and DictionariesYevhen Babiichuk (DustDFG)2024-10-211-0/+2
* | | | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-222-1/+14
|\| | | |
| * | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-182-1/+14
| |/ / /
* / / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1133-0/+66
|/ / /
* | | Add a sort method to Dictionary and HashMapAaron Franke2024-10-023-0/+7
* | | Merge pull request #93299 from rune-scape/fix-refRémi Verschelde2024-10-026-121/+116
|\ \ \
| * | | Refactor ref-counting code and fix ref counted releasing before aquiringrune-scape2024-09-216-121/+116
* | | | Bind Array get and set functionsAaron Franke2024-09-261-0/+31
* | | | Merge pull request #94864 from rune-scape/add-missing-method-bindRémi Verschelde2024-09-261-2/+2
|\ \ \ \
| * | | | Add missing CallableCustomMethodPointer for const methodsrune-scape2024-09-231-2/+2
* | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ / / /
* | | | Merge pull request #95166 from aaronp64/variant_op_err_returnRémi Verschelde2024-09-231-6/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Assign return value on Variant operator failureaaronp642024-09-191-6/+24
* | | | [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-203-0/+9
* | | | Merge pull request #95449 from SlashScreen/array_functionsRémi Verschelde2024-09-203-1/+68
|\ \ \ \
| * | | | Add callable support for `find` and `rfind` `Array` methodsSlashscreen2024-09-133-1/+68
| |/ / /
* | | | Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-123-46/+58
* | | | Merge pull request #96864 from KoBeWi/dictionerroryRémi Verschelde2024-09-121-1/+1
|\ \ \ \
| * | | | Fix Dictionary.merge() type validationkobewi2024-09-111-1/+1
* | | | | Merge pull request #95840 from raulsntos/char_metadataRémi Verschelde2024-09-121-3/+5
|\ \ \ \ \
| * | | | | Add metadata for `char16_t` and `char32_t`Raul Santos2024-09-121-3/+5
| |/ / / /
* / / / / Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798Hilderin2024-09-112-0/+12
|/ / / /
* | | | Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-068-75/+1014
|\ \ \ \
| * | | | Implement typed dictionariesThaddeus Crews2024-09-048-75/+1014
* | | | | Merge pull request #96496 from aXu-AP/lerp-transformRémi Verschelde2024-09-051-1/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for Transform2D/3D in lerp()aXu-AP2024-09-031-1/+9
* | | | | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-033-22/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | StringName Dictionary keysrune-scape2024-08-293-22/+8
* | | | | Core: Сheck `r_error` after calling `callp()`Danil Alexeev2024-08-302-2/+2
|/ / / /
* | | | Merge pull request #95317 from esainane/when-i-am-64Rémi Verschelde2024-08-281-2/+2
|\ \ \ \