aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
AgeCommit message (Expand)Author
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-15SCI: Keep a single copy of the versionNames array; this fixes warning about i...Max Horn
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14- Added a new game flag to distinguish SCI1 EGA versionsFilippos Karapetis
2009-05-14Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe...Filippos Karapetis
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-14SCI: Renamed GF_SCI0_BEFORE_* macros to GF_FOR_SCI0_BEFORE_* (to emphasise th...Max Horn
2009-05-14Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5...Filippos Karapetis
2009-05-14- Removed SCI_VERSION_FTU_NEW_GETTIMEFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-14- Enabled the code which puts the text inside the screen if it doesn't fit fo...Filippos Karapetis
2009-05-14Removed the hack used to check for the existence of the CantBeHere() selectorFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12Rearranged all the different version checks based on SCI version in versions....Filippos Karapetis
2009-05-11Console is a class, not a structFilippos Karapetis
2009-05-11SCI: Reduced header depsMax Horn
2009-03-07The ScummVM debug console is now working (though only the "version" command i...Filippos Karapetis
2009-03-01SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...Max Horn
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-27SCI: Commited file handling revamp, work in progressMax Horn
2009-02-22Add resource version option to game detection table, for games version(s) wit...Travis Howell
2009-02-22- Made ResourceManager accessible from _vmFilippos Karapetis
2009-02-21formatingPaweł Kołodziejski
2009-02-21Implemented SciEngine::getDebugger()Jordi Vilalta Prat
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-20Fixing compilation for meSven Hesse
2009-02-20Some initial code for a debug console (still non-working)Filippos Karapetis
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20- Moved SciEngine code to sci.cppJordi Vilalta Prat
2009-02-19- Fix finding versions from exe'sMatthew Hoops
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-17Update headers. restEugene Sandulenko
2009-02-16Reimplemented reg_t_hashmap using Common::HashMapMax Horn
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15- Move sci/scummvm/ contents to sci/ Eugene Sandulenko