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
|
5433430767
|
- FString is always gone.
|
2023-08-22 22:54:52 +02:00 |
|
Christoph Oelckers
|
454af06acf
|
- use a local byteswap header in the file system.
|
2023-08-22 21:49:55 +02:00 |
|
Christoph Oelckers
|
5f3d25ef44
|
- use ScanDirectory in all places where the findfile API was used.
This allows to completely hide its implementation details from the rest of the code which only gets a list of file names now.
|
2023-08-22 21:49:54 +02:00 |
|
Christoph Oelckers
|
219b3fb9f9
|
- uncoupled directory loader from the rest of the engine.
|
2023-08-22 21:49:54 +02:00 |
|