summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_utility_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* GDScript: Rework type checkDmitrii Maganov2023-02-171-0/+77
* Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)Danil Alexeev2023-01-301-23/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GDScript: Fix subclass script path issuesrune-scape2022-12-011-2/+3
* 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