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
/
engines
/
scumm
/
file.cpp
Age
Commit message (
Expand
)
Author
2007-08-08
Put ScummNESFile class into separate file.
Eugene Sandulenko
2007-08-08
Add Spanish MM NES (2/2)
Eugene Sandulenko
2007-07-01
Re-added __attribute__(packed)
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-04
Fix regression in Commodore 64 version of Zak McKracken.
Travis Howell
2007-02-25
Rename file class, since it is been used for disk images of Apple II and Comm...
Travis Howell
2007-02-25
Add support for using disks images for Apple II version of Maniac Mansion.
Travis Howell
2007-02-14
Make use of md5_file_string
Max Horn
2006-10-15
Turning various static tables into static const
Max Horn
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-22
Fix struct packing issues (macros are not resolve in #pragma params, at least...
Max Horn
2006-07-21
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...
Max Horn
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-04-16
Fixed broken svn:keywords values
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-03
Moved ScummFile etc. to the new file.cpp / file.h
Max Horn