|
86e85356ba
|
Optimize startup and fix shutdown logic
|
2024-07-23 19:32:37 +02:00 |
|
|
2899ba2e8a
|
Sort methods in GLFW and OpenGL window classes
|
2024-07-23 17:48:10 +02:00 |
|
|
ec3ecc0113
|
Combine Mouse and KeyInputEvent
|
2024-07-23 17:47:21 +02:00 |
|
|
7b70cf8511
|
Fix typo
dum
|
2024-07-23 17:46:30 +02:00 |
|
|
2f963e86ef
|
Add clone method to vector data types
|
2024-07-23 17:45:37 +02:00 |
|
|
805574f677
|
Oops forgot to update imports here as well
|
2024-07-22 15:22:48 +02:00 |
|
|
e754c2c248
|
Add input event and type classes
|
2024-07-22 15:22:34 +02:00 |
|
|
48f910e78f
|
Forgot to update imports
|
2024-07-22 15:20:45 +02:00 |
|
|
e7e1abc510
|
Move Window-related classes into separate package
|
2024-07-22 15:20:26 +02:00 |
|
|
90b6dbcd31
|
Shrink down getSetting() size in configurations
|
2024-07-22 15:18:35 +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 |
|
|
260464d727
|
Make Miscellaneous#invokeGarbageCollector jd more verbose
|
2024-07-22 13:39:17 +02:00 |
|
|
a0a89d2f3c
|
Add boolean and integer conversion methods
This commit also reorganizes the method order inside Miscellaneous.java
|
2024-07-22 13:35:14 +02:00 |
|
|
67909e9cc3
|
Add Tristate#toBoolean method
|
2024-07-22 13:34:29 +02:00 |
|
|
ce97838c12
|
Add GLFW subsystem to subsystem list in documentation
|
2024-07-21 23:20:20 +02:00 |
|
|
071534eb1c
|
Move common GLFW code to new 'glfw' subsystem
|
2024-07-21 23:19:02 +02:00 |
|
|
bca45488d1
|
Encapsulate Main#run logic in try-catch block
|
2024-07-21 23:18:13 +02:00 |
|
|
b277587ec8
|
Cut down on Vulkan and OpenGL subsystem deps
|
2024-07-21 23:16:55 +02:00 |
|
|
fa8086f198
|
Fix vv1-alpha2 in startup message
|
2024-07-21 23:16:00 +02:00 |
|
|
4dbbee4efa
|
Add isClosureRequested() method
|
2024-07-21 22:41:41 +02:00 |
|
|
f3acca7456
|
Move logCall() invocation outside of Runnable
This ensures debug log messages are kept in order
|
2024-07-21 21:22:53 +02:00 |
|
|
e8b9642177
|
Fix Graphics API shutdown logic
|
2024-07-21 21:19:27 +02:00 |
|
|
aaa81e2f87
|
Disallow logCall() invocation on LogEvent
|
2024-07-21 21:19:10 +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 |
|
|
2469e124bd
|
Improve event system and reflection
|
2024-07-21 21:10:49 +02:00 |
|
|
350b18219b
|
Fix OpenGL Window#getIdentifierAsLong
|
2024-07-21 17:37:55 +02:00 |
|
|
5cb8350a41
|
Update stack trace placeholder
|
2024-07-21 17:37:42 +02:00 |
|
|
705f8a0623
|
Enclose window title in parenthesis
|
2024-07-21 17:37:17 +02:00 |
|
|
c194cf2001
|
Catch all throwables for Window.Builder.build()
|
2024-07-21 17:36:59 +02:00 |
|
|
55091d3cd1
|
Override getString() method in vector types
|
2024-07-21 17:35:56 +02:00 |
|
|
09b244ef74
|
Update de.staropensource.sosengine.base.types jd
|
2024-07-21 16:45:58 +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 |
|
|
56743e9bf0
|
Add HIDDEN window mode
|
2024-07-21 16:43:13 +02:00 |
|
|
de0d5cb8a8
|
Add @since tag to VsyncMode javadoc
|
2024-07-21 16:43:07 +02:00 |
|
|
a3849f1813
|
Add package information
|
2024-07-21 16:42:40 +02:00 |
|
|
00a3017c1e
|
Nuked the Vulkan subsystem
|
2024-07-21 16:39:02 +02:00 |
|
|
bf7a450be5
|
Add Miscellaneous#onMainThread method
|
2024-07-21 16:38:47 +02:00 |
|
|
3964512979
|
Mark throwable with @NotNull instead of @Nullable
|
2024-07-21 16:38:37 +02:00 |
|
|
9f638c486c
|
Rename exception IncompatibleTypeReflection
was i drunk?
|
2024-07-20 18:22:48 +02:00 |
|
|
85e6cd69de
|
Add ImmutableHashSet
|
2024-07-20 18:22:14 +02:00 |
|
|
be74555064
|
Fix typos in immutable types
|
2024-07-20 18:22:07 +02:00 |
|
|
bd6cc73a94
|
Add missing package info files
|
2024-07-20 18:21:40 +02:00 |
|
|
0c626cc995
|
Add ParserException
|
2024-07-20 18:07:58 +02:00 |
|
|
0ce24d677f
|
Fix jansi build dependency for all projects
|
2024-07-18 14:14:21 +02:00 |
|