aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov2016-08-081-2/+1
* Warn instad of crashing when class instance is gone after yield. Closes #5247...Juan Linietsky2016-06-291-0/+25
* Property reporty base type when a function fails, fixes #4581 probably also c...Juan Linietsky2016-06-201-2/+2
* Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky2016-06-111-1/+6
* Some cleanup to GDScriptJuan Linietsky2016-05-311-0/+1429