Commit graph

55 commits

Author SHA1 Message Date
a261d7914e
Update order of SuppressWarnings & other annotations 2024-07-31 04:20:05 +02:00
f383261ed9
MASSIVE CODE CHANGE
tl;dr I changed many Javadoc comments, some code, removed dumb or unused stuff and revamped the entire logging infrastructure by yeeting out LogIssuer and CodePart and much, much more
2024-07-31 03:53:44 +02:00
cbf434ed45
Fix unit tests 2024-07-29 19:58:41 +02:00
3503d10c44
Remove unecessary class OpenGlMonitor 2024-07-27 03:08:47 +02:00
935bbaf7ce
Add monitor API and add UUIDs 2024-07-27 02:25:10 +02:00
45307ab842
Move a few exceptions from glfw to graphics subsystem 2024-07-26 13:42:00 +02:00
165e57083b
Move Api*Class to separate 'classes.api' package 2024-07-26 13:23:41 +02:00
7f324090c1
Add some 'final's 2024-07-26 13:20:56 +02:00
4f9154f5fc
Make V-Sync global 2024-07-26 13:05:44 +02:00
bbde2e9d2d
Add render loop 2024-07-25 19:46:50 +02:00
eea7fce13c
Fix updateState, add terminate methods 2024-07-25 04:13:33 +02:00
81535ad701
Remove deleted event 2024-07-23 20:35:05 +02:00
2899ba2e8a
Sort methods in GLFW and OpenGL window classes 2024-07-23 17:48:10 +02:00
48f910e78f
Forgot to update imports 2024-07-22 15:20:45 +02:00
e695235277
Make OpenGL compatibility test window invisible 2024-07-22 13:40:21 +02:00
42d0feb574
Update Window classes 2024-07-22 13:40:03 +02:00
071534eb1c
Move common GLFW code to new 'glfw' subsystem 2024-07-21 23:19:02 +02:00
b277587ec8
Cut down on Vulkan and OpenGL subsystem deps 2024-07-21 23:16:55 +02:00
4dbbee4efa
Add isClosureRequested() method 2024-07-21 22:41:41 +02:00
e8b9642177
Fix Graphics API shutdown logic 2024-07-21 21:19:27 +02:00
9d3397888d
Add OpenGL Core Profile requirement 2024-07-21 21:17:24 +02:00
8b09290c81
Require OpenGL version during window creation 2024-07-21 21:17:06 +02:00
80478e6a69
Improve Graphics API initialization 2024-07-21 21:12:59 +02:00
350b18219b
Fix OpenGL Window#getIdentifierAsLong 2024-07-21 17:37:55 +02:00
b1a56ea6a4
Update Window class heavily 2024-07-21 16:45:46 +02:00
051f3eaacc
Add ApiInternalClass and OpenGL equivalent 2024-07-21 16:45:28 +02:00
7962a15c12
Sort methods in OpenGlSubsystem 2024-07-21 16:44:57 +02:00
311de39899
Remove createWindow and add mustRunOnMainThread 2024-07-21 16:44:18 +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
5697522641
Remove jOOR dependency, migrate tests 2024-07-15 13:13:55 +02:00
e65c3e2662
Prefix all @since values with 'v' 2024-07-12 02:30:20 +02:00
d02e854d95
Fix module-info.java files 2024-07-11 15:51:51 +02:00
7c553c24f0
Move data types and classes around 2024-07-11 14:38:00 +02:00
9c1f5711a7
Update Javadoc and apply a few code fixes 2024-07-11 04:17:03 +02:00
10fa65b8e1
Update module names for all Graphics APIs 2024-07-11 04:16:20 +02:00
fa3d2ec19d
Add comments and fix Javadoc generation 2024-07-11 04:03:08 +02:00
4d462d65f4
Mark getDependencyVector with @NotNull 2024-07-08 14:26:07 +02:00
3f7edd0968
Add more Immutable* types 2024-07-08 13:46:30 +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
fd6c8851ad
Update package structure 2024-07-08 11:32:08 +02:00
ecf0f94784
Fix & complete automatic subsystem initialization 2024-07-07 12:55:56 +02:00
8ee805b2db
Update and extend JavaDoc for almost all classes 2024-07-07 12:52:36 +02:00
aa5b196fb3
Add annotation and new method for subsystems 2024-06-29 22:17:17 +02:00
51f0405895
Update Window interface 2024-06-28 18:06:04 +02:00
f5075b9832
Plaster copyright notice over everything 2024-06-28 01:08:45 +02:00
f39223b4da
Add READMEs to all subsystems 2024-06-27 20:25:32 +02:00
cc3cd52d22
Move interfaces, enums & classes around again 2024-06-27 20:08:34 +02:00
9e4cfee89a
Fix codepart identification for logger instances 2024-06-27 19:26:25 +02:00