Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-19 | fixed support for compressed streams in dimuse | Paweł Kołodziejski | |
svn-id: r30564 | |||
2008-01-19 | Fixed a crash in the rat maze (reported on the forum) that made the game | Torbjörn Andersson | |
uncompletable. I sense a great disturbance in the Force... as if millions of voices cried out "ScummVM 0.11.1" and were suddenly silenced. svn-id: r30562 | |||
2008-01-19 | malloc -> new, free -> delete, added few asserts | Paweł Kołodziejski | |
svn-id: r30561 | |||
2008-01-19 | fixed, it might overflow int32 | Paweł Kołodziejski | |
svn-id: r30560 | |||
2008-01-18 | Updated MSVC9 and MSVC8 project files for commit #30550 | Filippos Karapetis | |
svn-id: r30559 | |||
2008-01-18 | Removing duplicate content and adding GPL header | Max Horn | |
svn-id: r30555 | |||
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn | |
svn-id: r30552 | |||
2008-01-18 | Possible fix for bug #1874516 (QUEEN: Lockup on quit) | Max Horn | |
svn-id: r30551 | |||
2008-01-18 | iMuse Digital: Moved track & table definition from dimuse.h into separate ↵ | Max Horn | |
header files svn-id: r30550 | |||
2008-01-18 | Don't hardcode value for which we have wonderful and nice constants defined ;) | Max Horn | |
svn-id: r30549 | |||
2008-01-18 | Enhanced Surface::writeSubstring to crop any string that exceeds the width ↵ | Paul Gilbert | |
of the surface - this fixes a visual glitch in the German version where some lines were so long they were exceeding the size of the screen svn-id: r30547 | |||
2008-01-18 | Increase talk dialog size by 2 pixels to accommodate a very long word in the ↵ | Paul Gilbert | |
German version svn-id: r30545 | |||
2008-01-17 | restore TrackId meaning | Paweł Kołodziejski | |
svn-id: r30541 | |||
2008-01-17 | reduction a bit of code | Paweł Kołodziejski | |
svn-id: r30538 | |||
2008-01-17 | implement exists(), isReadable() and isWritable() stubs using access() | Joost Peters | |
svn-id: r30537 | |||
2008-01-17 | fixed regression in allocSlot in dimuse, that fix bug #1874045 | Paweł Kołodziejski | |
svn-id: r30536 | |||
2008-01-17 | Fixed obsolete comment. | Kari Salminen | |
svn-id: r30535 | |||
2008-01-17 | Confirmed that the Amiga version of Space Quest II v2.0F using Amiga AGI ↵ | Kari Salminen | |
2.202 uses value 5 for v20 (i.e. the computer type variable). Thanks to Raziel for the info! svn-id: r30533 | |||
2008-01-17 | Bugfix for logging the description of actions being done | Paul Gilbert | |
svn-id: r30532 | |||
2008-01-17 | Fix for isalpha() assertions (Almost identical to revision 29924's fix). ↵ | Kari Salminen | |
Added the rationale for this fix in comments so hopefully this won't happen a third time at the same point in code ;). svn-id: r30531 | |||
2008-01-17 | Updated required lure.dat version number | Paul Gilbert | |
svn-id: r30526 | |||
2008-01-17 | Corrected 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-17 | Bugfix for the position and size of the copy protection dialog instructions ↵ | Paul Gilbert | |
in the German version svn-id: r30524 | |||
2008-01-16 | Fixed some warnings | Oystein Eftevaag | |
svn-id: r30523 | |||
2008-01-16 | forgot disable that too | Paweł Kołodziejski | |
svn-id: r30522 | |||
2008-01-16 | experimental seek in compressed streams in dimuse in time ms resolution | Paweł Kołodziejski | |
svn-id: r30521 | |||
2008-01-16 | ops | Paweł Kołodziejski | |
svn-id: r30519 | |||
2008-01-16 | clarify warning | Paweł Kołodziejski | |
svn-id: r30518 | |||
2008-01-16 | Confirmed 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-16 | Added 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-16 | Added 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-16 | Added 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-15 | Set the number of speech segments in The Feeble File. | Travis Howell | |
svn-id: r30508 | |||
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 |