summaryrefslogtreecommitdiffstats
path: root/core/callable_method_pointer.h
Commit message (Expand)AuthorAgeFilesLines
* Core Callable: fixed variant call casterSergey Minakov2020-07-251-2/+2
* Fix Container sorting not working when overriding _sort_children in gdscriptPouleyKetchoupp2020-05-161-2/+34
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Implement decalsJuan Linietsky2020-04-141-0/+1
* callable_mp: Fix non-debug branchRémi Verschelde2020-02-231-2/+15
* Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-0/+279