Age | Commit message (Expand) | Author |
2008-01-16 | forgot disable that too | Paweł Kołodziejski |
2008-01-16 | experimental seek in compressed streams in dimuse in time ms resolution | Paweł Kołodziejski |
2008-01-16 | ops | Paweł Kołodziejski |
2008-01-16 | clarify warning | Paweł Kołodziejski |
2008-01-16 | Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using Ami... | Kari Salminen |
2008-01-16 | Added code fragment to correctly set the walk to position for Goewin (for int... | Paul Gilbert |
2008-01-15 | Set the number of speech segments in The Feeble File. | Travis Howell |
2008-01-15 | Fixed bad memory access. (Wrong index variable when reading sound->marker[].) | Torbjörn Andersson |
2008-01-15 | Use scumm_stricmp() instead of plain stricmp(). | Torbjörn Andersson |
2008-01-15 | ops | Paweł Kołodziejski |
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski |
2008-01-15 | Fixed warnings. | Torbjörn Andersson |
2008-01-15 | Since the mixer uses 'delete' to free memory, we should allocate it with 'new'. | Torbjörn Andersson |
2008-01-15 | ops | Paweł Kołodziejski |
2008-01-15 | fix last commit to release, and add version 2 fallback for compressed files | Paweł Kołodziejski |
2008-01-15 | Initialise _lastTableWidth. (Fixes Valgrind warning.) | Torbjörn Andersson |
2008-01-15 | forgot release string in the 'marker' | Paweł Kołodziejski |
2008-01-15 | implement loading markers "exit". dumped version 3 for compressed bun files, ... | Paweł Kołodziejski |
2008-01-15 | back to previous way of copying stream, so it continue old stream | Paweł Kołodziejski |
2008-01-15 | if track sound data is compressed reset data offset to beginning of region. w... | Paweł Kołodziejski |
2008-01-14 | implement force flush old fadeTrack. fixed trackId in new fadeTrack, it wasn'... | Paweł Kołodziejski |
2008-01-14 | revert last experimental dimuse change, force flush | Paweł Kołodziejski |
2008-01-14 | experimental force flush fade track if it's in use | Paweł Kołodziejski |
2008-01-14 | put 'break' here too, only one music in non fade tracks allowed | Paweł Kołodziejski |
2008-01-14 | i forgot 'break' in the loop | Paweł Kołodziejski |
2008-01-14 | implement special case for playing music with beginning offset where other on... | Paweł Kołodziejski |
2008-01-14 | Workaround for bug #1660424 (KQ4: Zombie bug) which is a script bug present i... | Kari Salminen |
2008-01-14 | fixed setting hookId for music, it doesn't worked before | Paweł Kołodziejski |
2008-01-13 | correction fade out music times in comi demo | Paweł Kołodziejski |
2008-01-13 | not need call refreshScripts in demo version of comi | Paweł Kołodziejski |
2008-01-13 | Indentation | Kari Salminen |
2008-01-13 | Indentation. | Torbjörn Andersson |
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2008-01-13 | revert updateFadeMusicTrack | Paweł Kołodziejski |
2008-01-13 | revert experimental hack | Paweł Kołodziejski |
2008-01-13 | fixed fadeOutMusic in transitions | Paweł Kołodziejski |
2008-01-13 | additional missing stoppingSequence to music transitions. | Paweł Kołodziejski |
2008-01-13 | added missing stoppingSequence to music transitions. still i'm not sure if it... | Paweł Kołodziejski |
2008-01-12 | refreshScripts should check for music state not sequence. it will create regr... | Paweł Kołodziejski |
2008-01-12 | seqId 4 should pass fadeout music not silence ignore | Paweł Kołodziejski |
2008-01-12 | The dummy ("narration only") cutscene player misbehaved a bit if the cutscene | Torbjörn Andersson |
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo |
2008-01-12 | Removed warning in Screen::getOverlayPtr for now. | Johannes Schickel |
2008-01-12 | Use getMousePos in checkInput. | Johannes Schickel |
2008-01-12 | Commit patch #1869749 "KYRA: HoF Towns Audio fix". | Johannes Schickel |
2008-01-12 | Commit patch #1869747 "KYRA: HoF sjis patch". | Johannes Schickel |
2008-01-12 | Bugfix for actors getting stuck (losing their schedule) | Paul Gilbert |
2008-01-12 | Removed old copyright 2005-2006 line from several files so that their headers... | Paul Gilbert |
2008-01-11 | Work around bug #1324106 again. Apparently, I was mistaken the other day when I | Torbjörn Andersson |
2008-01-11 | The SCUMM timer fix makes the workaround for bug #1324106 obsolete | Max Horn |