aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2006-02-04akos codec 32 should never be used for old costumes.Travis Howell
small change to match original. svn-id: r20373
2006-02-04Split intern.h and moved HE stuff into the new file intern_he.hMax Horn
svn-id: r20372
2006-02-04Reset shadow for each cycle.Travis Howell
svn-id: r20371
2006-02-04Actually active sprite table doesn't need to be saved.Travis Howell
svn-id: r20369
2006-02-04Save complete tables, was off by one.Travis Howell
svn-id: r20368
2006-02-04CleanupTravis Howell
svn-id: r20367
2006-02-04Correct the position of shadow check in HE90+ games.Travis Howell
Fixes glitch when recycling bottles in puttrace. svn-id: r20366
2006-02-03Remove unused sprite flag, which is never set.Travis Howell
Remove leftover argument. svn-id: r20356
2006-02-03fixes allow compile with emsvc4 againPaweł Kołodziejski
svn-id: r20355
2006-02-03Reverse to match values.Travis Howell
svn-id: r20354
2006-02-02OopsTravis Howell
svn-id: r20347
2006-02-02Re-sort later HE games, by engine changes.Travis Howell
Use set heap size for HE games too, since index sets a lower size. svn-id: r20346
2006-01-31Minor cleanup.Gregory Montoir
svn-id: r20335
2006-01-31Use the pitch of a virtual screen surface instead of the width to skip a ↵Gregory Montoir
scanline. svn-id: r20334
2006-01-31A scale of zero should be ignored.Travis Howell
svn-id: r20324
2006-01-31Works fine now.Travis Howell
svn-id: r20323
2006-01-31Fix detection of rotated sprite.Travis Howell
svn-id: r20322
2006-01-31CleanupTravis Howell
svn-id: r20321
2006-01-30Revert back to match original version.Travis Howell
Change caused glitches in credits of pajama3. svn-id: r20320
2006-01-30Changed to be consistent with rest of wiz code.Gregory Montoir
svn-id: r20318
2006-01-30Changed transformation origin computation (the previous code is matching ↵Gregory Montoir
pajama2 disasm, but looks wrong to me). svn-id: r20316
2006-01-30Some cleanup and fixes to the wiz transformation code.Gregory Montoir
svn-id: r20315
2006-01-29cleanupMax Horn
svn-id: r20300
2006-01-29Added a warning not to change the order of the res typesMax Horn
svn-id: r20299
2006-01-29Adjust, for recent changes.Travis Howell
svn-id: r20294
2006-01-29Variables no longer used.Travis Howell
svn-id: r20293
2006-01-29HE80+ games use a transparent color of 5.Travis Howell
svn-id: r20292
2006-01-29Enable angle and zoom support for polygons, based on HE95.Travis Howell
svn-id: r20281
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
- Changed gradient calculating - added background saving for all dialog/widget backgrounds for now (change that later maybe) - changed ScummDialog to use the colors of our launcher dialog svn-id: r20276
2006-01-28Add extra case for Russian water.Travis Howell
svn-id: r20275
2006-01-28not used nowPaweł Kołodziejski
svn-id: r20274
2006-01-28not used nowPaweł Kołodziejski
svn-id: r20273
2006-01-28revert, that is still needed anywayPaweł Kołodziejski
svn-id: r20272
2006-01-28experimental imuse without timer thread usage, it might still have issue ↵Paweł Kołodziejski
stoped audio while switching rooms svn-id: r20270
2006-01-27A filename without an extension can be passed to generateSubstResFileName() ↵Gregory Montoir
; changed assert() condition accordingly. svn-id: r20251
2006-01-27Not needed anymore.Gregory Montoir
svn-id: r20241
2006-01-27Fixed invalid memory reads in generateSubstResFileName.Gregory Montoir
svn-id: r20240
2006-01-27experimental smush code without timer callback usagePaweł Kołodziejski
svn-id: r20233
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
- adds a ImageMan and ImageDec class for loading and managing image files - adds a loader for zip files which is used by the new theme and the image manager - changes the widgets to use the new gui code - changes the scumm dialogs to use the new gui code - fixes a #include problem in the sky debugger with the new gui code To use the new gui copy gui/themes/default-theme.zip to your extrapath. If the theme zip can not be found the gui will fallback to the classic theme. If you want to change the gui styles use "gui_theme=classic" for the classic theme and "gui_theme=default-theme" for the new theme. Thanks to eriktorbjorn for testing and help with the new theme and to sev for reviewing this patch. svn-id: r20227
2006-01-27Fix memory leak on exit.Travis Howell
svn-id: r20212
2006-01-27Fix another memory leak in HE games.Travis Howell
svn-id: r20209
2006-01-27ATravis Howell
Fix memory leaks in HE games on exit. svn-id: r20208
2006-01-27No longer required.Travis Howell
svn-id: r20207
2006-01-27Resource modified status always cleared when nuked.Travis Howell
svn-id: r20203
2006-01-27Make resource management of modified wizImages closer to original games.Travis Howell
Fixes many errors in Backyard Sports titles. svn-id: r20201
2006-01-26Sync. md5s.Travis Howell
svn-id: r20183
2006-01-25Extend the workaround for bug #1407789 in an attempt to deal with theTorbjörn Andersson
different versions of Full Throttle. This is partly guesswork, and may be incorrect. svn-id: r20161
2006-01-24Fix HE games.Travis Howell
svn-id: r20160
2006-01-24Removing unneccessary checks again (say yay to preconditions that ensure ↵Max Horn
_version > X :-) svn-id: r20157
2006-01-24Loom (Cd) specific.Travis Howell
svn-id: r20156