index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
file.h
Age
Commit message (
Expand
)
Author
2004-01-06
updated copyright notice
Max Horn
2003-12-25
be stricter about File::open params
Max Horn
2003-11-30
cleanup
Max Horn
2003-10-16
add method to set the xor byte in the file class. Needed as the combined mac ...
Jonathan Gray
2003-10-10
some cleanup
Max Horn
2003-09-17
added a static method setDefaultDirectory to class File; used this to simplif...
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-06-21
make File constructor virtual to allow subclassing; made seek default to SEEK...
Max Horn
2003-05-28
the _encbyte code was evil, because it modified the memory passed to write();...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2002-12-24
File object stores file name (useful for debugging)
Max Horn
2002-11-10
indention fix :-)
Max Horn
2002-10-21
The terms Word and DWord are somewhat Windows centric; in fact there are syst...
Max Horn
2002-09-15
improved open function in File class
Paweł Kołodziejski
2002-09-13
factored out the case-insensitive fopen into its own function - makes it easi...
Max Horn
2002-09-13
ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't su...
Max Horn
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-09-02
added write support to File
Paweł Kołodziejski
2002-09-02
changed file io in sounds to class File
Paweł Kołodziejski
2002-08-31
updated
Paweł Kołodziejski
2002-08-31
added class File
Paweł Kołodziejski