aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/file.cpp
AgeCommit message (Expand)Author
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
2007-02-25Rename file class, since it is been used for disk images of Apple II and Comm...Travis Howell
2007-02-25Add support for using disks images for Apple II version of Maniac Mansion.Travis Howell
2007-02-14Make use of md5_file_stringMax Horn
2006-10-15Turning various static tables into static constMax Horn
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-04-16Fixed broken svn:keywords valuesMax Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn