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
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-05-06
Fix another doyxgen warning
Max Horn
2005-05-05
Turned File::exists into a static method (as it should have been from the sta...
Max Horn
2005-04-22
* Added new virtual base class 'Stream', ReadStream and
Max Horn
2005-01-09
Added new interface SeekableReadStream
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-11-27
Make use of our String class instead of juggling with char pointers; added Fi...
Max Horn
2004-10-16
Add gets() method to File class.
Eugene Sandulenko
2004-07-26
Turn various File class methods into virtual methods, to allow overloading
Max Horn
2004-07-23
Allow subclasses to modify File class members (e.g. to set _ioFailed); change...
Max Horn
2004-06-28
Added simple ref-counting to the File class
Max Horn
2004-06-28
Enhanced default directory support in the File class; now one can specify arb...
Max Horn
2004-06-27
Reversed param order of File::open() -- this allowed me to get rid of a few m...
Max Horn
2004-04-17
Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...
Max Horn
2004-04-17
Introduce ReadStream and WriteStream (as explained in my File class design ma...
Max Horn
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