|
62b4718ef4
|
Windows! Not really working!
|
2024-06-16 15:53:07 +02:00 |
|
|
9828409bb7
|
Add documentation
|
2024-06-16 15:52:33 +02:00 |
|
|
a26c8035c1
|
Add Engine#shuttingDown field
|
2024-06-16 15:52:14 +02:00 |
|
|
129537a60c
|
Add maven-publish plugin
Publishes to mvn.staropensource.de.
|
2024-06-16 13:36:06 +02:00 |
|
|
bb1831b900
|
Remove unused dependencies in root build.gradle
|
2024-06-16 13:35:29 +02:00 |
|
|
893f591d11
|
Add dist/ directory
|
2024-06-16 13:34:56 +02:00 |
|
|
51e0f84c3f
|
Update graphics subsystem and OpenGL API
|
2024-06-15 22:24:37 +02:00 |
|
|
bae7b4c337
|
Remove @Nullable fgrom GraphicsSubsystem#api
This prevents some nasty but irrelevant warnings.
|
2024-06-12 16:47:41 +02:00 |
|
|
b59a38cb7c
|
Make events asynchronous + change configuration
|
2024-06-12 16:35:58 +02:00 |
|
|
4592fa0828
|
Update events javadoc again
|
2024-06-12 16:32:51 +02:00 |
|
|
dba856281f
|
Update README
|
2024-06-11 23:12:48 +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 |
|
|
a8c4633ae5
|
Update initialized log call (SLF4J Compatibility)
|
2024-06-11 23:08:33 +02:00 |
|
|
147455cedd
|
Add WIP graphics subsystem
|
2024-06-11 23:08:03 +02:00 |
|
|
c5f6726ff8
|
'cached' is probably a much better word
|
2024-06-11 23:06:41 +02:00 |
|
|
6be1f7f2cf
|
Add event precomputation
|
2024-06-11 22:49:00 +02:00 |
|
|
832ed5cd5c
|
Rename RELEASECANDIDATE to RELEASE_CANDIDATE
|
2024-06-11 22:29:41 +02:00 |
|
|
1c658a8b94
|
Add getters to Vec*
The question now is... why did they not have these methods beforehand?
|
2024-06-11 22:29:20 +02:00 |
|
|
9533b3e086
|
Update a few comments
|
2024-06-11 22:28:51 +02:00 |
|
|
b1969bff32
|
Add package-info to SLF4J Compatibility Logger
|
2024-06-11 22:28:26 +02:00 |
|
|
09dec9c023
|
Make even more null safe
|
2024-06-11 22:27:48 +02:00 |
|
|
d0d98744b0
|
Update Slf4jCompatibilitySubsystem.java javadoc
|
2024-06-11 21:51:57 +02:00 |
|
|
2a5956276e
|
Why is JvmUptime placeholder not in here??
|
2024-06-11 21:51:39 +02:00 |
|
|
b0d740cd65
|
Make logger (optionally) asynchronous!
Finally! Multithreading!
|
2024-06-11 21:49:48 +02:00 |
|
|
0a6ed79673
|
Add SLF4J Compatibility subsystem
|
2024-06-11 20:01:34 +02:00 |
|
|
f9d5a4e124
|
Make EngineConfiguration a bit safer
|
2024-06-11 20:00:23 +02:00 |
|
|
0031c4ef29
|
Extend event logging functionality
|
2024-06-11 19:59:32 +02:00 |
|
|
c11fc78b86
|
Add TODO ListFormatter
|
2024-06-11 19:58:45 +02:00 |
|
|
66670b6471
|
Switch to Throwable for stack trace handling
|
2024-06-11 19:58:29 +02:00 |
|
|
c369b164a5
|
Add Miscellaneous#getMapValue method
|
2024-06-11 16:35:26 +02:00 |
|
|
acbfd6b189
|
Add event logging
|
2024-06-11 16:35:01 +02:00 |
|
|
00268e4307
|
Add EngineInformation#dependencyReflections & more
|
2024-06-11 16:34:05 +02:00 |
|
|
8590956382
|
Move test dependencies down
|
2024-06-11 16:32:46 +02:00 |
|
|
446f84861c
|
Add Vec2, Vec2i, Vec3 and Vec3i classes
|
2024-06-10 21:56:26 +02:00 |
|
|
52e0f67bd2
|
Make CrashHandler use Engine#shutdown
|
2024-06-10 21:53:35 +02:00 |
|
|
e6fa60e287
|
Add SubsystemMainClass
|
2024-06-10 21:53:23 +02:00 |
|
|
78154962ef
|
Make javadoc happy
|
2024-06-10 21:51:10 +02:00 |
|
|
e9c44d903e
|
Change log messages in Engine#shutdown
|
2024-06-10 21:50:34 +02:00 |
|
|
8c697b8e58
|
Add log calls to Engine#shutdown
|
2024-06-10 19:26:00 +02:00 |
|
|
6481dea957
|
Update EventListener annotation
|
2024-06-10 19:25:41 +02:00 |
|
|
b24d7c5473
|
Add default event priority + update javadoc
|
2024-06-10 19:25:13 +02:00 |
|
|
d3f9f107a1
|
Make java copyright notices look much nicer
|
2024-06-10 19:24:39 +02:00 |
|
|
bd8b7818da
|
Add Engine#shutdown method and shutdown events
|
2024-06-10 18:55:27 +02:00 |
|
|
95446a2562
|
Add Miscellaneous#measureExecutionTime method
|
2024-06-10 18:55:01 +02:00 |
|
|
d39143d01a
|
WHY TF DO I KEEP FORGETTING THE COPYRIGHT NOTICE
|
2024-06-10 18:54:20 +02:00 |
|
|
d511cff252
|
Remove Nullable annotation from Engine#instance
|
2024-06-10 18:37:22 +02:00 |
|
|
9531f15435
|
Move class helpers into separate package
|
2024-06-10 18:37:02 +02:00 |
|
|
d3acaaf075
|
Fix crash handler content processing code
|
2024-06-10 18:36:31 +02:00 |
|
|
5d16c3b862
|
Add SubsystemConfiguration interface
|
2024-06-10 18:36:12 +02:00 |
|