Thaddeus Crews
|
8f16f864a6
Merge pull request #99765 from dalexeev/core-fix-json-from-to-native
|
8 months ago |
Pāvels Nadtočajevs
|
54945c4d28
Add std::initializer_list constructor for Dictionary.
|
8 months ago |
Danil Alexeev
|
bd1a35ce9e
Core: Fix `JSON.{from,to}_native()` issues
|
8 months ago |
Aaron Franke
|
a7f6ec0e4c
Add a sort method to Dictionary and HashMap
|
2 years ago |
Thaddeus Crews
|
b3d7960df4
Core: Fix `operator[]` for typed dictionaries
|
11 months ago |
kobewi
|
48d5b8a8b8
Fix Dictionary.merge() type validation
|
11 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
kobewi
|
eb0a624902
Allow returning Dictionary after merging
|
2 years ago |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 year ago |
Aaron Franke
|
437586bf31
Add a `get_or_add` method to Dictionary
|
2 years ago |
Rémi Verschelde
|
737c308dcc
Merge pull request #74588 from puchik/float-variant-nan-inequality
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Arman Elgudzhyan
|
ee27254602
Support both semantic (by default) and numeric Variant hash comparison
|
2 years ago |
Mario Liebisch
|
4e72e09343
Added the missing second case for string keys
|
2 years ago |
Mario Liebisch
|
46e5311d5a
Fixed read-only dictionaries adding missing keys
|
2 years ago |
Dmitrii Maganov
|
abe6d67232
GDScript: Fix test for read-only state of constants
|
2 years ago |
Dmitrii Maganov
|
5e2ac1a31e
GDScript: Begin making constants deep, not shallow or flat
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rune-scape
|
e79be6ce07
Unify String and StringName
|
2 years ago |
kobewi
|
cc424bcb18
Add Dictionary.find_key()
|
3 years ago |
reduz
|
141c375581
Clean up Hash Functions
|
3 years ago |
kobewi
|
a0915e6dee
Add Dictionary.merge()
|
3 years ago |
reduz
|
e6c443a353
Implement read-only dictionaries.
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Rémi Verschelde
|
668d6a1c5c
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
cdemirer
|
e2ed9d13eb
Fix Array and Dictionary id() and dictionary test bug
|
3 years ago |
Emmanuel Leblond
|
f9ba2efe1e
Modify Dictionary::operator== to do real key/value comparison with recursive support (and add unittests)
|
5 years ago |
reduz
|
379b90fd33
Force String as Dictionary key instead of StringName
|
4 years ago |