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
/
sci
/
exereader.cpp
Age
Commit message (
Expand
)
Author
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-22
Add remapping of Amiga version strings and re-enable detection of kq5 amiga.
Matthew Hoops
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
SCI: Fixed more warnings
Max Horn
2009-02-20
- Moved SciEngine code to sci.cpp
Jordi Vilalta Prat
2009-02-19
- Do not break after finding an executable in SCI fallback detection, as we m...
Matthew Hoops
2009-02-19
Function call order in expressions isn't well-defined. Also fix missing shift...
Willem Jan Palenstijn
2009-02-19
Used the LZEXE unpacker from the teenagent engine. The SCI version detector n...
Filippos Karapetis
2009-02-19
use READ_BE_UINT32() function to read a 32-bit Big Endian value.
Joost Peters
2009-02-19
Corrected erroneous use of MKID_BE
Filippos Karapetis
2009-02-19
Fixed version checking for unpacked executable files, and updated the SCI ver...
Filippos Karapetis
2009-02-19
MKID_BE() does not work that way. Moreover, it even fails to compile on my 64...
Sven Hesse
2009-02-19
Rewrote the EXE reading routines (the LZEXE compression stuff is still not co...
Filippos Karapetis