summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp
AgeCommit message (Expand)Author
2017-01-04-GDScript support for accessing properties directlyJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-05Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov
2016-06-29Warn instad of crashing when class instance is gone after yield. Closes #5247...Juan Linietsky
2016-06-20Property reporty base type when a function fails, fixes #4581 probably also c...Juan Linietsky
2016-06-11Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky
2016-05-31Some cleanup to GDScriptJuan Linietsky