Commit graph

19 commits

Author SHA1 Message Date
61da7fb367
Fix format_stringarray() 2024-05-10 21:02:43 +02:00
4f1e263708
Update size conversion methods 2024-04-25 20:20:57 +02:00
acc305d3db
Update module logging and update many log calls
This commit firstly removes the 'logger' variable in CoreBaseModule, secondly renames 'loggeri' to 'logger' in CoreBaseModule, effectively replacing it, and thirdly it forces using 'stringify_variables' onto all log calls.
2024-04-25 20:20:34 +02:00
7c6feb4caf
The dumbest yet best way to fix xd
btw. if you see an older commit referencing some issue or pr just keep in mind that it no longer exists because i accidentally rm -rf'd the data partition on the staropensource server and lost all databases including the forgejo database. unfortunate, i know, but it happened.
2024-04-23 21:01:51 +02:00
cacb5226bf
Add stringify_variables method to misc.gd 2024-04-15 21:52:27 +02:00
b37e4d98ae
Move quit_safely() method into Core 2024-04-08 21:42:03 +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
5fed9c1f9b
Update documentation (second commit) 2024-04-08 20:14:38 +02:00
a4e658072f
Update log calls 2024-03-31 18:01: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
d4baec5832 Get origin from args, not stack 2024-03-05 21:32:13 +01:00
0bdfe08574 Change license (GPL -> AGPL) 2024-03-03 18:53:09 +01:00
291c7c5349 Update notice and add documentation to classes 2024-02-12 20:01:20 +01:00
0e0afa60fc Update conversion functions 2024-02-10 18:48:37 +01:00
9c9c72e4ce Add crash handler and Bytes<->MiB<->GiB conversion 2024-02-09 15:28:42 +01:00
ed4647c750 Uncringe the project 2024-02-04 21:36:30 +01:00