aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax 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-03Bugfix for displaying text messages when an auto tracking (cut-scene) changes...Paul Gilbert
2009-07-03Bugfix for loading savegames where the active resource file database isn't co...Paul Gilbert
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-02Added support for compressed sample files (patch #2815426 by m_kiewitz)Sven Hesse
2009-07-01Flag what looks like a bug in the CMS player code -- somebody should verify a...Max Horn
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-07-01Use MIN with correct template parameter.Lars Persson
2009-06-30Made the music/sfx volume settings actually affect the in-game music/sfx volumePaul Gilbert
2009-06-29Fix invisible mouse cursor, when picking up items.Johannes Schickel
2009-06-29Fix bug in drawShape.Johannes Schickel
2009-06-29Fix LoL cursor in DOS version.Johannes Schickel
2009-06-29Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed inco...Johannes Schickel
2009-06-29Fix palette regression caused by r41949.Johannes Schickel
2009-06-29Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.Johannes Schickel
2009-06-29- Get rid of code duplication for mouse cursor setupJohannes Schickel
2009-06-29Removed obsolete TODOs in HoF code.Johannes Schickel
2009-06-29Resolved some TODOs in Kyra3 code.Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-06-29Update the screen animations while dropping items in Hand of Fate.Johannes Schickel
2009-06-29Removed some obsolete TODOs.Johannes Schickel
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
2009-06-29Add a "fill" method to Palette.Johannes Schickel
2009-06-29Replaced some raw palette loads.Johannes Schickel
2009-06-29Cleanup GUI_HoF::setupPalette.Johannes Schickel
2009-06-29Cleanup KyraEngine_MR::updateCharPal.Johannes Schickel
2009-06-29Change LoLEngine::generateFlashPalette to take Palette objects as parameters.Johannes Schickel
2009-06-29Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.Johannes Schickel
2009-06-29Change raw palette read to Screen::loadPalette call.Johannes Schickel
2009-06-29Chang Palette parameter of LolEngine::setPaletteBrightness to be const.Johannes Schickel
2009-06-29Change LoLEngine::generateBrightnessPalette to take Palette objects as parame...Johannes Schickel
2009-06-29Changed LoLEngine::setPaletteBrightness to take an Palette object.Johannes Schickel
2009-06-29Change LoLEngine::processMagicIce to use Palette objects internally.Johannes Schickel
2009-06-29Modified Palette::load*Palette definition.Johannes Schickel
2009-06-27LOL: add workaround to fix map text display when the language is set to FrenchFlorian Kagerer