aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-06-30partially implemented the Audio CD query opcode in Zak256 (see bug #762589); ...Max Horn
2003-06-30Fixes as per bug #762593 (Zak256 Audio CD handling); some cleanup (e.g. renam...Max Horn
2003-06-30this FIXME is obsoleted by my recent fix for getMaskFromBoxMax Horn
2003-06-30fix for bug #755899 (thanks Hibernatus)Max Horn
2003-06-30fix for #740244 and #755863. This appears to have been a long standing bug in...Max Horn
2003-06-30fix for bug #743049; might cause regressions, but might also fix e.g. walk sc...Max Horn
2003-06-27sync implementation with interfaceMax Horn
2003-06-27fixed warningPaweł Kołodziejski
2003-06-27cleanupMax Horn
2003-06-26fixed memory leak when restartingMax Horn
2003-06-26Moved out akos_compare (no reason for it to be member of class Scumm)Max Horn
2003-06-26correct shadow color in Zak256Max Horn
2003-06-26hm... this code for initCharset makes more sense, and also seems to match dis...Max Horn
2003-06-26fix double-load on startup (for -x option)Max Horn
2003-06-26fix for 'default talk color' use of actorSet opcode (fix for bug #755888)Max Horn
2003-06-26implemented text shadow in Zak256 (also needed for Indy3-256, maybe?). (Parti...Max Horn
2003-06-26paranoia fix for getOBCDFromObject, in casegetResourceAddress returns 0Max Horn
2003-06-26rearragned stuffMax Horn
2003-06-26added getOBIMFromObject and getObjectImage methods; changed code to use thoseMax Horn
2003-06-26added ResourceIterator, replacing two of the old findResource/findResourceSma...Max Horn
2003-06-25more const qualifiersMax Horn
2003-06-25added some const qualifiers; moved _bundle & _current_cd_sound from class Scu...Max Horn
2003-06-25cleanupMax Horn
2003-06-25note that we are missing decompress routines for codecs 8,9,10 and which game...Jonathan Gray
2003-06-24still don't know how the o5_startMusic opcode works in Zak (if it is even mus...Max Horn
2003-06-23this should prevent changing music in some room in the DIGPaweł Kołodziejski
2003-06-22make smush pausing while GUI is up reentrantMax Horn
2003-06-22fix for bug #755166 (clear click state after loading a game)Max Horn
2003-06-22updated ft music tablesPaweł Kołodziejski
2003-06-22fix for imuse map room tablePaweł Kołodziejski
2003-06-22fixes for imuse digital tablePaweł Kołodziejski
2003-06-22updated imuse digital tablesPaweł Kołodziejski
2003-06-22Special case for screen-wide blitsBertrand Augereau
2003-06-22Change names of the stream API in the mixer; added endStream method (stop() h...Max Horn
2003-06-22don't try to delete calloc'd mem eitherJonathan Gray
2003-06-22don't try to delete malloc'd memoryJonathan Gray
2003-06-22fixed warningPaweł Kołodziejski
2003-06-22renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the regr...Max Horn
2003-06-22fix regression I just introduced (voices in smush movies were cut off way too...Max Horn
2003-06-21lots of mixer cleanup / refactoring / reengineeringMax Horn
2003-06-21modified & cleaned up the playStream/append code a bit; but this API really c...Max Horn
2003-06-21get rid of 11025 Hz special case (I hope this is correct; only case I know of...Max Horn
2003-06-21got rid of member var 'first'Max Horn
2003-06-21cleanupMax Horn
2003-06-21finally implemented this TODO: using class File instead of fopenMax Horn
2003-06-21reduce code duplication a bitMax Horn
2003-06-21TODO: improved smush sound quality whenever 11khz sound is usedMax Horn
2003-06-21Fixed bug #758167. Cleanup.Torbjörn Andersson
2003-06-21support F-keys in V2 gamesMax Horn
2003-06-21turn error in o2_saveLoadGame into warningMax Horn