• Joined on 2025-01-27
Karutoh pushed to main at Karutoh/RPG 2024-02-22 00:33:17 -08:00
a7774ed41e First commit.
Karutoh created repository Karutoh/RPG 2024-02-22 00:32:31 -08:00
Karutoh opened issue SilverMoonStudio/EHS#6 2024-02-21 00:21:41 -08:00
Custom Heap Manager
Karutoh opened issue SilverMoonStudio/EHS#5 2024-02-21 00:21:05 -08:00
GLB File Decoding
Karutoh pushed tag v1.2.0 to SilverMoonStudio/EHS 2024-02-21 00:02:20 -08:00
Karutoh pushed to main at SilverMoonStudio/TechDemo 2024-02-20 23:08:12 -08:00
75b6eb66d3 Fixed errors.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-20 23:07:02 -08:00
405acb026f Fixed include errors.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-20 22:52:44 -08:00
58f624a18a Added Audio(const Str_8& filePath, DataType type) to force a specific data type.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-20 22:47:57 -08:00
93f881cf03 Changed up how resources import/export files. Added Model codecs.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-19 22:59:05 -08:00
54012df3a1 Fixed Serializer::WriteArray(const T* const value, const O size) and FontAtlas(const Str_8& filePath).
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-19 21:12:07 -08:00
27dfd430ad Fixed image decoding.
Karutoh pushed tag v1.1.0 to SilverMoonStudio/EHS 2024-02-17 01:18:20 -08:00
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:57:37 -08:00
b4674bd94c Fixed Serializer::WriteStr.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:54:19 -08:00
1fd9c63cfe Removed a param from Serializer::WriteStr.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:52:08 -08:00
7cdd57cc5f Fixed Serializer::ReadStr.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:48:19 -08:00
b1adf15f89 Added param for Serializer::WriteStr.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:42:30 -08:00
8e88412deb Fixed error in Serializer::WriteStr.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:30:12 -08:00
7a79fa4d76 Fixed error in Serializer::WritePAdding.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:27:59 -08:00
d3c1e81a27 Optimized write calls in Serializer.
Karutoh pushed to main at SilverMoonStudio/EHS 2024-02-17 00:17:36 -08:00
54065f6ce3 Adjusted strings in Serializer.