Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | RĂ©mi Verschelde | |
ptrcall is now also used to optimize calls in GDScript, on top of the existing use by the GDNative and Mono modules. It no longer makes sense to make it optional. | |||
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz | |
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code |