aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2004-03-19Revamped COMI/DIG speech decoding (this my cause regressions, watch out). ↵Max Horn
Goal was to streamline code logic, and get rid of a FIXME svn-id: r13347
2004-03-19addMessageToStack doesn't have to return anything anymoreMax Horn
svn-id: r13346
2004-03-19turn down verbosityMax Horn
svn-id: r13345
2004-03-17Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this ↵Max Horn
may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325
2004-03-16Patch #917503: Remove stray semicolonsMax Horn
svn-id: r13319
2004-03-16Increase channel for Amiga V3 player.Travis Howell
svn-id: r13315
2004-03-15cleanupMax Horn
svn-id: r13312
2004-03-15OoopsTravis Howell
svn-id: r13303
2004-03-15turn illegal SCUMM var access into an errorMax Horn
svn-id: r13302
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter ↵Max Horn
-- reflect that in the name) svn-id: r13301
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax Horn
svn-id: r13300
2004-03-15After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵Max Horn
yet another obscure global 'parameter' gone :-) svn-id: r13299
2004-03-15refactor use of _messagePtr -> instead of using it as an implicit parameter ↵Max Horn
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298
2004-03-15Aaargh, didn't mean to commit this...Max Horn
svn-id: r13296
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but ↵Max Horn
that'll have to wait till after I slept :-) svn-id: r13295
2004-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
svn-id: r13260
2004-03-13Forward-port maniac hack :)James Brown
svn-id: r13242
2004-03-11Backport bleeJames Brown
svn-id: r13228
2004-03-07renamed scumm/scummvm.cpp to scumm/scumm.cppMax Horn
svn-id: r13207
2004-03-05Clear all channel variables in clear_channelJochen Hoenicke
svn-id: r13203
2004-03-05Initialize _random_lsr to avoid valgrind warningsJochen Hoenicke
svn-id: r13202
2004-03-05We already know the Sam & Max screensavers trigger these assertions soTorbjörn Andersson
until someone figures out exactly what to do, let's do something less drastic. Now if someone requests a pixel outside the known screen, assume that pixel has colour 0. svn-id: r13200
2004-03-04Add maniac enchanced demo md5Eugene Sandulenko
svn-id: r13176
2004-03-04Add Russian Freddi HE md5'sEugene Sandulenko
svn-id: r13175
2004-03-04Add hack for demo script in maniac (Enchanced)Travis Howell
svn-id: r13174
2004-03-04Allow --demo-mode with maniac (Enchanced)Travis Howell
svn-id: r13173
2004-03-03unsigned ints are always >= 0 (fix warnings)Max Horn
svn-id: r13167
2004-03-03Add back HE sound differences for AKOS.Travis Howell
Remove old define Avoid crash if using demo script in maniac (Enchanced) svn-id: r13166
2004-03-03That should have been maniac specific.Travis Howell
svn-id: r13163
2004-03-03Adjustments for Enchanced Maniac Mansion demo.Travis Howell
svn-id: r13161
2004-03-03Adjustments for Enchanced Maniac Mansion demo.Travis Howell
svn-id: r13160
2004-03-02cleanup. soundlist originaly is shifted and started at 1 not as in scummvm ↵Paweł Kołodziejski
at 0, match as rest of scummvm code : start at 0 svn-id: r13157
2004-03-02synced local imuse. many bug fixes, and few new bugs :)Paweł Kołodziejski
svn-id: r13153
2004-03-02640x480 games not supported on PalmOSChris Apers
svn-id: r13145
2004-03-02Not 640 x 480 until HE7Travis Howell
svn-id: r13142
2004-03-02Not DOS specific anymore.Travis Howell
svn-id: r13141
2004-03-02Move to HE6Travis Howell
svn-id: r13140
2004-03-02Ooops, just move everyting used by HE6 to HE6.Travis Howell
svn-id: r13137
2004-03-02Divide up some code for HE6 and HE7Travis Howell
svn-id: r13136
2004-03-02Avoid duplicate targetsTravis Howell
svn-id: r13135
2004-03-02Implemented more HE opcode stringLen and added stub for opcode F4Eugene Sandulenko
svn-id: r13134
2004-03-02Update HE games listTravis Howell
Keep games divded by versions svn-id: r13133
2004-03-02Exclude some var settings for HE7Travis Howell
svn-id: r13132
2004-03-02Remove fixmeTravis Howell
svn-id: r13131
2004-03-02Add better check for HE resource differences.Travis Howell
Move stringLen to HE7. svn-id: r13130
2004-03-02Make use of GF_WINDOWS in HE gamesEugene Sandulenko
svn-id: r13129
2004-03-02Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOSEugene Sandulenko
svn-id: r13128
2004-03-02oopsEugene Sandulenko
svn-id: r13127
2004-03-02Implemented some HE specific opcodesEugene Sandulenko
Added some HE GIDs svn-id: r13126
2004-03-01Update comment on runInventoryScript() argument in setOwnerOf().Eugene Sandulenko
svn-id: r13125