summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-223-35/+32
* 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
* | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-042-10/+5
| |_|/ |/| |
* | | 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 #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
* | | | [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-182-1/+14
|/ / /
* | | 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
|\ \ \ \
| * | | | binder_common: Fix uninitialized marshallingSai Nane2024-08-091-2/+2
| |/ / /
* | | | Merge pull request #94679 from rune-scape/remove-unused-initialize_refRémi Verschelde2024-08-283-12/+0
|\ \ \ \
| * | | | Remove unused `initialize_ref`rune-scape2024-07-033-12/+0
| | |_|/ | |/| |
* | | | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-0/+2
* | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-1/+2
| |/ / |/| |
* | | [Core] Fix `Variant::construct` of `Object`A Thousand Ships2024-07-251-1/+7
* | | Core: Improve vformat error reporting on sprintf failureRémi Verschelde2024-07-042-5/+5
|/ /
* | Revert "Make freed object different than null in comparison operators"Rémi Verschelde2024-07-012-17/+17
* | Merge pull request #89197 from AThousandShips/arr_typed_fixRémi Verschelde2024-06-261-6/+16
|\ \