aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2009-07-06Added seChanged the warning displayed when a selector can't be mapped to a de...Filippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05Merged the two SCI1 versions in one more fileFilippos Karapetis
2009-07-05- Fixed feature auto-detection for Conquests of CamelotFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-05Removed validity check for atoi, which prevented console commands from intera...Filippos Karapetis
2009-07-05When creating a CleanupSongIterator, transfer death listeners to itWillem Jan Palenstijn
2009-07-04When morphing a TeeSongIterator, transfer death listeners to remaining childWillem Jan Palenstijn
2009-07-04Cursors without a palette are now initialized correctly (from patch #2816652)...Filippos Karapetis
2009-07-04Merged SCI1 versions in one more fileFilippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04- Kernel function names are no longer loaded from vocab.999, but are construc...Filippos Karapetis
2009-07-04- Changed some comments to DOxygen styleFilippos Karapetis
2009-07-04Added a new console command, "selector", which attempts to find a selector by...Filippos Karapetis
2009-07-04Removed silly FIXME (mixup between debug and engine debug levels)Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-07-03Replaced script_error and CORE_ERROR with error()Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-03Replaced all calls for manipulating the mouse cursor to be made to the Cursor...Filippos Karapetis
2009-07-03SCI: Fixed warningMax Horn
2009-07-03Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker...Filippos Karapetis
2009-07-03Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ...Filippos Karapetis
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-07-02Moved all the debug state variables in a separate struct and re-enabled sever...Filippos Karapetis
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-25After discussing with waltervn, committing my fix for the King's Quest I Demo...Matthew Hoops
2009-06-24SCI: Fix regression in r41833.Walter van Niftrik
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-21CleanupFilippos Karapetis
2009-06-19SCI: Fix cel1 y-offset regression introduced in r40997.Walter van Niftrik
2009-06-18PatchMax Horn
2009-06-15Added aliases for the script/breakpoint related commands and added the debugf...Filippos Karapetis
2009-06-14SCI: Added detection entries for Japanese SQ4.Walter van Niftrik
2009-06-13Buildfix for gcc 3.3 (moved a template class member into the header file)Oystein Eftevaag
2009-06-12SCI: Moved audio code from AudioResource to the sfx core.Walter van Niftrik
2009-06-12SCI: Added detection entries for Japanese QFG.Walter van Niftrik
2009-06-09SCI: Moved SCI1 audio map handling into the resource manager.Walter van Niftrik
2009-06-08SCI: CleanupWalter van Niftrik