Commit graph

416 commits

Author SHA1 Message Date
2b689f8267
Fix a few javadoc issues 2024-06-27 20:43:05 +02:00
62ca80d5a9
Add newlines to copyright settings 2024-06-27 20:39:38 +02:00
ad9700987e
Add copyright Intellij IDEA settings 2024-06-27 20:39:20 +02:00
9cb5cbffd3
Update comments and javadoc 2024-06-27 20:29:08 +02:00
f39223b4da
Add READMEs to all subsystems 2024-06-27 20:25:32 +02:00
72a13adbcd
Add PropertyParser#getTristate 2024-06-27 20:10:15 +02:00
74d8978f20
Beautify Miscellaneous#getMapValue 2024-06-27 20:09:57 +02:00
5c1fba4ef6
JvmInformation#getJavaVersion may now crash 2024-06-27 20:09:43 +02:00
cc3cd52d22
Move interfaces, enums & classes around again 2024-06-27 20:08:34 +02:00
9202eaeb4a
Update javadoc for base.classes.helpers package 2024-06-27 19:28:29 +02:00
d9bf941cb9
Add Tristate type 2024-06-27 19:27:07 +02:00
79dbc65f63
Add log rules 2024-06-27 19:26:37 +02:00
9e4cfee89a
Fix codepart identification for logger instances 2024-06-27 19:26:25 +02:00
d40ba11266
Decrease default polling speed from 25 to 5 2024-06-27 19:25:53 +02:00
c812359e83
Clean up base.classes package 2024-06-27 19:25:28 +02:00
9de7f0f51d
Add ability to catch exceptions 2024-06-25 02:08:38 +02:00
41438dd6ea
Add missing maven-publish gradle plugin 2024-06-25 02:08:26 +02:00
994b71dbc4
Update javadocs overview pages 2024-06-25 02:08:07 +02:00
b45a8c9f9b
Update some comments and log messages 2024-06-25 02:07:46 +02:00
f31b083690
Update slf4j-compat subsystem dependencies 2024-06-23 12:45:57 +02:00
4ab050bf70
Add lombok plugin back to root build.gradle 2024-06-16 21:06:51 +02:00
9bc1882de3
Add missing javadoc 2024-06-16 21:06:32 +02:00
ac3e1e1224
Fix out of order log messages 2024-06-16 15:53:26 +02:00
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