| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2020-08-23 | GDScript: Use pointer instead of references in cache | George Marques | |
| They are not supposed to be kept alive and this is cleaner and less error-prone than unreferencing the elements. | |||
| 2020-07-22 | Wrap up GDScript 2.0 base implementation | George Marques | |
| 2020-07-20 | Add GDScript cache singleton | George Marques | |