Christoph Oelckers
|
ebb71cebf1
|
- put the entire filesystem code into a namespace and created some subdirectories.
|
2023-08-22 22:54:54 +02:00 |
|
Christoph Oelckers
|
7f024debfd
|
- clean up includes in 3 files.
|
2023-08-22 21:49:56 +02:00 |
|
Christoph Oelckers
|
9f45cc0469
|
- use snprintf for FileWriter::Printf.
pulling in stb_sprintf here may be tricky if the consuming application uses different options, so better not use it here.
|
2023-08-22 21:49:55 +02:00 |
|
Christoph Oelckers
|
def6bffdfc
|
- use std::vector for the MemoryArrayReader
|
2023-08-22 21:49:55 +02:00 |
|
Christoph Oelckers
|
454af06acf
|
- use a local byteswap header in the file system.
|
2023-08-22 21:49:55 +02:00 |
|
Christoph Oelckers
|
219b3fb9f9
|
- uncoupled directory loader from the rest of the engine.
|
2023-08-22 21:49:54 +02:00 |
|
Christoph Oelckers
|
1dc47f91c2
|
- file system error management refactoring.
|
2023-08-22 21:49:54 +02:00 |
|