summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_utility_functions.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-01GDScript: Fix subclass script path issuesrune-scape
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-24Replace Array return types with TypedArray 3kobewi
2022-07-27inconsistent str() error fixEdward
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-01GDScript gracefully handle debug functions from separate threadBrian Semrau
2021-09-30Use range iterators for `Map`Lightning_A
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-26GDScript: Refactor builtin functionsGeorge Marques