index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
variant
/
dictionary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Allow returning Dictionary after merging
kobewi
2024-03-06
1
-0
/
+7
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
Add a `get_or_add` method to Dictionary
Aaron Franke
2023-12-06
1
-0
/
+9
*
Merge pull request #74588 from puchik/float-variant-nan-inequality
Rémi Verschelde
2023-09-27
1
-1
/
+1
|
\
|
*
Support both semantic (by default) and numeric Variant hash comparison
Arman Elgudzhyan
2023-08-31
1
-1
/
+1
*
|
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
|
/
*
Added the missing second case for string keys
Mario Liebisch
2023-03-11
1
-2
/
+4
*
Fixed read-only dictionaries adding missing keys
Mario Liebisch
2023-03-10
1
-1
/
+6
*
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
1
-8
/
+2
*
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-08
1
-10
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify String and StringName
rune-scape
2022-12-05
1
-46
/
+10
*
Add Dictionary.find_key()
kobewi
2022-08-16
1
-0
/
+9
*
Clean up Hash Functions
reduz
2022-06-20
1
-4
/
+4
*
Add Dictionary.merge()
kobewi
2022-05-31
1
-0
/
+8
*
Implement read-only dictionaries.
reduz
2022-05-16
1
-5
/
+55
*
Add a new HashMap implementation
reduz
2022-05-12
1
-39
/
+46
*
Merge pull request #56337 from cdemirer/fix-array-dictionary-id
Rémi Verschelde
2022-01-23
1
-1
/
+1
|
\
|
*
Fix Array and Dictionary id() and dictionary test bug
cdemirer
2021-12-30
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-30
1
-6
/
+56
*
Force String as Dictionary key instead of StringName
reduz
2021-07-01
1
-7
/
+52
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+273