Zed A. Shaw
|
99d56b246c
|
Looks like this is _possibly_ working but the last step of actually loading a save needs to be figured out.
|
2024-11-06 07:18:59 -05:00 |
|
Zed A. Shaw
|
6add24fed2
|
Big revelation is that anytime you're doing file I/O you _must_ use std::filesystem. It simplifies so much about working with files.
|
2024-11-06 02:40:29 -05:00 |
|
Zed A. Shaw
|
da63f006c2
|
Config and save system almost there.
|
2024-11-05 21:33:28 -05:00 |
|
Zed A. Shaw
|
71bc97a016
|
Save system should work better now, just needed to switch to basic map. This would probably a lot better if tser.hpp supported std::any.
|
2024-11-05 06:11:50 -05:00 |
|
Zed A. Shaw
|
d113dba42f
|
Almost working save sytem but the data I store is totally wrong. I need to also save the entity IDs being used and map them to the components.
|
2024-11-05 02:38:36 -05:00 |
|