aboutsummaryrefslogtreecommitdiff
path: root/core/func_ref.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert documentation of return type for FuncRef::call_func from b80c42eeska2016-08-081-1/+1
| | | | bind_native_method doesn't support this style of return type documentation.
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
|
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* Update mi.nameBojidar Marinov2015-09-251-1/+1
|
* Removed a badly listed parameter from funcRef::call_func...Bojidar Marinov2015-09-251-1/+0
|
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-0/+55
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now