aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -GDScript support for accessing properties directlyJuan Linietsky2017-01-041-1/+41
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-8/+8
* Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-071-1/+1
* Brand new networked multiplayerJuan Linietsky2016-08-191-0/+1
* Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov2016-08-051-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