Age | Commit message (Expand) | Author |
---|---|---|
2009-02-20 | - Moved SciEngine code to sci.cpp | Jordi Vilalta Prat |
2009-02-18 | Added methods to get information for the detected game version | Filippos Karapetis |
2009-02-18 | Moved game version checking to ScummVM's detector and removed the FreeSCI ver... | Filippos Karapetis |
2009-02-17 | SCI: Merged main_ into SciEngine::go() | Max Horn |
2009-02-17 | Update headers. rest | Eugene Sandulenko |
2009-02-17 | Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec... | Filippos Karapetis |
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting G... | Max Horn |
2009-02-15 | don't allocate state_t gamestate on stack as it will be freed | Willem Jan Palenstijn |
2009-02-15 | - Move sci/scummvm/ contents to sci/ | Eugene Sandulenko |