Commit graph

12 commits

Author SHA1 Message Date
0ffd137891
Add ansi subsystem (only formatter for now) 2024-12-20 21:49:18 +01:00
91128541f9
Remove unnecessary dependency inclusions 2024-12-20 19:36:47 +01:00
e4f4ab6f8c
Add EngineConfiguration.toDefault method 2024-12-20 01:37:39 +01:00
8b15e8a84e
Update gradle.properties naming scheme 2024-12-19 02:49:32 +01:00
b602897ff4
Update files 2024-12-19 02:49:15 +01:00
2629e940e7
Add git and gradle build information 2024-12-18 17:41:53 +01:00
a655dec583
Add unit testing 2024-12-15 22:33:31 +01:00
8393818043
Add FileAccess class with many exceptions
The FileAccess class is an almost 1:1 rewrite of the old FileAccess class from v1-alpha9, just with some method names changed, a set of "verify" methods, no setPosixPermissions method anymore and wrapper exceptions around Java exceptions to avoid direct contact with Java stuff for public API. See the NonKotlinContact annotation for more information.
The old FileAccess class (for reference): 1e978e3146/base/src/main/java/de/staropensource/engine/base/utility/FileAccess.java
2024-12-15 01:15:50 +01:00
9b5d12203f
Make private secondary constructors the primaries 2024-12-13 18:36:27 +01:00
ba412cec50
Initial rewrite commit (see #17) 2024-12-12 23:10:29 +01:00
c975c5adff
Update icon 2024-11-24 13:28:28 +01:00
893f591d11
Add dist/ directory 2024-06-16 13:34:56 +02:00