aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2009-02-21formatingPaweł Kołodziejski
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
2009-02-20Changed some SCIkdebug() calls to debugC()Filippos Karapetis
2009-02-20Some initial code for a debug console (still non-working)Filippos Karapetis
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-20SCI: Removed unused allow_patches param/memberMax Horn
2009-02-20SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...Max Horn
2009-02-20- Moved SciEngine code to sci.cppJordi Vilalta Prat
2009-02-18Added methods to get information for the detected game versionFilippos Karapetis
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