Commit graph

522 commits

Author SHA1 Message Date
d71ff5db0d
Relocate + split rendering code -> separate class
This should allow for more JIT optimizations
2024-11-25 02:52:55 +01:00
485b813853
Fix FPS calculation 2024-11-25 02:29:00 +01:00
d6d890b259
Fix delta time and FPS count calculation 2024-11-25 02:26:32 +01:00
2db14012f8
Remove all remaining traces of ImmutableHashMap 2024-11-25 01:59:16 +01:00
7d15c5c73d
Cleanup rendering subsystem 2024-11-25 01:47:00 +01:00
c89e65882c
Very experimental rendering subsystem changes 2024-11-24 16:39:11 +01:00
45ec057457
Rename some Miscellaneous methods, add stacktraceAsStringRecursive 2024-11-24 15:39:48 +01:00
c975c5adff
Update icon 2024-11-24 13:28:28 +01:00
64f48a472f
Perform code maintenance
Please note that this commit may not fully compile as I'm currently working on a rendering subsystem rewrite.
2024-11-24 13:28:15 +01:00
8bd0896415
Ignore JVM segfault log files 2024-11-10 20:56:52 +01:00
20580fb80b
Update documentation to reflect last commit 2024-11-10 20:56:35 +01:00
a45f010196
Merge and rename windowing subsystem 2024-11-10 20:55:01 +01:00
69cf668c4d
Heavily improve API doc of EngineConfiguration class 2024-11-10 17:59:21 +01:00
7560e150af
Bump version 2024-11-10 17:17:10 +01:00
b643735d0b
Update Docusaurus once again 2024-11-09 16:16:34 +01:00
d12206b925
Update dependencies, set source version to Java 21 2024-11-09 15:51:39 +01:00
dde8972feb
Remove unused logTemplate config setting 2024-11-09 14:37:32 +01:00
6425442c25
Update documentation 2024-11-08 22:15:25 +01:00
d1d8e305ed
Fix build.gradle log call 2024-11-06 14:29:31 +01:00
a6a41f5cec
Update docusaurus 2024-11-06 02:31:45 +01:00
7cf9a4f418
Remove all old shortcode converter references 2024-11-05 21:16:42 +01:00
ea93d12151
Move the very internal shutdown event to the non-internal events package 2024-11-05 21:15:30 +01:00
c533a06148
Overhaul engine init procedure + add new placeholder 2024-11-05 21:13:30 +01:00
4281f946be
Fix Javadoc generation issues 2024-11-05 03:07:34 +01:00
5021f2cc35
Remove testing Logger#crash call 2024-11-05 02:57:52 +01:00
edd28bef2f
Make getArguments return an immutable list 2024-11-05 02:55:28 +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
0966a43d5e
Fix Javadoc generation issues 2024-11-03 18:54:27 +01:00
2730aa0f61
Add forced early engine init stage check 2024-11-03 18:42:42 +01:00
ed1c8b9d3e
Add FileAccess class for filesystem access 2024-11-03 18:40:48 +01:00
d3a01c2c66
Allow throwing all exceptions during engine init
Due to some Java limitation we are required to throw a RuntimeException with our original exception contained within and afterwards unwrap it so we can throw any exception we like. That is dumb.
2024-11-03 18:40:19 +01:00
a21ef1bc5f
Fix variable name convention 2024-11-03 18:32:40 +01:00
a619746e8d
Update abstract class constructor API doc 2024-10-30 22:32:03 +01:00
e42ac8a08e
Remove unecessary Window#render() call 2024-10-18 17:58:03 +02:00
ffcf4604a4
Add setter docs for GlfwWindow#renderCode 2024-10-18 17:51:00 +02:00
6f8d190d6f
Add ability to inject custom rendering code, open GLFW subsystem 2024-10-18 16:24:10 +02:00
c2028cfa33
Add window hint to instruct GLFW to use no API 2024-10-18 15:08:06 +02:00
40894bedba
Bump version 2024-10-16 13:43:46 +02:00
6d7701a7c3
Update GlfwWindow#setIcons logging 2024-10-16 13:21:54 +02:00
665ea05041
Fix Window#setIcons issue 2024-10-16 13:21:32 +02:00
37ac235662
Update versions and links in documentation 2024-10-16 13:09:53 +02:00
01ea995177
Add missing package-info.java class 2024-10-16 13:06:24 +02:00
294ec217ea
Correct package structure inside GLFW subsystem 2024-10-16 13:06:17 +02:00
4c9bfb3732
Bump version 2024-10-16 13:05:40 +02:00
f6c99b66e8
Fix debugFrames check and Window#icons type 2024-10-16 13:03:19 +02:00
643bda6c28
Update maven repository URL 2024-10-15 13:53:16 +02:00
281e7db708
Update documentation 2024-10-15 13:51:02 +02:00
2d558f8482
Update and add README.md files 2024-10-15 13:49:02 +02:00
0d5f19ee31
Rename and update errorShortcodeConverter setting 2024-10-15 13:16:59 +02:00
8456e92a52
Fix EngineConfiguration test 2024-10-15 04:07:08 +02:00