summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp
AgeCommit message (Expand)Author
2017-06-23Adds completed signal to GDFunctionStateIgnacio Etcheverry
2017-05-27GDScript: Use "is" keyword for type checking.Andreas Haas
2017-05-17Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-21Fix random crashes when using yield()Pedro J. Estébanez
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-13Remove bounds check when resuming from yield.Hein-Pieter van Braam
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-15Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde
2017-01-11Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky
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