Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-05 | Don | Travis Howell | |
't attempt to play music/sfx in v1 games svn-id: r8767 | |||
2003-07-04 | Insert preliminary Zak256 sound looping support. It's not perfect, as some ↵ | James Brown | |
Zak256 sounds only loop a part of the sample - which our mixer API doesn't yet support. svn-id: r8741 | |||
2003-07-04 | fixed two leaks | Max Horn | |
svn-id: r8739 | |||
2003-07-04 | oops | Max Horn | |
svn-id: r8738 | |||
2003-07-04 | added some very limited support for Mac Loom (text is now properly centered ↵ | Max Horn | |
around x:160 instead of x:0); added (commented out) copyprot bypass (but since I am not sure if there was ever a Mac Loom w/o codes, am not sure if this ever should be enabled); added comment regarding the Mac Loom sound format svn-id: r8737 | |||
2003-07-04 | fixed warning regarding overloaded virtual methods | Max Horn | |
svn-id: r8735 | |||
2003-07-03 | rewrote desaturatePalette using integer arithmetics only | Max Horn | |
svn-id: r8732 | |||
2003-07-03 | const | Max Horn | |
svn-id: r8731 | |||
2003-07-03 | const correctness | Max Horn | |
svn-id: r8727 | |||
2003-07-03 | code transformation on setScaleItem: this shows that rtScaleTable's are ↵ | Max Horn | |
actually (almost) the same as scale slots in V8. svn-id: r8719 | |||
2003-07-02 | fix for bug #753840 (actor placement in V2 games) | Max Horn | |
svn-id: r8714 | |||
2003-07-02 | fix o2_loadRoomWithEgo regression (this bug was uncovered by my previous ↵ | Max Horn | |
adjustXYToBeInBox improvment) svn-id: r8713 | |||
2003-07-02 | removed #include "boxes.h" from scumm.h; cleaned up AdjustBoxResult ↵ | Max Horn | |
definition & usage; properly deal with larger box distances, thus partially fixing Zak on the airport (but original seems to have used a very different algorithm, so this really is only a partial fix) svn-id: r8710 | |||
2003-07-02 | cleaned up the actor ordering code a bit - it should be now somewhat clearer ↵ | Max Horn | |
what it does exactly svn-id: r8709 | |||
2003-07-02 | fix for bug #752865: MM: Man-Eating Plant is invisible | Max Horn | |
svn-id: r8708 | |||
2003-07-02 | more cleanup | Max Horn | |
svn-id: r8707 | |||
2003-07-02 | 100 KB instead of 2 MB audio buffer should be sufficient | Max Horn | |
svn-id: r8700 | |||
2003-07-02 | oops | Max Horn | |
svn-id: r8699 | |||
2003-07-02 | cleanup | Max Horn | |
svn-id: r8698 | |||
2003-07-02 | possible fix for bug #763714: DIG: 'Trying to append to a nonexistant stream 0' | Max Horn | |
svn-id: r8697 | |||
2003-07-02 | _talkChannel can legally be 0, too | Max Horn | |
svn-id: r8696 | |||
2003-07-01 | fix for the 'invalid seeks' that sometimes occured at the end of smush ↵ | Max Horn | |
playback (well I hope - at least now I can't reproduce the problem anymore with my testcases) svn-id: r8695 | |||
2003-07-01 | only adjust gdi._mask if _charset->_hasMask is set to true | Max Horn | |
svn-id: r8689 | |||
2003-07-01 | fix for when we scroll while text is being displayed (text used to leave ↵ | Max Horn | |
traces behind in that case) svn-id: r8688 | |||
2003-07-01 | Fix for bug #763709: DIG: Recent walk regression | Max Horn | |
svn-id: r8685 | |||
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 |