aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-17Corrected offset for animation of player operating rack in German version, ↵Paul Gilbert
and cleaned up the talk data reader which should fix some bad talk data being generated for the German version svn-id: r30525
2008-01-17Bugfix for the position and size of the copy protection dialog instructions ↵Paul Gilbert
in the German version svn-id: r30524
2008-01-16Fixed some warningsOystein Eftevaag
svn-id: r30523
2008-01-16forgot disable that tooPaweł Kołodziejski
svn-id: r30522
2008-01-16experimental seek in compressed streams in dimuse in time ms resolutionPaweł Kołodziejski
svn-id: r30521
2008-01-16opsPaweł Kołodziejski
svn-id: r30519
2008-01-16clarify warningPaweł Kołodziejski
svn-id: r30518
2008-01-16Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using ↵Kari Salminen
Amiga AGI 2.090 uses value 5 for v20 (i.e. the computer type variable). Thanks to Raziel for the info! svn-id: r30516
2008-01-16Added code fragment to correctly set the walk to position for Goewin (for ↵Paul Gilbert
interacting with her) both when she's in the Apothecary and when she's out walking svn-id: r30515
2008-01-16Added workaround for Edwina's walk to position, and removed special case ↵Paul Gilbert
handling for Goewin's walk to position svn-id: r30514
2008-01-16Added workaround for Edwina's walk to position, and removed special case ↵Paul Gilbert
handling for Goewin's walk to position svn-id: r30513
2008-01-15Set the number of speech segments in The Feeble File.Travis Howell
svn-id: r30508
2008-01-15Fixed bad memory access. (Wrong index variable when reading sound->marker[].)Torbjörn Andersson
svn-id: r30506
2008-01-15Use scumm_stricmp() instead of plain stricmp().Torbjörn Andersson
svn-id: r30505
2008-01-15opsPaweł Kołodziejski
svn-id: r30504
2008-01-15implement dimuse transition 12, not tested yetPaweł Kołodziejski
svn-id: r30503
2008-01-15Fixed warnings.Torbjörn Andersson
svn-id: r30502
2008-01-15Since the mixer uses 'delete' to free memory, we should allocate it with 'new'.Torbjörn Andersson
I don't know if I got all cases, but I no longer get any Valgrind warnings at the beginning of CoMI when using the original sound/music files. svn-id: r30501
2008-01-15opsPaweł Kołodziejski
svn-id: r30500
2008-01-15fix last commit to release, and add version 2 fallback for compressed filesPaweł Kołodziejski
svn-id: r30499
2008-01-15Initialise _lastTableWidth. (Fixes Valgrind warning.)Torbjörn Andersson
svn-id: r30497
2008-01-15forgot release string in the 'marker'Paweł Kołodziejski
svn-id: r30495
2008-01-15implement loading markers "exit". dumped version 3 for compressed bun files, ↵Paweł Kołodziejski
compress tools are not ready svn-id: r30494
2008-01-15back to previous way of copying stream, so it continue old streamPaweł Kołodziejski
svn-id: r30491
2008-01-15if track sound data is compressed reset data offset to beginning of region. ↵Paweł Kołodziejski
we need implement seek in stream anyway or drop support svn-id: r30490
2008-01-14implement force flush old fadeTrack. fixed trackId in new fadeTrack, it ↵Paweł Kołodziejski
wasn't set properly, caused switching regions. svn-id: r30489
2008-01-14revert last experimental dimuse change, force flushPaweł Kołodziejski
svn-id: r30488
2008-01-14experimental force flush fade track if it's in usePaweł Kołodziejski
svn-id: r30487
2008-01-14put 'break' here too, only one music in non fade tracks allowedPaweł Kołodziejski
svn-id: r30486
2008-01-14i forgot 'break' in the loopPaweł Kołodziejski
svn-id: r30485
2008-01-14implement special case for playing music with beginning offset where other ↵Paweł Kołodziejski
one stopped svn-id: r30483
2008-01-14Workaround for bug #1660424 (KQ4: Zombie bug) which is a script bug present ↵Kari Salminen
in the original game. svn-id: r30482
2008-01-14fixed setting hookId for music, it doesn't worked beforePaweł Kołodziejski
svn-id: r30481
2008-01-13correction fade out music times in comi demoPaweł Kołodziejski
svn-id: r30480
2008-01-13not need call refreshScripts in demo version of comiPaweł Kołodziejski
svn-id: r30479
2008-01-13IndentationKari Salminen
svn-id: r30478
2008-01-13Indentation.Torbjörn Andersson
svn-id: r30477
2008-01-13Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r30476
2008-01-13revert updateFadeMusicTrackPaweł Kołodziejski
svn-id: r30475
2008-01-13Clarify comments on compiler warning flagsMax Horn
svn-id: r30474
2008-01-13Various small patches to the build system by jvpratMax Horn
svn-id: r30473
2008-01-13Fix warnings HashMap causes on some compilers (notably, GCC 3.x used for ↵Max Horn
various cross compilers) svn-id: r30472
2008-01-13Added GPL header to configure (it really is complex enough to justify that), ↵Max Horn
and removed some old TODOs svn-id: r30471
2008-01-13Fixed typo (SVN->CVS); expanded legal header to point to our COPYRIGHT file, ↵Max Horn
and add some SVN tags svn-id: r30470
2008-01-13Adapted the dist-scummvm.sh tool for SVN usage, making it once more super ↵Max Horn
easy to build release tar balls svn-id: r30469
2008-01-13WORKAROUND bug #1870304: Solaris does not provide INADDR_NONEMax Horn
svn-id: r30467
2008-01-13revert experimental hackPaweł Kołodziejski
svn-id: r30466
2008-01-13fixed fadeOutMusic in transitionsPaweł Kołodziejski
svn-id: r30465
2008-01-13additional missing stoppingSequence to music transitions.Paweł Kołodziejski
svn-id: r30464
2008-01-13added missing stoppingSequence to music transitions. still i'm not sure if ↵Paweł Kołodziejski
it trigger properly in our imuse implementation svn-id: r30463