aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-21Implemented SciEngine::getDebugger()Jordi Vilalta Prat
svn-id: r38674
2009-02-21formatingPaweł Kołodziejski
svn-id: r38673
2009-02-21formatingPaweł Kołodziejski
svn-id: r38672
2009-02-21formatingPaweł Kołodziejski
svn-id: r38671
2009-02-21formatingPaweł Kołodziejski
svn-id: r38670
2009-02-21formatingPaweł Kołodziejski
svn-id: r38669
2009-02-21formatingPaweł Kołodziejski
svn-id: r38668
2009-02-21disable warnings as error, said.cpp generate warnings from bison generated ↵Paweł Kołodziejski
parser svn-id: r38667
2009-02-21formatingPaweł Kołodziejski
svn-id: r38666
2009-02-21Fix for bug #1864270. Music now goes on after the the credits have been ↵Nicola Mettifogo
displayed in the Amiga demo version of Nippon Safes. svn-id: r38664
2009-02-21Fix for bug #2619824. Command list execution is now paused when showing ↵Nicola Mettifogo
credits. This fixes the Amiga demo of Nippon Safes, which would otherwise quit without displaying the credits. svn-id: r38662
2009-02-21SCI: Yet more cleanupMax Horn
svn-id: r38661
2009-02-21SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; ↵Max Horn
fixed tons of bad format strings svn-id: r38660
2009-02-21SCI: Regenerated said.cpp from said.yMax Horn
svn-id: r38659
2009-02-21SCI: Fixed more warningsMax Horn
svn-id: r38658
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also ↵Max Horn
improved the build rule which is responsible for creating engine/savegame.cpp from engine/savegame.cfsml svn-id: r38657
2009-02-21SCI: Fixed more warningsMax Horn
svn-id: r38656
2009-02-21SCI: Fixed tons of bugs in error/warning format stringsMax Horn
svn-id: r38655
2009-02-21SCI: cleanupMax Horn
svn-id: r38654
2009-02-21SCI: Re-enabled detection of my KQ5 versionMax Horn
svn-id: r38653
2009-02-21Advanced detector: Slightly more verbose debug outputMax Horn
svn-id: r38652
2009-02-21avoid vsscanfWillem Jan Palenstijn
svn-id: r38651
2009-02-20Minor consistency change.Torbjörn Andersson
svn-id: r38650
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
a directory with an id and a state file, a savegame now consists of two consecutive CFSML-serialized structs: SavegameMetadata and state_t. The former contains the savegame title, and is loaded when scanning saves. svn-id: r38649
2009-02-20Switch error back to warning, to fix SCI 1.1 regression.Travis Howell
svn-id: r38648
2009-02-20upsPaweł Kołodziejski
svn-id: r38647
2009-02-20Switch errors back to warnings, to fix SCI 1.1 regressions.Travis Howell
svn-id: r38646
2009-02-20re-enable warnings as errorsPaweł Kołodziejski
svn-id: r38645
2009-02-20fixed warningPaweł Kołodziejski
svn-id: r38644
2009-02-20Downgraded some errors to warnings and printf'sFilippos Karapetis
svn-id: r38642
2009-02-20Reverted #38631 and readded gfxr_interpreter_needs_multicolored_pointers - ↵Filippos Karapetis
apparently, it's needed for SCI1.1 support svn-id: r38641
2009-02-20formatingPaweł Kołodziejski
svn-id: r38640
2009-02-20Add detection for the SCI christmas cards.Matthew Hoops
svn-id: r38639
2009-02-20Since opening a compressed piece of music should no longer be an expensiveTorbjörn Andersson
operation, we can probably keep the mutex locked throughout the entire streamCompMusic() function. I'm not convinced that it was ever safe to unlock and relock it partway through. In fact, that's my prime suspect for bug #2614306 ("BS2: noise in music or speech"). svn-id: r38638
2009-02-20Instead of reading an entire compressed sound into a memory stream, use aTorbjörn Andersson
slightly extended SeekableSubReadStream to stream the sound from a file instead. This change is experimental, so it should almost certainly not go into 0.13. svn-id: r38637
2009-02-20formatingPaweł Kołodziejski
svn-id: r38636
2009-02-20formatingPaweł Kołodziejski
svn-id: r38635
2009-02-20Changed some SCIkdebug() calls to debugC()Filippos Karapetis
svn-id: r38634
2009-02-20Remove unused code (gfxr_interpreter_needs_multicolored_pointers)Filippos Karapetis
svn-id: r38631
2009-02-20Add English version of Humongous Catalog Preview and Russian versions of two ↵Travis Howell
HE games. svn-id: r38630
2009-02-20Changed some non-fatal messages back to warningsFilippos Karapetis
svn-id: r38629
2009-02-20formatingPaweł Kołodziejski
svn-id: r38628
2009-02-20Fixing compilation for meSven Hesse
svn-id: r38627
2009-02-20remove README, it's pointlessPaweł Kołodziejski
svn-id: r38626
2009-02-20formatingPaweł Kołodziejski
svn-id: r38625
2009-02-20Updated the MSVC project files of the SCI engineFilippos Karapetis
svn-id: r38624
2009-02-20Some initial code for a debug console (still non-working)Filippos Karapetis
svn-id: r38623
2009-02-20formatingPaweł Kołodziejski
svn-id: r38622
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
svn-id: r38621
2009-02-20formatingPaweł Kołodziejski
svn-id: r38620