Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | Make `property_list_changed_notify` protected in `Object` | Andrii Doroshenko (Xrayez) | |
Alternative to `_change_notify()` to be called from within C++ classes. Achieves low-level consistency with scripting, where this method is exposed for updating the editor (inspector) with new values. | |||
2020-12-09 | Cleanup unused engine code | Tomasz Chabora | |
2020-12-05 | Remove connect *_compat methods | Aaron Franke | |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
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 |