summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_functions.h
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Refactor builtin functionsGeorge Marques2020-11-261-137/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+1
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-061-2/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Remove deprecated decimals builtinRémi Verschelde2020-02-121-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add ord() function to return Unicode code point of a string of length oneMasoud Montazeri2019-08-281-0/+1
* Added lerp_angles built-in functionChaosus2019-07-201-0/+1
* Add integer posmod and rename default arg namesAaron Franke2019-07-181-0/+1
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+1
* Make "decimal" functions more consistentAaron Franke2019-04-301-0/+1
* [Core] Expose approximate equality methods to GDScriptAaron Franke2019-04-251-0/+2
* Added smoothstep built-in functionChaosus2019-04-071-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add new "push_*()" functions to GDScriptMichael Alexsander Silva Dias2018-10-311-1/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner2018-07-041-0/+1
|\
| * add new print_debug method which shows source and line numberchanon2018-05-281-0/+1
* | add new get_stack function to get GDScript stack trace as arraychanon2018-05-171-0/+1
|/
* Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-071-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+2
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+123