aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-06Removed some leftover debug code, and turned p0printf messages into debug mes...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-04Removed the animation_granularity variable from the engine state (it never ch...Filippos Karapetis
2009-09-03- Re-added the SCI0 dithering code. Dithering is disabled by default. Added t...Filippos Karapetis
2009-09-02Removed the dirty rectangle option of updating one huge rectangle, and only l...Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-09-01Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...Filippos Karapetis
2009-09-01Disabled dithering by default, in order to get the graphics filters working (...Filippos Karapetis
2009-09-01Re-enabled custom graphics options, and read the cursor, view, pic and text f...Filippos Karapetis
2009-08-31Removed many bogus return values in the SCI graphics functions - some functio...Filippos Karapetis
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-30SCI: CleanupWalter van Niftrik
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21SCI: disable RGB mode, as it's not ready to be used yetWillem Jan Palenstijn
2009-08-19Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,...Travis Howell
2009-08-18Removed the maxMemory parameter of the resource manager and replaced it with ...Filippos Karapetis
2009-08-17SCI: Add autodetection for DoSound. Cleanup.Walter van Niftrik
2009-08-17Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-...Travis Howell
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-25Use new Common::String::printfWillem Jan Palenstijn
2009-07-12Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge...Travis Howell
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-10Simplified SCI and groovie's initial graphics setup making use of the overloa...Jody Northup
2009-07-09Merged revisions 42252,42255-42263,42269-42271 via svnmerge from Travis Howell
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Merged revisions 42201-42202 via svnmerge from Travis Howell
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-07Prevent a crash when the engine errors out before the game state is initializedFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-06Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-...Travis Howell
2009-07-05Merged the two SCI1 versions in one more fileFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-03Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker...Filippos Karapetis
2009-06-27SCI: Use obtained instead of requested PixelFormatWillem Jan Palenstijn
2009-06-27Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics ...Jody Northup