aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-20Updated resource filesChris Apers
svn-id: r12541
2004-01-20Dont use full_screen on PalmOS, use ConfMan insteadChris Apers
svn-id: r12540
2004-01-20Hack a bit MD5 to make it work on PalmOSChris Apers
svn-id: r12539
2004-01-20Changed printf() to warning()Torbjörn Andersson
svn-id: r12538
2004-01-20I assume this fixes CPU usage in synced cutscene playback, but since ITorbjörn Andersson
don't have said cutscenes I can't really check. (I did the same change for BS2 though.) svn-id: r12537
2004-01-20Some minor cleanups (comments and spacing), and fixed CPU usage in syncedTorbjörn Andersson
cutscene playback. svn-id: r12536
2004-01-20initialise _channel arrayJoost Peters
svn-id: r12535
2004-01-20Update commentTravis Howell
svn-id: r12534
2004-01-20Handle command 0xD0 (queen uses this) - thanks aholler.Joost Peters
svn-id: r12533
2004-01-20_blitAlso is also used by the DOTT intro. Updated comment to reflect that.Torbjörn Andersson
svn-id: r12532
2004-01-20AFAICT this is only used for caching in the original, which we don't care ↵Joost Peters
much about - seeing how rarely it's used. svn-id: r12531
2004-01-20Add newlineTravis Howell
Prevent overlapping speech in dig. svn-id: r12530
2004-01-19- Enable music queueing (I don't really like the levels of indirection, but ↵Joost Peters
it'll do for now) - Handle special music type '2000' (restart previously queued music) svn-id: r12529
2004-01-19cleanupMax Horn
svn-id: r12528
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty ↵Gregory Montoir
string (*.crd) svn-id: r12527
2004-01-19re-use BobFrameGregory Montoir
svn-id: r12526
2004-01-19increase Credits::_list size to match the German version requirements ↵Gregory Montoir
(thanks Alexander Holler) svn-id: r12525
2004-01-19prevents bank re-loading (cutaways animations)Gregory Montoir
svn-id: r12524
2004-01-19Added MusicPlayer class (MidiDriver derivate) for greater flexibilityJoost Peters
svn-id: r12523
2004-01-19Add comment for checkbox CE tweakNicolas Bacca
svn-id: r12522
2004-01-19fix endian bug when dealing with ArrayHeader's; added a hack to permit save ↵Max Horn
games broken due to this to still work; moved the whole 'Array' stuff into ScummEngine_v6 svn-id: r12521
2004-01-19moved the sam&max inventory hack into o6_setOwnerMax Horn
svn-id: r12520
2004-01-19forgot to remove this :-)Max Horn
svn-id: r12519
2004-01-19updated MD5 dataMax Horn
svn-id: r12518
2004-01-19moved some V6-only scumm vars to ScummEngine_v6Max Horn
svn-id: r12517
2004-01-19smush and insane only work with V6 (this will allow moving some stuff from ↵Max Horn
ScummEngine to ScummEngine_v6) svn-id: r12516
2004-01-19fix build system / dep checkingMax Horn
svn-id: r12515
2004-01-19improved fade param for dig demoPaweł Kołodziejski
svn-id: r12514
2004-01-19found a place where _blitAlso is used in Sam&MaxMax Horn
svn-id: r12513
2004-01-19this is not necessary anymoreMax Horn
svn-id: r12512
2004-01-19oopsOliver Kiehl
svn-id: r12511
2004-01-19fix memory leakOliver Kiehl
svn-id: r12510
2004-01-19fix mp3 and vorbis specific bug in which sound files could have been readOliver Kiehl
as zero-byte files in the case that two following offsets pointed to the same file. svn-id: r12509
2004-01-19added continue play state song after sequence song finishedPaweł Kołodziejski
svn-id: r12508
2004-01-18improved rect clipping & verificationMax Horn
svn-id: r12507
2004-01-18This should make subtitles work again in "overlay" cutscene mode.Torbjörn Andersson
svn-id: r12506
2004-01-18increased warning level to 4 and disable some warnings difficult to fixPaweł Kołodziejski
svn-id: r12505
2004-01-18fix warningsPaweł Kołodziejski
svn-id: r12504
2004-01-18Patch #878883: Fix for Ogg Vorbis playbackMax Horn
svn-id: r12503
2004-01-18undo this change (proper warning fix was applied to gameDetector.h)Max Horn
svn-id: r12502
2004-01-18don't use bit 31Max Horn
svn-id: r12501
2004-01-18fix warningPaweł Kołodziejski
svn-id: r12500
2004-01-18fix warningPaweł Kołodziejski
svn-id: r12499
2004-01-18fix warningPaweł Kołodziejski
svn-id: r12498
2004-01-18I know we're not supposed to make cleanup commits at this point, but surelyTorbjörn Andersson
we can make an exception for removing self-described hacks and utterly misleading comments? :-) svn-id: r12497
2004-01-18Add newline to the last line to shut up GCC warning.Torbjörn Andersson
svn-id: r12496
2004-01-18right it should be signed :)Paweł Kołodziejski
svn-id: r12495
2004-01-18fixed warningMax Horn
svn-id: r12494
2004-01-18I recommend turning on signedness warnings, and honoring them :-)Max Horn
svn-id: r12493
2004-01-18fixed debug paramsPaweł Kołodziejski
svn-id: r12492