6dd45fb877
Bump version information to v1-r1
2024-04-14 15:18:21 +02:00
493bf45b8c
Fix wait time
2024-04-14 15:17:55 +02:00
2e9cce8f27
Bump version information (first release yay 🥳 )
2024-04-14 14:52:19 +02:00
0479635f95
Fix logger output when using verbose stdout mode ( fix #23 )
2024-04-14 14:42:46 +02:00
b05d1428a5
Add automatic cleanup ( fixes #25 )
2024-04-14 14:23:05 +02:00
a722ea5235
Remove () (is a signal not a method)
2024-04-12 17:08:14 +02:00
9ef4c9243a
Wait a frame for instance cleanup
2024-04-12 17:06:09 +02:00
82b4362859
Update cleanup call order
2024-04-12 17:03:37 +02:00
780c553f79
Clean logger instances in _cleanup()
2024-04-12 17:02:20 +02:00
5058c2421c
Enforce config duplication
...
I did this to avoid crashes when reusing the same config object.
2024-04-12 16:59:29 +02:00
d4b0fc84df
Update apply_configuration() function
2024-04-12 15:48:17 +02:00
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
abcbce2dcd
Fix crash function crashing (lol)
2024-04-08 21:37:29 +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
5fed9c1f9b
Update documentation (second commit)
2024-04-08 20:14:38 +02:00
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
1febf32f73
Fix 'body_utf8'
2024-04-06 13:58:18 +02:00
18e66e9af1
Fix crashes
2024-04-06 13:12:49 +02:00
8aa67a4444
Fix fuckup
2024-04-03 20:08:26 +02:00
517e36e95d
Fix return value + add type checks
2024-04-03 20:04:11 +02:00
a4e658072f
Update log calls
2024-03-31 18:01:57 +02:00
6c8fc29c28
Update class descriptions
2024-03-31 17:59:11 +02:00
5e9ef226d6
Rename edl -> erm
2024-03-31 17:35:09 +02:00
25c4667a05
Fix issue and code style
2024-03-31 16:20:08 +02:00
52c6d029d9
Call queue_free() on scenes during removal
2024-03-31 16:19:22 +02:00
f97fddcb97
Add CoreLoggerInstance variable to CoreBaseModule
2024-03-31 11:22:57 +02:00
e2da829970
Switch arguments (sms module)
2024-03-31 11:21:37 +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
50a8c7beaa
aaaahhhhh
2024-03-28 02:21:31 +01:00
aecf2318dd
Bump typerelease 3 -> 4
2024-03-27 15:15:46 +01:00
fa720dadfb
Hide headers and body ( fix #8 )
...
The edl module will now only log the amount of headers (create_download() and start_download()) and it will no longer print the full request body into the console. It will now instead print the amount of characters in the request body (create_download()).
2024-03-27 15:11:16 +01: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
7e9574f10f
Add stringarray_to_array function
...
Why did I not add this before...?
2024-03-24 22:59:57 +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
439556ff4b
Fix custom module support loading code
2024-03-22 21:41:27 +01:00