aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-24Remove lefts overs of old hackTravis Howell
svn-id: r14320
2004-07-24Corrtection from disasm., mouth sync uses speech timing.Travis Howell
Fix bug # svn-id: r14319
2004-07-24Rename VARTravis Howell
svn-id: r14318
2004-07-24Ooops commited wrong branch.Travis Howell
svn-id: r14314
2004-07-24A few HE games are supported now.Travis Howell
svn-id: r14313
2004-07-24Enable VAR_FADE_DELAYTravis Howell
svn-id: r14309
2004-07-24OoopsTravis Howell
svn-id: r14308
2004-07-24Add another var used by Loom [ega].Travis Howell
svn-id: r14307
2004-07-24heap space is used by loom too.Travis Howell
svn-id: r14306
2004-07-23Add more detailsTravis Howell
svn-id: r14305
2004-07-23Mention method used to skip copy protection in original LoomTravis Howell
svn-id: r14304
2004-07-23Only needed for Zak [ega]Travis Howell
svn-id: r14303
2004-07-23Allow subclasses to modify File class members (e.g. to set _ioFailed); ↵Max Horn
change some warnings into errors svn-id: r14302
2004-07-22OoopsTravis Howell
svn-id: r14301
2004-07-22Only used in scumm5 and later.Travis Howell
svn-id: r14300
2004-07-22Should not be set for any scumm3 games.Travis Howell
svn-id: r14299
2004-07-22Remove unused code, VAR_SCROLL_SCRIPT is never set for scumm 1/2.Travis Howell
svn-id: r14298
2004-07-22VAR not used in scumm3.Travis Howell
svn-id: r14297
2004-07-22Correction to VAR tables.Travis Howell
svn-id: r14296
2004-07-21Allow user to select ListWidget entries by typing them (see FR #922921)Max Horn
svn-id: r14295
2004-07-21Ignore case when sorting file system nodesMax Horn
svn-id: r14294
2004-07-21Small tweaks for the String classMax Horn
svn-id: r14293
2004-07-21Confirmed extra timers are in all PC version of indy3 too.Travis Howell
VAR_DEBUGMODE isn't used in SCUMM3 and below. svn-id: r14292
2004-07-21Extra timer used in Amiga version of indy3 too.Travis Howell
svn-id: r14291
2004-07-20fix null backend driverJoost Peters
svn-id: r14289
2004-07-20Add null driver to configureJoost Peters
svn-id: r14288
2004-07-20Correct version key in HE 7.0+ games.Travis Howell
svn-id: r14287
2004-07-20Use for HE 7.0 games too.Travis Howell
svn-id: r14286
2004-07-20Add support for version key in The DigTravis Howell
svn-id: r14285
2004-07-19BS1 accepts both F5 and ESC to open the control panel.Torbjörn Andersson
svn-id: r14283
2004-07-19BS1 now allows both F5 and ESC to open the control panel.Torbjörn Andersson
svn-id: r14282
2004-07-19Valgrind complained about an uninitialized value. This appears to fix it,Torbjörn Andersson
and anyway it won't hurt. svn-id: r14279
2004-07-19Applied patch #993803 (fix for a COMI hang) after some discussion withTorbjörn Andersson
aquadran. Let's hope the cure isn't worse than the disease... svn-id: r14277
2004-07-19Updated the null driver to current OSystem interfaceBertrand Augereau
(makes it easier to start a new driver) svn-id: r14276
2004-07-19Changed order of initialisation in BaseAnimationState::BaseAnimationState() ↵Bertrand Augereau
to match order of declaration, to avoid a pedantic warning svn-id: r14275
2004-07-19removed not needed code and moved pause mixer after pause imusePaweł Kołodziejski
svn-id: r14274
2004-07-19Changed order of initialisation in XORReadStream::XORReadStream() to match ↵Bertrand Augereau
order of declaration, to avoid a pedantic warning svn-id: r14273
2004-07-19removed not needed call for pause imuse and non used variablePaweł Kołodziejski
svn-id: r14271
2004-07-19Rename object fieldsTravis Howell
svn-id: r14270
2004-07-18Hack to work around bug #775097 - probably wrong, probably will cause ↵Max Horn
regressions, probably should be undone soon -- but it's an experiment ;-) svn-id: r14268
2004-07-18Too many newlinesMax Horn
svn-id: r14267
2004-07-18Move g_timer destruction to proper placeMax Horn
svn-id: r14262
2004-07-18Adapted Fingolfin's BS1 code for better error messages when save/restoreTorbjörn Andersson
fails. The downside to this is that while the error dialog is showing, the mouse cursor is drawn in dark greys, so it's almost invisible. svn-id: r14260
2004-07-18Let displayMessage() restore the mouse pointer to the standard BS1 arrowTorbjörn Andersson
once it's done. svn-id: r14258
2004-07-18Simplified fopenNoCase (and reduced the code redundancy)Max Horn
svn-id: r14252
2004-07-18Tiny cleanup ;-)Max Horn
svn-id: r14251
2004-07-18Use the same John and Steve credits as in 0.6.1Torbjörn Andersson
svn-id: r14250
2004-07-18Fix Digital Imuse deadlocks for CE platforms. Other platforms using ↵Nicolas Bacca
event-based timers may be interested in it, too svn-id: r14248
2004-07-18update from wjpJonathan Gray
svn-id: r14246
2004-07-18FM Towns versions of indy3 and zak set three extra timers (Verified by disasm.)Travis Howell
svn-id: r14243