Commit graph

416 commits

Author SHA1 Message Date
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
7c391ecf8d
Update Event.java and LogEvent.java javadoc 2024-06-09 22:18:37 +02:00
7147ab3a5a
Fix bug 2024-06-09 22:16:18 +02:00
3256224329
Improve and fix events 2024-06-09 22:14:45 +02:00
5a98722520
Update Logger class javadoc 2024-06-09 21:21:03 +02:00
7d374fb41a
Add copyright notice to testapp package-info.java 2024-06-09 21:10:41 +02:00
aa688a0ca4
Add LogEvent and EngineCrashEvent 2024-06-09 21:10:22 +02:00
b4cf8f81b1
Update 'final' class modifier 2024-06-09 19:57:12 +02:00
1201d5ce7d
Catch more exceptions 2024-06-09 19:36:44 +02:00
bee385b519
Add (in some files) missing copyright header 2024-06-09 19:36:31 +02:00
a19aad7038
Add event support 2024-06-09 19:05:30 +02:00
2144063a9a
Fix colors after crash 2024-06-09 19:03:45 +02:00
8a0c4f1f03
Move class initialization into new method 2024-06-09 19:03:17 +02:00
9d8b6a8e08
Make Engine#populateCrashContent protected 2024-06-09 19:02:43 +02:00
6ed40b216c
Fix Engine using old BuildInfo 2024-06-09 16:47:02 +02:00
2e76c30faf
Supress UnusedAssignment warning 2024-06-09 16:46:37 +02:00
b4eabae312
Rename BuildInfo to EngineInformation 2024-06-09 16:46:24 +02:00
fab03dd546
Move BuildInfo and JvmInformation into own package 2024-06-09 16:45:48 +02:00
4066bbdd3d
Update package-info.java 2024-06-09 16:36:36 +02:00
c8b2bd1f2c
Rename dependencies 2024-06-09 16:31:11 +02:00
c5b1f9e595
Separate dependencies 2024-06-09 14:18:02 +02:00
3403a438a5
Remove version 2024-06-09 14:17:03 +02:00
bb3e2cb4eb
Add partial PropertyParser test 2024-06-09 13:44:25 +02:00
868709f356
Add assertEquals message 2024-06-09 13:44:15 +02:00
0a7a741d34
Fix CsvSource "identation?" 2024-06-09 13:44:04 +02:00
47c962738b
Make EngineConfiguration test better 2024-06-09 13:43:30 +02:00
9f646db94a
Print full class path for enums (UnitLogger) 2024-06-09 13:42:54 +02:00
c66a780b78
Add Miscellaneous#invokeGarbageCollector method 2024-06-09 13:42:26 +02:00