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
/
scicore
/
versions.cpp
Age
Commit message (
Expand
)
Author
2009-02-28
clean up some warnings
Andre Heider
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-21
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
Max Horn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-19
Rewrote the EXE reading routines (the LZEXE compression stuff is still not co...
Filippos Karapetis
2009-02-19
scan_file returns 1 if there's a failure, not 0; correct version_detect_from_...
Matthew Hoops
2009-02-18
Readded the code which reads the version from the original executable to the ...
Filippos Karapetis
2009-02-18
We no longer verify the SCI version number against the original executables, ...
Filippos Karapetis
2009-02-18
Moved game version checking to ScummVM's detector and removed the FreeSCI ver...
Filippos Karapetis
2009-02-17
Update headers. scicore/
Eugene Sandulenko
2009-02-16
SCI: cleanup
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
consts
Willem Jan Palenstijn
2009-02-15
Silenced some more warnings
Filippos Karapetis
2009-02-15
Fixed compilation under MSVC, and silenced some more warnings
Filippos Karapetis
2009-02-15
Silenced a ton of warnings, and disabled several unreferenced functions (dead...
Filippos Karapetis
2009-02-15
- Remove some unneeded files
Eugene Sandulenko