index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_utility_functions.cpp
Age
Commit message (
Expand
)
Author
2023-01-30
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
Danil Alexeev
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-01
GDScript: Fix subclass script path issues
rune-scape
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-24
Replace Array return types with TypedArray 3
kobewi
2022-07-27
inconsistent str() error fix
Edward
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-01
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-03-21
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-26
GDScript: Refactor builtin functions
George Marques