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
/
modules
/
gdscript
/
gdscript_utility_functions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Rework `GDScriptUtilityFunctions` macros
Danil Alexeev
2024-10-25
1
-315
/
+175
*
Add some comments to #endif's where it will easier life
Yevhen Babiichuk (DustDFG)
2024-10-21
1
-2
/
+2
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+4
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-1
/
+1
*
Merge pull request #86704 from AThousandShips/len_fix
Rémi Verschelde
2024-01-02
1
-1
/
+2
|
\
|
*
[GDScript] Add `StringName` support to `@GDScript.len`
A Thousand Ships
2024-01-02
1
-1
/
+2
*
|
Fix potential integer underflow in rounded up divisions
EddieBreeg
2024-01-02
1
-2
/
+2
|
/
*
GDScript: Fix incorrect error message for utility functions
Danil Alexeev
2023-10-16
1
-4
/
+7
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-6
/
+3
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-9
/
+9
*
Merge pull request #81079 from dalexeev/gds-fix-get-method-list
Rémi Verschelde
2023-09-11
1
-1
/
+1
|
\
|
*
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-1
/
+1
*
|
Add a type conversion method to Variant Utility and expose to scripting
Aaron Franke
2023-09-08
1
-0
/
+4
|
/
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
*
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-0
/
+77
*
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
Danil Alexeev
2023-01-30
1
-23
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-2
/
+3
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-4
/
+4
*
Replace Array return types with TypedArray 3
kobewi
2022-08-24
1
-2
/
+3
*
inconsistent str() error fix
Edward
2022-07-27
1
-0
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-5
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-11-01
1
-3
/
+16
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-6
/
+6
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-0
/
+718