Commit graph

92 commits

Author SHA1 Message Date
330bb98dd9
Update erm module
Added blocking functionality for unsecure requests and modified some function names.
2024-04-08 16:42:03 +02:00
0ac55d4f1b
Update documentation (first commit) 2024-04-08 02:43:31 +02:00
1bd0f1ca44
Fix headings in sms reference 2024-04-03 19:59:56 +02:00
5e9ef226d6
Rename edl -> erm 2024-03-31 17:35:09 +02:00
e2da829970
Switch arguments (sms module) 2024-03-31 11:21:37 +02:00
da44b1d116 Fix ternary conditional warning 2024-03-27 15:09:19 +01:00
2a2a7cd31d Add 'parse_utf8' argument (fix #5) 2024-03-27 15:03:32 +01:00
54d81da32f Update function name 2024-03-25 21:10:59 +01:00
c79ac9f430 Add center_object function 2024-03-25 17:43:13 +01:00
a8cfbe8d57 Fix misc.gd documentation 2024-03-25 17:42:59 +01:00
7e9574f10f Add stringarray_to_array function
Why did I not add this before...?
2024-03-24 22:59:57 +01:00
26af587ac1 Update documentation for edl module 2024-03-24 21:57:43 +01:00
2200de33fa Add online_awaited_request function 2024-03-24 21:57:32 +01:00
203018db6f Add array_to_stringarray function 2024-03-24 15:56:45 +01:00
3760f674cb Add format_stringarray function 2024-03-24 15:42:38 +01:00
0c9f600328 Fix documentation error 2024-03-23 12:08:54 +01:00
717ce7d9fc Update initialize-core.md 2024-03-22 22:31:12 +01:00
acb1485267 Update documentation 2024-03-22 21:22:36 +01:00
7d905feffe Add stuff to roadmap 2024-03-21 15:44:40 +01:00
61eaa41fd9 Add storage module 2024-03-18 03:23:27 +01:00
af37b9ef9d Fix documentation 2024-03-18 03:23:16 +01:00
a533c8916f Add CoreLoggerInstance 2024-03-17 22:32:14 +01:00
db8a0b5f0c why this here 2024-03-15 13:09:28 +01:00
d4baec5832 Get origin from args, not stack 2024-03-05 21:32:13 +01:00
9d58636dc3 Move & update .gdignore 2024-03-03 19:16:36 +01:00
c37f267b31 Update installation instructions 2024-03-03 18:53:34 +01:00
3663baee3b Add missing modules 2024-02-12 21:20:57 +01:00
c5bd26167a Add links to StarOpenSource's fediverse profiles 2024-02-12 21:19:54 +01:00
2df87bc4ae Add distrib builder, reduce docs size, bump ver 2024-02-12 20:15:24 +01:00
ad302671f8 Fix documentation 2024-02-12 20:01:16 +01:00
ce3e7da09c Fix typo in documentation 2024-02-12 20:01:10 +01:00
2d5762e29d true -> false 2024-02-12 20:01:06 +01:00
1067a5dcaa Fix project.godot error 2024-02-12 20:01:02 +01:00
d7fd3a2907 I type without thinking 2024-02-10 21:52:50 +01:00
4e65b2715a Update documentation 2024-02-10 21:21:38 +01:00
538ba01aec Add support for custom modules
https://yourdick.zip
2024-02-05 18:03:16 +01:00
ed4647c750 Uncringe the project 2024-02-04 21:36:30 +01:00
b6a97946f0 Fix syntax in config.gd.example and fix mkdevprj 2023-08-25 16:21:33 +02: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
ab5b3ade52 Backup before I nuke the project
- Rewrote mkdevprj/rmdevprj in Makefile
- Add MOAM modloader
- Add core.exception()
- Add protection mode
- Rewrote module initialization
- Add experimental markdown parser
- Many more very small changes
2023-08-07 14:49:12 +02:00
f06b031a5e Fix references link 2023-07-29 20:43:45 +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