Commit Graph

13 Commits

Author SHA1 Message Date
f030ac62ae Fixed the Logging system to actually be able to handle errors. Database is also fixed to use directories. 2024-04-23 22:29:49 -07:00
d13fe81ac5 Database implementation mostly complete. 2024-04-09 01:44:15 -07:00
beba947c69 Started work on database handling. 2024-04-08 03:10:24 -07:00
54012df3a1 Fixed Serializer::WriteArray(const T* const value, const O size) and FontAtlas(const Str_8& filePath). 2024-02-19 22:58:59 -08:00
b4674bd94c Fixed Serializer::WriteStr.
All checks were successful
Build & Release / Linux-AMD64-Build (push) Successful in 1m24s
Build & Release / Windows-AMD64-Build (push) Successful in 8h1m32s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m22s
2024-02-17 00:57:33 -08:00
1fd9c63cfe Removed a param from Serializer::WriteStr. 2024-02-17 00:54:14 -08:00
7cdd57cc5f Fixed Serializer::ReadStr. 2024-02-17 00:52:03 -08:00
b1adf15f89 Added param for Serializer::WriteStr. 2024-02-17 00:48:14 -08:00
8e88412deb Fixed error in Serializer::WriteStr. 2024-02-17 00:42:24 -08:00
7a79fa4d76 Fixed error in Serializer::WritePAdding. 2024-02-17 00:30:08 -08:00
d3c1e81a27 Optimized write calls in Serializer. 2024-02-17 00:27:54 -08:00
54065f6ce3 Adjusted strings in Serializer. 2024-02-17 00:17:31 -08:00
bcd71cf2b5 Adjusted workflow.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m8s
Build & Release / Linux-AMD64-Build (push) Successful in 1m30s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m21s
2024-02-05 22:25:30 -08:00