summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-071-1/+17
| |
* | Merge pull request #16173 from vnen/gdscript-argumentsRémi Verschelde2018-02-191-0/+10
|\ \ | | | | | | Add argument count check for some GDScript functions
| * | Add argument count check for some GDScript functionsGeorge Marques2018-01-301-0/+10
| |/ | | | | | | | | - Print functions have no check. - Also remove extra apostrophe from the error report.
* / Show default values in docs for GDScript built-in functionsGeorge Marques2018-01-301-0/+2
|/
* Fixes for parameter names of builtin functions in visual scripts/coreChaosus2018-01-161-3/+3
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+30
|
* Add print_error function, akin to print_lineGeorge Marques2017-11-161-1/+1
|
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+1767