Commit graph

6 commits

Author SHA1 Message Date
99703cf03e CORE rewrite (#1)
Reviewed-on: StarOpenSource/core#1

Rewrote CORE and improved the startup process and startup time significantly. The documentation has been beefed up too and is now much better. Existing projects may need major refactoring however.
Co-authored-by: JeremyStarTM <jeremystartm@staropensource.de>
Co-committed-by: JeremyStarTM <jeremystartm@staropensource.de>
2023-08-25 14:34:57 +02:00
1c73eca5ea Remove "Please reinstall CORE!" notice 2023-07-07 18:48:06 +02:00
8d73c97a3e Remove autoload.gd, add config check, modify msgs 2023-07-07 18:22:15 +02:00
b57d00e9cd Many improvements (see commit description)
Added more things to roadmap, removed autoload singleton check, added support for Godot 4.1, all startup messages now use Logger.diag() instead of Logger.info() (making them disappear but can be shown if needed), removed autoload.gd, fixes syntax.
2023-07-07 10:58:49 +02:00
111f2199e0 Added missing core file header to coreinit.gd 2023-03-19 14:23:14 +01:00
0ff88791a6 Added coreinit and cut down one autoload singleton 2023-03-19 13:14:30 +01:00