summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_utility_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Rework `GDScriptUtilityFunctions` macrosDanil Alexeev2024-10-251-315/+175
* Add some comments to #endif's where it will easier lifeYevhen Babiichuk (DustDFG)2024-10-211-2/+2
* StringName Dictionary keysrune-scape2024-08-291-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+4
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-1/+1
* Merge pull request #86704 from AThousandShips/len_fixRémi Verschelde2024-01-021-1/+2
|\
| * [GDScript] Add `StringName` support to `@GDScript.len`A Thousand Ships2024-01-021-1/+2
* | Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-2/+2
|/
* GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-161-4/+7
* Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-6/+3
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-9/+9
* Merge pull request #81079 from dalexeev/gds-fix-get-method-listRémi Verschelde2023-09-111-1/+1
|\
| * GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-1/+1
* | Add a type conversion method to Variant Utility and expose to scriptingAaron Franke2023-09-081-0/+4
|/
* 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