summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_utility_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-4/+4
* Replace Array return types with TypedArray 3kobewi2022-08-241-2/+3
* inconsistent str() error fixEdward2022-07-271-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* GDScript gracefully handle debug functions from separate threadBrian Semrau2021-11-011-3/+16
* Use range iterators for `Map`Lightning_A2021-09-301-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* GDScript: Refactor builtin functionsGeorge Marques2020-11-261-0/+718