aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
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
2006-01-24FM-TOWNS version of Zak only.Travis Howell
svn-id: r20155
2006-01-23oopsMax Horn
svn-id: r20154
2006-01-23Removing GID_ZAK256 and GID_LOOM256Max Horn
svn-id: r20153
2006-01-23At this point, we may not yet know the precise version of a game; so for ↵Max Horn
those cases were it can vary (1-3 for Zak, 1-2 for MM, 3-4 for Loom etc.) we need to extend some of the version ranges slightly svn-id: r20144
2006-01-23Added workaround (the nicer one) for a CoMI script bug that would causeTorbjörn Andersson
ScummVM to hang on the PSP. See bug #1398195. (For now, I'm only doing this on the trunk since CoMI on the PSP is considered unsupported/unbearable with ScummVM 0.8.x.) svn-id: r20143
2006-01-22Overlooked the Indy3 FM-TOWNS case in my previous commit <sigh>Max Horn
svn-id: r20141
2006-01-22Simplified SCUMM version checks in writeVar/readVarMax Horn
svn-id: r20140
2006-01-22Modified some workaround commentsMax Horn
svn-id: r20139
2006-01-22Sort GIDs alphabeticallyMax Horn
svn-id: r20138
2006-01-22Used by PC version of FT demo too.Travis Howell
svn-id: r20136