aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2009-02-18Moved game version checking to ScummVM's detector and removed the FreeSCI ver...Filippos Karapetis
2009-02-17SCI: Merged main_ into SciEngine::go()Max Horn
2009-02-17Update headers. restEugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15don't allocate state_t gamestate on stack as it will be freedWillem Jan Palenstijn
2009-02-15- Move sci/scummvm/ contents to sci/ Eugene Sandulenko