aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
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
2009-06-26SCI: starting to restore RGB color functionalityWillem Jan Palenstijn
2009-06-25After discussing with waltervn, committing my fix for the King's Quest I Demo...Matthew Hoops
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-03- Moved the engine state and the console to be private members of SciEngineFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Removed some unused variables from the engine stateFilippos Karapetis
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-29- Moved some debug code into console.cpp, adding 3 console commands: resource...Filippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-29- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...Filippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-18SCI: cleanupMax Horn
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-14SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting...Max Horn
2009-05-14Fixed regression in EGA gamesFilippos Karapetis
2009-05-14Added a parameter to the graphics resource manager to determine if the runnin...Filippos Karapetis
2009-05-14Added the EGA version of Longbow, and partially reverted my previous commit. ...Filippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-11SCI: Hacked stuff up so that debugger commands also print on the GUI consoleMax Horn
2009-05-11SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...Max Horn
2009-05-11SCI: Reduced header depsMax Horn
2009-04-27SCI: Removed unused vars; doxygenified some comments; cleanupMax Horn