63c095c297
Fix "invalid call"
2024-04-10 21:34:12 +02:00
c0994a8b42
Update version number (oopsie)
2024-04-10 01:02:26 +02:00
d2735361b0
Introduce scheduler and add CoreLoggerInstance cleanup ( #17 )
2024-04-09 20:13:49 +02:00
bf7eacdb39
Update development mode
2024-04-09 00:53:43 +02:00
2870270e35
Fix origin argument for core.gd
2024-04-08 21:45:46 +02:00
b37e4d98ae
Move quit_safely() method into Core
2024-04-08 21:42:03 +02:00
62602416d3
Fix built-in modules not being recognized as
2024-04-08 21:37:39 +02:00
6bae282326
Move modules to CoreLoggerInstance
2024-04-08 21:30:24 +02:00
39bc3f5872
Fix a few class documentation issues
...
Fixed a few newline issues and made all notes, warnings and dangers (is that a word?) bold and partially italic.
2024-04-08 21:19:24 +02:00
287dea0182
Fix unit test and placeholder overlap
2024-04-08 20:18:49 +02:00
0ac55d4f1b
Update documentation (first commit)
2024-04-08 02:43:31 +02:00
a4e658072f
Update log calls
2024-03-31 18:01:57 +02:00
5e9ef226d6
Rename edl -> erm
2024-03-31 17:35:09 +02:00
f97fddcb97
Add CoreLoggerInstance variable to CoreBaseModule
2024-03-31 11:22:57 +02:00
32e09ea296
Framework rework
...
Changes in this commit include:
- Add Core.cleanup() and CoreBaseModule._cleanup() functions
- All builtin modules now clean and free any nodes
- Reduce code duplication in src/core.gd by not writing the same code for all builtin modules but instead iterating through a array
2024-03-29 02:40:56 +01:00
2485edfd87
Make all scripts lowercase again
...
I am stupid.
I changed 'release_' to 'version_' in src/core.gd and Test.gd btw.
2024-03-28 12:54:12 +01:00
a46687590a
Rename modules
2024-03-21 15:47:39 +01:00
61eaa41fd9
Add storage module
2024-03-18 03:23:27 +01:00
d4baec5832
Get origin from args, not stack
2024-03-05 21:32:13 +01:00
0ba6f85c41
Fix formatting for Core.get_formatted_string()
2024-03-03 19:08:40 +01:00
3db90ed612
Optimize/change version checking
2024-03-03 19:08:20 +01:00
0bdfe08574
Change license (GPL -> AGPL)
2024-03-03 18:53:09 +01:00
2df87bc4ae
Add distrib builder, reduce docs size, bump ver
2024-02-12 20:15:24 +01:00
ba15341520
Add version check
2024-02-12 20:01:23 +01:00
291c7c5349
Update notice and add documentation to classes
2024-02-12 20:01:20 +01:00
753f811763
Bump version to 1-b1
2024-02-10 21:56:04 +01:00
ff0bd01e88
Modify config, custom module support and init
2024-02-10 18:49:25 +01:00
dfb8cacb0d
Name custom_modules_node
2024-02-09 22:59:43 +01:00
4c92ed5d0a
Implement simple downloading module
2024-02-09 22:27:21 +01:00
2346b09da2
I hope this doesn't break everything
2024-02-09 21:18:14 +01:00
645a4ba981
Improve custom modules support
2024-02-09 15:30:20 +01:00
9c9c72e4ce
Add crash handler and Bytes<->MiB<->GiB conversion
2024-02-09 15:28:42 +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