Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-15 | Fixed bad memory access. (Wrong index variable when reading sound->marker[].) | Torbjörn Andersson | |
svn-id: r30506 | |||
2008-01-15 | Use scumm_stricmp() instead of plain stricmp(). | Torbjörn Andersson | |
svn-id: r30505 | |||
2008-01-15 | ops | Paweł Kołodziejski | |
svn-id: r30504 | |||
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski | |
svn-id: r30503 | |||
2008-01-15 | Fixed warnings. | Torbjörn Andersson | |
svn-id: r30502 | |||
2008-01-15 | Since 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-15 | ops | Paweł Kołodziejski | |
svn-id: r30500 | |||
2008-01-15 | fix last commit to release, and add version 2 fallback for compressed files | Paweł Kołodziejski | |
svn-id: r30499 | |||
2008-01-15 | Initialise _lastTableWidth. (Fixes Valgrind warning.) | Torbjörn Andersson | |
svn-id: r30497 | |||
2008-01-15 | forgot release string in the 'marker' | Paweł Kołodziejski | |
svn-id: r30495 | |||
2008-01-15 | implement loading markers "exit". dumped version 3 for compressed bun files, ↵ | Paweł Kołodziejski | |
compress tools are not ready svn-id: r30494 | |||
2008-01-15 | back to previous way of copying stream, so it continue old stream | Paweł Kołodziejski | |
svn-id: r30491 | |||
2008-01-15 | if 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-14 | implement 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-14 | revert last experimental dimuse change, force flush | Paweł Kołodziejski | |
svn-id: r30488 | |||
2008-01-14 | experimental force flush fade track if it's in use | Paweł Kołodziejski | |
svn-id: r30487 | |||
2008-01-14 | put 'break' here too, only one music in non fade tracks allowed | Paweł Kołodziejski | |
svn-id: r30486 | |||
2008-01-14 | i forgot 'break' in the loop | Paweł Kołodziejski | |
svn-id: r30485 | |||
2008-01-14 | implement special case for playing music with beginning offset where other ↵ | Paweł Kołodziejski | |
one stopped svn-id: r30483 | |||
2008-01-14 | Workaround for bug #1660424 (KQ4: Zombie bug) which is a script bug present ↵ | Kari Salminen | |
in the original game. svn-id: r30482 | |||
2008-01-14 | fixed setting hookId for music, it doesn't worked before | Paweł Kołodziejski | |
svn-id: r30481 | |||
2008-01-13 | correction fade out music times in comi demo | Paweł Kołodziejski | |
svn-id: r30480 | |||
2008-01-13 | not need call refreshScripts in demo version of comi | Paweł Kołodziejski | |
svn-id: r30479 | |||
2008-01-13 | Indentation | Kari Salminen | |
svn-id: r30478 | |||
2008-01-13 | Indentation. | Torbjörn Andersson | |
svn-id: r30477 | |||
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r30476 | |||
2008-01-13 | revert updateFadeMusicTrack | Paweł Kołodziejski | |
svn-id: r30475 | |||
2008-01-13 | revert experimental hack | Paweł Kołodziejski | |
svn-id: r30466 | |||
2008-01-13 | fixed fadeOutMusic in transitions | Paweł Kołodziejski | |
svn-id: r30465 | |||
2008-01-13 | additional missing stoppingSequence to music transitions. | Paweł Kołodziejski | |
svn-id: r30464 | |||
2008-01-13 | added missing stoppingSequence to music transitions. still i'm not sure if ↵ | Paweł Kołodziejski | |
it trigger properly in our imuse implementation svn-id: r30463 | |||
2008-01-12 | refreshScripts should check for music state not sequence. it will create ↵ | Paweł Kołodziejski | |
regressions in comi :) that part need more investigation. svn-id: r30462 | |||
2008-01-12 | seqId 4 should pass fadeout music not silence ignore | Paweł Kołodziejski | |
svn-id: r30461 | |||
2008-01-12 | The dummy ("narration only") cutscene player misbehaved a bit if the cutscene | Torbjörn Andersson | |
soundtrack was present. It should work better now. svn-id: r30455 | |||
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo | |
svn-id: r30441 | |||
2008-01-12 | Removed warning in Screen::getOverlayPtr for now. | Johannes Schickel | |
svn-id: r30440 | |||
2008-01-12 | Use getMousePos in checkInput. | Johannes Schickel | |
svn-id: r30439 | |||
2008-01-12 | Commit patch #1869749 "KYRA: HoF Towns Audio fix". | Johannes Schickel | |
svn-id: r30438 | |||
2008-01-12 | Commit patch #1869747 "KYRA: HoF sjis patch". | Johannes Schickel | |
svn-id: r30437 | |||
2008-01-12 | Bugfix for actors getting stuck (losing their schedule) | Paul Gilbert | |
svn-id: r30435 | |||
2008-01-12 | Removed old copyright 2005-2006 line from several files so that their ↵ | Paul Gilbert | |
headers are consistant with the other files svn-id: r30433 | |||
2008-01-11 | Work around bug #1324106 again. Apparently, I was mistaken the other day when I | Torbjörn Andersson | |
said the timer changes fixed it. This time, I've made the workaround a bit simpler to understand, though. svn-id: r30429 | |||
2008-01-11 | The SCUMM timer fix makes the workaround for bug #1324106 obsolete | Max Horn | |
svn-id: r30419 | |||
2008-01-11 | Fixed bug #1861582 (COMI: Banjo duel seems harder than in the original) by ↵ | Max Horn | |
changing the way SCUMM updates the timer vars (matches disasm now). Beware of regressions\! svn-id: r30418 | |||
2008-01-11 | Cleanup | Filippos Karapetis | |
svn-id: r30412 | |||
2008-01-11 | Fixed capitalization | Filippos Karapetis | |
svn-id: r30411 | |||
2008-01-11 | Added support for the Italian fan translations of Inherit the Earth. The ↵ | Filippos Karapetis | |
original DOS CD, DOS floppy and the Wyrmkeep multi OS re-release CD have been translated to Italian svn-id: r30410 | |||
2008-01-11 | Fix assert that can be triggered in non-English versions of The Feeble Files ↵ | Travis Howell | |
for Amiga/Macintosh. svn-id: r30406 | |||
2008-01-11 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r30405 | |||
2008-01-11 | Don't show help when the alt or shift keys are pressed | Filippos Karapetis | |
svn-id: r30404 |