Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-01 | Fix for bug #743041: ZAK256: wrong color in costume (intro). Thanks to ↵ | Max Horn | |
Hibernatus for providing the deciding clue svn-id: r8684 | |||
2003-07-01 | Add a few more actor debugger subcommands, and correct V2 coordinate ↵ | James Brown | |
translation for o2_(get/set)ActorElevation svn-id: r8683 | |||
2003-06-30 | partially implemented the Audio CD query opcode in Zak256 (see bug #762589); ↵ | Max Horn | |
cleanup svn-id: r8680 | |||
2003-06-30 | Fixes as per bug #762593 (Zak256 Audio CD handling); some cleanup (e.g. ↵ | Max Horn | |
renamed start/delay -> startFrame/endFrame) svn-id: r8679 | |||
2003-06-30 | this FIXME is obsoleted by my recent fix for getMaskFromBox | Max Horn | |
svn-id: r8678 | |||
2003-06-30 | fix for bug #755899 (thanks Hibernatus) | Max Horn | |
svn-id: r8677 | |||
2003-06-30 | fix for #740244 and #755863. This appears to have been a long standing bug ↵ | Max Horn | |
in the original engine? svn-id: r8676 | |||
2003-06-30 | fix for bug #743049; might cause regressions, but might also fix e.g. walk ↵ | Max Horn | |
script issues svn-id: r8673 | |||
2003-06-27 | sync implementation with interface | Max Horn | |
svn-id: r8671 | |||
2003-06-27 | fixed warning | Paweł Kołodziejski | |
svn-id: r8664 | |||
2003-06-27 | cleanup | Max Horn | |
svn-id: r8662 | |||
2003-06-26 | fixed memory leak when restarting | Max Horn | |
svn-id: r8661 | |||
2003-06-26 | Moved out akos_compare (no reason for it to be member of class Scumm) | Max Horn | |
svn-id: r8660 | |||
2003-06-26 | correct shadow color in Zak256 | Max Horn | |
svn-id: r8659 | |||
2003-06-26 | hm... this code for initCharset makes more sense, and also seems to match ↵ | Max Horn | |
disassembly svn-id: r8658 | |||
2003-06-26 | fix double-load on startup (for -x option) | Max Horn | |
svn-id: r8657 | |||
2003-06-26 | fix for 'default talk color' use of actorSet opcode (fix for bug #755888) | Max Horn | |
svn-id: r8655 | |||
2003-06-26 | implemented text shadow in Zak256 (also needed for Indy3-256, maybe?). ↵ | Max Horn | |
(Partial) fix for bug #750779 (the shadow color is still wrong) svn-id: r8654 | |||
2003-06-26 | paranoia fix for getOBCDFromObject, in casegetResourceAddress returns 0 | Max Horn | |
svn-id: r8653 | |||
2003-06-26 | rearragned stuff | Max Horn | |
svn-id: r8652 | |||
2003-06-26 | added getOBIMFromObject and getObjectImage methods; changed code to use those | Max Horn | |
svn-id: r8651 | |||
2003-06-26 | added ResourceIterator, replacing two of the old ↵ | Max Horn | |
findResource/findResourceSmall function - contraty to those, this approach is thread safe svn-id: r8650 | |||
2003-06-25 | more const qualifiers | Max Horn | |
svn-id: r8649 | |||
2003-06-25 | added some const qualifiers; moved _bundle & _current_cd_sound from class ↵ | Max Horn | |
Scumm to class Sound; some other tweaks svn-id: r8648 | |||
2003-06-25 | cleanup | Max Horn | |
svn-id: r8647 | |||
2003-06-25 | note that we are missing decompress routines for codecs 8,9,10 and which ↵ | Jonathan Gray | |
games they occur in svn-id: r8646 | |||
2003-06-24 | still don't know how the o5_startMusic opcode works in Zak (if it is even ↵ | Max Horn | |
music releated), but this way makes more sense (thanks to Hibernatus) svn-id: r8643 | |||
2003-06-23 | this should prevent changing music in some room in the DIG | Paweł Kołodziejski | |
svn-id: r8641 | |||
2003-06-22 | make smush pausing while GUI is up reentrant | Max Horn | |
svn-id: r8639 | |||
2003-06-22 | fix for bug #755166 (clear click state after loading a game) | Max Horn | |
svn-id: r8638 | |||
2003-06-22 | updated ft music tables | Paweł Kołodziejski | |
svn-id: r8634 | |||
2003-06-22 | fix for imuse map room table | Paweł Kołodziejski | |
svn-id: r8631 | |||
2003-06-22 | fixes for imuse digital table | Paweł Kołodziejski | |
svn-id: r8630 | |||
2003-06-22 | updated imuse digital tables | Paweł Kołodziejski | |
svn-id: r8629 | |||
2003-06-22 | Special case for screen-wide blits | Bertrand Augereau | |
svn-id: r8626 | |||
2003-06-22 | Change names of the stream API in the mixer; added endStream method (stop() ↵ | Max Horn | |
halts stream immediately; endStream() lets it first finish playing) svn-id: r8603 | |||
2003-06-22 | don't try to delete calloc'd mem either | Jonathan Gray | |
svn-id: r8602 | |||
2003-06-22 | don't try to delete malloc'd memory | Jonathan Gray | |
svn-id: r8601 | |||
2003-06-22 | fixed warning | Paweł Kołodziejski | |
svn-id: r8599 | |||
2003-06-22 | renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the ↵ | Max Horn | |
regression in it caused by removing _beginSlots (I hope); added isActiveChannel method used by scumm/sound.cpp (this allowed me to move the Channel class from mixer.h into mixer.cpp); replaced Channel::soundFinished method by isActive svn-id: r8597 | |||
2003-06-22 | fix regression I just introduced (voices in smush movies were cut off way ↵ | Max Horn | |
too early) svn-id: r8595 | |||
2003-06-21 | lots of mixer cleanup / refactoring / reengineering | Max Horn | |
svn-id: r8594 | |||
2003-06-21 | modified & cleaned up the playStream/append code a bit; but this API really ↵ | Max Horn | |
could stand some refinement svn-id: r8592 | |||
2003-06-21 | get rid of 11025 Hz special case (I hope this is correct; only case I know ↵ | Max Horn | |
of where 11025 Hz are used is during the Dig intro svn-id: r8591 | |||
2003-06-21 | got rid of member var 'first' | Max Horn | |
svn-id: r8590 | |||
2003-06-21 | cleanup | Max Horn | |
svn-id: r8589 | |||
2003-06-21 | finally implemented this TODO: using class File instead of fopen | Max Horn | |
svn-id: r8588 | |||
2003-06-21 | reduce code duplication a bit | Max Horn | |
svn-id: r8586 | |||
2003-06-21 | TODO: improved smush sound quality whenever 11khz sound is used | Max Horn | |
svn-id: r8585 | |||
2003-06-21 | Fixed bug #758167. Cleanup. | Torbjörn Andersson | |
svn-id: r8577 |