aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
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-11Merged revisions 42382,42385-42387,42393-42394 via svnmerge from Travis Howell
2009-07-11Changed an incorrect warning back to scidprintf - the relevant message is for...Filippos Karapetis
2009-07-11Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)Filippos Karapetis
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-11If we fail to auto-detect either the volume or the map version, set the one t...Filippos Karapetis
2009-07-11SCI: don't let TimerSongIterator loop forever, and don't immediatelyWillem Jan Palenstijn
2009-07-11Merged revisions 42360-42361,42364-42366,42368-42378,42380 via svnmerge from Travis Howell
2009-07-11Only error out, if checkStaticSelectorNames() fails.Travis Howell
2009-07-11Applied patch 2818733 - "SCI: Timer iterator for audio resources played via d...Filippos Karapetis
2009-07-11Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/Ge...Filippos Karapetis
2009-07-11Removed an invalid detection entryFilippos Karapetis
2009-07-11Applied a slightly modified patch from clone2727 which adds static selector n...Filippos Karapetis
2009-07-11Fixed regression in the script parser from commit 42260Filippos Karapetis
2009-07-10Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from Travis Howell
2009-07-10Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."Filippos Karapetis
2009-07-10Simplified SCI and groovie's initial graphics setup making use of the overloa...Jody Northup
2009-07-10Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,...Travis Howell
2009-07-09Oops specify the correct revsision number in the fixme.Johannes Schickel
2009-07-09Add fixme about SCI32 specific code.Johannes Schickel
2009-07-09By comparing the commit log of r42300, it seems that "off" was renamed to "la...Johannes Schickel
2009-07-09Fix wrong format arugment.Johannes Schickel
2009-07-09Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi...Filippos Karapetis
2009-07-09restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...Filippos Karapetis
2009-07-09Merged revisions 42252,42255-42263,42269-42271 via svnmerge from Travis Howell
2009-07-08- Moved printObject inside the Console classFilippos Karapetis
2009-07-08Only the kernel needs to be initialized before anything else, when saving/loa...Filippos Karapetis
2009-07-08Fixed saving/loading again (broken with the latest changes for game feature a...Filippos Karapetis
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-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-07Improved the LSL1VGA workaround after talking with waltervnFilippos Karapetis
2009-07-07Added a workaround for incorrect font references in LSL1VGA (which was the or...Filippos Karapetis
2009-07-07Removed the weird checks for a maximum resource number (the sci_max_resource_...Filippos Karapetis
2009-07-07Removed the superfluous sci_version_types array (it's essentially the same as...Filippos Karapetis
2009-07-07Cleanup: added an enum for the auto-detected features, removed the selectors ...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall...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-07Removed unused defineFilippos Karapetis
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Swapped the music and audio resource check for SCI1.1 games. Digital sound ef...Filippos Karapetis
2009-07-06KQ6CD should be working correctly againFilippos Karapetis
2009-07-06Proper handling of sound effects marked as music resourcesFilippos Karapetis
2009-07-06When a song isn't found, send a "stop handle" event so that the engine won't ...Filippos Karapetis
2009-07-06Assigned several unimplemented/unused kernel functions as stubs, so that we k...Filippos Karapetis