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.cpp
Age
Commit message (
Expand
)
Author
2004-10-19
Got rid of ungetc() to save Chrilith from the trouble of implementing it
Torbjörn Andersson
2004-10-18
Accepted patch #1048693 -- Making File::gets() more well-defined.
Eugene Sandulenko
2004-10-16
Fix bug #1048129 which prevented eof() method from working.
Eugene Sandulenko
2004-10-16
Add gets() method to File class.
Eugene Sandulenko
2004-08-05
Try the current dir last, not first
Max Horn
2004-07-31
Fixed bug #1001069; clarified/simplified some error messages
Max Horn
2004-07-26
slightly more informative error messages in class File
Max Horn
2004-07-23
Allow subclasses to modify File class members (e.g. to set _ioFailed); change...
Max Horn
2004-07-18
Simplified fopenNoCase (and reduced the code redundancy)
Max Horn
2004-07-01
Fix bug introduced with last addDefaultDirectory() change. It prevented
Eugene Sandulenko
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
Fix byte reads
Max Horn
2004-04-17
Introduce ReadStream and WriteStream (as explained in my File class design ma...
Max Horn
2004-02-10
Previous method wouldn't work, since each langague is in different directory.
Travis Howell
2004-02-06
Add extra paths for international version of Simon the Sorcerer 1, so game ca...
Travis Howell
2004-01-06
add missing comma to ensure all directories are checked
Jonathan Gray
2004-01-06
updated copyright notice
Max Horn
2003-12-27
Search additional folder for BS1
Travis Howell
2003-12-25
be stricter about File::open params
Max Horn
2003-11-30
cleanup
Max Horn
2003-11-18
Add extra directory checks for Macintosh versions of indy3/loom
Travis Howell
2003-10-10
some cleanup
Max Horn
2003-09-24
Add Acorn version of Simon the Sorcerer 1 Talkie
Travis Howell
2003-09-17
added a static method setDefaultDirectory to class File; used this to simplif...
Max Horn
2003-09-17
delete name only after closing the file
Max Horn
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-09-08
Some files are located in a different folder in Atari-ST version of Zak
Chris Apers
2003-08-22
add sword2 cd dirs
Jonathan Gray
2003-08-21
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...
Jonathan Gray
2003-08-01
mingw compile broken when include order was changed
Travis Howell
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-03
Made read() return the number of bytes that were actually read, rather than
Torbjörn Andersson
2003-06-27
ops
Paweł Kołodziejski
2003-06-27
chenged ifdef to handle all win32 ports
Paweł Kołodziejski
2003-06-15
Parentheses didn't compile on WIN32
Bertrand Augereau
2003-06-14
fixed aquadran's Windows fix (a pointer is const for good reasons; simply cas...
Max Horn
2003-06-14
fix for bug #749249, related with path of game data placed on root drive unde...
Paweł Kołodziejski
2003-05-28
the _encbyte code was evil, because it modified the memory passed to write();...
Max Horn
2003-05-28
added some missing checks for file being open before reading/writing
Max Horn
2003-05-21
added fixme comment
Max Horn
2003-05-19
Patch #739911: Fix for undefined behaviour in fopenNoCase()
Max Horn
2003-05-01
fix leak
Jonathan Gray
2003-04-30
more PalmOS changes
Max Horn
2003-04-10
fixed GP32 port
Joost Peters
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2003-01-12
search for files in voices/ subdir (useful for Simon2Mac)
Max Horn
[next]