aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.h
Commit message (Collapse)AuthorAgeFilesLines
* Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-171-1/+1
|
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-46/+38
| | | | | Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261.
* Warn instad of crashing when class instance is gone after yield. Closes ↵Juan Linietsky2016-06-291-0/+3
| | | | #5247 , probably closes other yield related crashes
* Properly show the source:line even in inner clases, closes #3766Juan Linietsky2016-06-281-0/+1
|
* Some cleanup to GDScriptJuan Linietsky2016-05-311-0/+207
separated GDFunction (VM) from GDScript in two different files