aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-25- renamed GUI::ThemeNew to GUI::ThemeModernJohannes Schickel
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512
2006-10-25Formatting.Johannes Schickel
svn-id: r24511
2006-10-25Compile fix when DISABLE_FANCY_THEMES is #definedBertrand Augereau
svn-id: r24510
2006-10-25#ifndef DISABLE_SCUMM_7_8 missingBertrand Augereau
svn-id: r24509
2006-10-25Missing include file (for ScummEngine_v6 symbol)Bertrand Augereau
svn-id: r24508
2006-10-25Update GP2X port to support Fingolfin's ongoing implementation of the ↵John Willis
Modular Backends ideas :). Also add a few updates from my local tree (Batt level checking and STDOUT/STDERR file mapping code stolen from the Symbian backend (thanks)). svn-id: r24507
2006-10-25DS : Blind backends changes to comply to fingolfin's changesBertrand Augereau
svn-id: r24506
2006-10-25DS : Yet another scaling helpersBertrand Augereau
svn-id: r24505
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ↵Bertrand Augereau
the old callbacks svn-id: r24504
2006-10-25Compile fixBertrand Augereau
svn-id: r24503
2006-10-25Update commentsTravis Howell
svn-id: r24502
2006-10-25CleanupTravis Howell
svn-id: r24501
2006-10-25Add back delay between script restartsTravis Howell
svn-id: r24500
2006-10-25Remove unused script codeTravis Howell
svn-id: r24499
2006-10-25Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1Travis Howell
svn-id: r24498
2006-10-25DS : 320*PAL8 to 256*1555 line scalerBertrand Augereau
svn-id: r24497
2006-10-25Revert debug changesTravis Howell
svn-id: r24496
2006-10-25Remove unused script opcodesTravis Howell
svn-id: r24495
2006-10-25Correction to script opcode table for FFTravis Howell
svn-id: r24494
2006-10-25Corrections to script opcode table for PPTravis Howell
svn-id: r24493
2006-10-25Add more opcodes for Elvira 1/2Travis Howell
svn-id: r24492
2006-10-25Add class code used by scripts in Elvira 1Travis Howell
svn-id: r24491
2006-10-25Add Macintosh version of Backyard Football 2002Travis Howell
svn-id: r24490
2006-10-24Broken Sword 2 does not need cd.bin, and startup.inf is optional. (In fact,Torbjörn Andersson
there have been reports that the BS1/BS2 double pack ships with the wrong startup.inf, but let's not confuse the readers with that little tidbit.) svn-id: r24489
2006-10-24const correctnessMax Horn
svn-id: r24488
2006-10-24Rename variableTravis Howell
svn-id: r24487
2006-10-24Add more menu code for Elvira 1Travis Howell
svn-id: r24486
2006-10-24Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". Johannes Schickel
svn-id: r24485
2006-10-24Fix for (reopened) bug #1582149 ("KYRA1: Crash when meeting Malcolm").Johannes Schickel
svn-id: r24480
2006-10-24Add back football2002 targetTravis Howell
svn-id: r24478
2006-10-23Fix for bug #1582726 ("KYRA1: Crash when entering Castle screen").Johannes Schickel
svn-id: r24475
2006-10-23Add missing reset of _lastClickRem variableTravis Howell
svn-id: r24474
2006-10-23Add missing code for enableInput opcodeTravis Howell
svn-id: r24473
2006-10-23Re-enable verb codeTravis Howell
svn-id: r24472
2006-10-23Add minor icon code differences in Elvira 2Travis Howell
svn-id: r24471
2006-10-23Add printStats code for Elvira 2 and cleanupTravis Howell
svn-id: r24470
2006-10-23Add a few opcode stubs for Elvira 2Travis Howell
svn-id: r24469
2006-10-23Add hasIcon difference in Elvira 1Travis Howell
svn-id: r24468
2006-10-23Add opcode used by lift in Elvira 2Travis Howell
svn-id: r24467
2006-10-23Ooops, correct that accidental commit of codeTravis Howell
svn-id: r24466
2006-10-23Add patch to make ProTracker a subclass of AudioStream, from madmooseTravis Howell
svn-id: r24465
2006-10-22Fix for bug #1582149 ("KYRA1: Crash when meeting Malcolm").Johannes Schickel
svn-id: r24462
2006-10-22Some AMIGA resource loading code (of course it's still not supported).Johannes Schickel
svn-id: r24461
2006-10-22Don't output warning about unsupported language more than one time.Johannes Schickel
svn-id: r24459
2006-10-22delayMillis() should now cope with delays over 20 minutes without overflowing.Marcus Comstedt
svn-id: r24456
2006-10-22Removed timerproc and soundproc.Marcus Comstedt
svn-id: r24455
2006-10-22Modularization.Marcus Comstedt
svn-id: r24453
2006-10-22Check for degenerated rect in copyRectTo*.Marcus Comstedt
svn-id: r24452
2006-10-22Add ce port news (0.9.1 sync)Kostas Nakos
svn-id: r24449
2006-10-22Removed unused return value & param from DefaultTimerManager::handler()Max Horn
svn-id: r24447