aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Collapse)Author
2004-09-04cleanup (this actor clip stuff is really evil -- I have to agree with ↵Max Horn
Kirben, it's totally unclear why they didn't just use the good old virt screen system... svn-id: r14890
2004-09-04Complete actor clipping override code for HE games.Travis Howell
Add akos speech queue for HE games Minor cleanup svn-id: r14883
2004-09-03preliminar Wiz images support (HE 72)Gregory Montoir
svn-id: r14875
2004-09-03Add basic decoding of debug script scripts.Travis Howell
svn-id: r14871
2004-09-02cleanupMax Horn
svn-id: r14866
2004-09-02HE games should check _numSounds to check whether sound type is music.Travis Howell
Set maximum resource idx at 8000 for now, some HE games include huge amounts of sound resources. svn-id: r14859
2004-08-31Add HE version 80 to avoid additional game idsTravis Howell
svn-id: r14843
2004-08-30Correct resource value, to match original.Travis Howell
Adjust rtLast svn-id: r14833
2004-08-28Revert last change, was wrong opcode.Travis Howell
Add a few more HE 7 opcodes svn-id: r14813
2004-08-28Limit nukeArrays to only location thats requires it for now.Travis Howell
svn-id: r14803
2004-08-28akos should queue commmands and executate after drawing costumes (Caused ↵Travis Howell
race issues in HE games). Remove some duplciate code Enable from HE games Add a few stubs for some additional akos codes svn-id: r14799
2004-08-26Add another variable which improves readability.Eugene Sandulenko
svn-id: r14791
2004-08-26Add var difference in later HE gamesTravis Howell
svn-id: r14789
2004-08-26Update akos error messagesTravis Howell
Add proper timer opcodes Up some debug msgs. svn-id: r14779
2004-08-26More code/stubs for HE 7.2 gamesTravis Howell
Add another temp hack Add id for water, uses more actors Another small correction to music playback for HE 7.2 games svn-id: r14764
2004-08-26Add game id for Pajama Sam, since it uses different amount of actorsTravis Howell
svn-id: r14758
2004-08-25Add all array related functions to HE 7.2Travis Howell
Add some more HE 7.2 code svn-id: r14739
2004-08-24Fixed bug #1014296, the Loom cursor hotspot regression.Torbjörn Andersson
svn-id: r14726
2004-08-24Resource correctionsTravis Howell
svn-id: r14723
2004-08-23Add LOOM cursor supportMax Horn
svn-id: r14703
2004-08-23A few changes for freddemoTravis Howell
svn-id: r14693
2004-08-22Cursor code cleanupMax Horn
svn-id: r14690
2004-08-22Make function protected againTravis Howell
svn-id: r14679
2004-08-22Switch smush debug to channelTravis Howell
svn-id: r14676
2004-08-22Original games used blastTextQueue size of 50.Travis Howell
Hack no longer required. svn-id: r14673
2004-08-22Mac. version of indy3 uses VAR_VIDEOMODE value of 50Travis Howell
Add initial support for loading EGA resource svn-id: r14671
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added ↵Max Horn
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612
2004-08-14cleanupMax Horn
svn-id: r14609
2004-08-14Get rid of _screenLeftMax Horn
svn-id: r14608
2004-08-14Check no longer requiredTravis Howell
Move palette function define back to correct place svn-id: r14590
2004-08-06COMI/DIG always redraws verbs tooTravis Howell
Remove old var, no longer required svn-id: r14481
2004-08-01HE games use different method to clear some arrays resources.Travis Howell
svn-id: r14423
2004-07-31isGlobInMemory == isResourceLoadedMax Horn
svn-id: r14396
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ↵Max Horn
adding a new high level method openFile to class ScummEngine) svn-id: r14346
2004-07-26Add support for the mac (rescumm) container file format used by Sam&Max and ↵Max Horn
DOTT, making it possible to play those directly from the original CDs (no game detector support yet, so you have to add them to your config file manually for now) svn-id: r14342
2004-07-26Keep compatbility with older saved games.Travis Howell
svn-id: r14339
2004-07-25Merge palette functions.Travis Howell
svn-id: r14324
2004-07-25Sam & Max doesn't need separate palette, just uses _shadowPalette.Travis Howell
svn-id: r14323
2004-07-24Rename VARTravis Howell
svn-id: r14318
2004-07-24Enable VAR_FADE_DELAYTravis Howell
svn-id: r14309
2004-07-22Correction to VAR tables.Travis Howell
svn-id: r14296
2004-07-20Add support for version key in The DigTravis Howell
svn-id: r14285
2004-07-11Rename varTravis Howell
Add some changes ready for next save game version (Commented out) svn-id: r14189
2004-07-05Merge into new function.Travis Howell
svn-id: r14170
2004-07-04added code for bundle script varsPaweł Kołodziejski
svn-id: r14166
2004-07-03Initialise HE 7.0 sound varsTravis Howell
Enable VAR_NUM_GLOBAL_OBJS svn-id: r14160
2004-06-29Implement game detection based on MD5s. This lets us avoid multiple GIDsEugene Sandulenko
for different versions of HE games. Right now there is just one game, but more to follow. svn-id: r14124
2004-06-29Add hack for mouse hotpot in funpackTravis Howell
svn-id: r14117
2004-06-28Enhanced default directory support in the File class; now one can specify ↵Max Horn
arbitrary many default search directories svn-id: r14095
2004-06-27Renamed/documented some odd smush/insane varsMax Horn
svn-id: r14085