Christoph Oelckers
|
cffa49d05f
|
add missing #includes
|
2023-12-16 07:23:57 +01:00 |
|
Christoph Oelckers
|
78a71bb662
|
streamline the buffer readers.
|
2023-12-14 17:22:32 +01:00 |
|
Christoph Oelckers
|
235d36fe69
|
simplification of MemoryArrayReader interface.
|
2023-12-14 17:22:32 +01:00 |
|
Christoph Oelckers
|
72a2e5d532
|
fixed remaining issues in resource file loading.
|
2023-12-14 17:22:31 +01:00 |
|
Christoph Oelckers
|
f3c7e01195
|
fixed BufferingReader
|
2023-12-14 17:22:31 +01:00 |
|
Christoph Oelckers
|
fe106d9bfe
|
merge FileData and ResourceData.
|
2023-12-14 17:22:29 +01:00 |
|
Christoph Oelckers
|
f873946bd0
|
fixed some warnings.
|
2023-12-10 13:31:50 +01:00 |
|
Christoph Oelckers
|
fc84579319
|
let FileReader::Read return an opaque buffer instead of std::vector.
This can later allow returning a pointer to a static buffer from a cache without creating copies.
|
2023-12-10 09:07:49 +01:00 |
|
Christoph Oelckers
|
89535b803a
|
Backend update from Raze.
|
2023-10-07 18:42:24 +02:00 |
|
Christoph Oelckers
|
4fd5f00c4b
|
- made all FileReader implementations 64 bit capable.
|
2023-09-14 21:45:38 +02:00 |
|
Christoph Oelckers
|
17ab6e851a
|
- make sure that FileWriter::Printf never writes null characters.
|
2023-09-03 23:48:42 +02:00 |
|
Christoph Oelckers
|
c77ece4922
|
moved private definitions out of public headers.
|
2023-08-22 22:54:54 +02:00 |
|
Christoph Oelckers
|
ebb71cebf1
|
- put the entire filesystem code into a namespace and created some subdirectories.
|
2023-08-22 22:54:54 +02:00 |
|