a45f010196
Merge and rename windowing subsystem
2024-11-10 20:55:01 +01:00
7c0b7e1e90
Rewrite logging infrastructure
...
This commit changes the following things inside the logging infrastructure:
- passing issuerClass, issuerOrigin and issuerMetadata is no longer required, relevant information is now being pulled from the stack
- split huge classes into multiple smaller ones
- separated "normal" and asynchronous logging classes
- simplified logging
- improved performance
- more detailed crash reporting
- regex-based filtering
- internal placeholders have been replaced with more lightweight method calls
- much more changes
2024-11-05 02:54:50 +01:00
6cd38377b2
Reorganize build scripts
build-and-test / build (push) Failing after 37s
build-and-test / generate-javadoc (push) Failing after 39s
build-and-test / test (push) Failing after 44s
2024-10-15 03:36:50 +02:00
02aa744098
Rename de.staropensource.sosengine package
build-and-test / test (push) Successful in 1m4s
build-and-test / build (push) Successful in 1m21s
build-and-test / generate-javadoc (push) Successful in 1m27s
2024-09-27 23:16:25 +02:00
a4224f9c51
Fix copyright notice copyright attribution
build-and-test / generate-javadoc (push) Has been cancelled
build-and-test / build (push) Has been cancelled
build-and-test / test (push) Has been cancelled
2024-09-27 23:02:16 +02:00
b26517958a
Add "-Xlog:gc" flag
build-and-test / test (push) Successful in 1m27s
build-and-test / generate-javadoc (push) Successful in 1m43s
build-and-test / build (push) Successful in 1m45s
2024-09-22 13:40:48 +02:00
0fbfe8f4e3
Add support for disabling classpath scanning
...
This commit however does not implement support for Substrate VM/native-image,
which I've already tested. Sad.
2024-09-21 17:20:14 +02:00
a3ea583e41
Switch implementation dependencies to runtimeOnly
2024-09-21 17:08:18 +02:00
c90406dac9
Make GLFW subsystem standalone + remove unnecessary fluff
build-and-test / test (push) Successful in 1m39s
build-and-test / build (push) Successful in 1m54s
build-and-test / generate-javadoc (push) Successful in 1m55s
2024-08-20 22:07:49 +02:00
701f316950
Nuke 'graphics', welcome 'windowing'
build-and-test / test (push) Successful in 2m1s
build-and-test / generate-javadoc (push) Successful in 2m14s
build-and-test / build (push) Successful in 2m17s
2024-08-20 21:01:39 +02:00
1713c9c8a8
Finalize ListConverter
...
after two months, it finally works
2024-08-12 20:51:37 +02:00
9dc0f549d4
Move ANSI-related stuff into 'ansi' module
2024-07-29 21:34:10 +02:00
0ce24d677f
Fix jansi build dependency for all projects
2024-07-18 14:14:21 +02:00
bffe68c015
Add SubsystemMainClass#getName() & init time stat
2024-07-16 14:50:39 +02:00
005ebfbfae
Fix native-image a bit
2024-07-11 16:15:47 +02:00
b4734841be
Update native-image arguments
2024-07-11 04:59:45 +02:00
fa3d2ec19d
Add comments and fix Javadoc generation
2024-07-11 04:03:08 +02:00
34e60b06dc
Oh god
2024-07-08 19:04:57 +02:00
0e28d746bd
Add GraalVM native-image tasks
2024-07-08 15:40:11 +02:00
541919c891
Update build.gradle syntax
2024-07-08 12:39:04 +02:00
1e5f48f413
Add module-info.java for all subsystems
2024-07-08 11:32:27 +02:00
797052aa7d
Migrate to Goooler's shadow fork
2024-06-28 18:42:37 +02:00
f5075b9832
Plaster copyright notice over everything
2024-06-28 01:08:45 +02:00
306c2cd6a6
Add OpenGL Graphics API
2024-06-11 23:09:27 +02:00
faf51f6c18
Add unfinished Vulkan subsystem
...
It will be for a very long time. Many say that OpenGL is easier to learn, so I'll go with that one first.
2024-06-11 23:09:19 +02:00
147455cedd
Add WIP graphics subsystem
2024-06-11 23:08:03 +02:00
0a6ed79673
Add SLF4J Compatibility subsystem
2024-06-11 20:01:34 +02:00
1797be0037
Add unit testing dependencies
2024-06-09 00:21:01 +02:00
db408d796d
Fix gradle error
2024-06-08 17:37:02 +02:00
92d424c3aa
Fix usage of ' and "
2024-06-08 17:35:41 +02:00
2f0a3f5ab3
Add build.gradle for project :
2024-06-08 17:09:36 +02:00
f47dd66d88
Initial commit
2024-06-08 15:33:03 +02:00