Commit graph

25 commits

Author SHA1 Message Date
8f29bc5e99
Remove dead link 2024-05-18 16:39:54 +02:00
e9b1169d98
Update file structure 2024-05-18 16:38:56 +02:00
7e75bc6638
Minor code style update 2024-04-08 02:43:15 +02:00
3a65e7bac0
Update README file structure 2024-04-03 19:51:44 +02:00
5ab659c9f7 Update code style 2024-03-31 16:18:08 +02:00
a9e4aa8082
Rework README.md
This is the first signed commit from me btw., I'm still kinda testing this out
2024-03-29 17:42:21 +01:00
ed4647c750 Uncringe the project 2024-02-04 21:36:30 +01:00
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
c16aa097f8 Added another roadmap task 2023-07-28 23:08:12 +02:00
83ea84b9ab Documentation/website release and more
This commit added:
- A website and documentation (two in one) containing a install guide and code references
- Character counting script (count_characters.sh)
- Godot development project support (making a temporary godot project)
- Makefile
2023-07-09 00:16: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
e4094e1aa1 Improve README, logger and preprocessor (a lot) 2023-07-07 04:10:53 +02:00
31f854c5c6 Add image to README and splash api 2023-06-29 17:22:13 +02:00
fc04436787 Add NoGithub badge 2023-03-27 13:14:35 +02:00
bc25483721 Added "not yet ready for production" notice 2023-03-19 22:54:59 +01:00
cbc170df4e Renamed config.gd to config.gd.example 2023-03-19 14:35:34 +01:00
4970a74553 Added git submodule commands to "How to install" 2023-03-19 13:37:47 +01:00
b81cf59226 Added "Updating CORE" wiki page to "How to update" 2023-03-19 13:30:51 +01:00
4dd56695a6 Change requirements 2023-03-19 13:15:14 +01:00
0ff88791a6 Added coreinit and cut down one autoload singleton 2023-03-19 13:14:30 +01:00
c6cfa28f96 Added some code formatting 2023-03-18 18:45:00 +01:00
132f7324f4 Changed wording in line eight 2023-03-18 18:43:40 +01:00
e3a8339a0d Did some changes
Modified the title, moved the documentation link to the top and modified the "How to install" and "How to update" sections.
2023-03-18 18:11:57 +01:00
c988261688 Simplified some sentences & made them better. 2023-03-18 16:36:07 +01:00
a04cabb6d8 Initial commit 2023-03-18 16:34:12 +01:00