aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-171-3/+15
* Fix random crashes when using yield()Pedro J. Estébanez2017-03-211-1/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-547/+503
* Remove bounds check when resuming from yield.Hein-Pieter van Braam2017-03-181-1/+1
* 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