Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-04 | SCUMM cleanup | Max Horn | |
svn-id: r24612 | |||
2006-11-03 | Fixed bad namespace comments spotted by clone2727. | Torbjörn Andersson | |
svn-id: r24588 | |||
2006-11-02 | Add video code for HE100 games | Travis Howell | |
svn-id: r24586 | |||
2006-11-01 | Ooops, move code to correct function | Travis Howell | |
svn-id: r24585 | |||
2006-11-01 | Enable Bink video playback in HE100 games | Travis Howell | |
svn-id: r24584 | |||
2006-11-01 | Workaround for bug #1586894 | Max Horn | |
svn-id: r24582 | |||
2006-11-01 | Removed unnecessary newline from warning message. (But why did I get this | Torbjörn Andersson | |
message in the first place?) svn-id: r24581 | |||
2006-10-30 | HACK no longer required for MM demo mode | Travis Howell | |
svn-id: r24576 | |||
2006-10-30 | Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't ↵ | Travis Howell | |
checked in runScriptNested(), when restarting script in SCUMM 1/2. svn-id: r24575 | |||
2006-10-29 | SCUMM: Avoid crash in debugger when omitting the state value in 'object ↵ | Max Horn | |
state VALUE' svn-id: r24572 | |||
2006-10-29 | SCUMM: The didexec flag did not exist in V0-V2; minor cleanup | Max Horn | |
svn-id: r24571 | |||
2006-10-29 | Named / documented the V0-V2 object states (we should probably rename the ↵ | Max Horn | |
corresponding opcodes here and in descumm to make reading script dumps easier) svn-id: r24566 | |||
2006-10-29 | cleanup | Max Horn | |
svn-id: r24565 | |||
2006-10-28 | SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclass | Max Horn | |
svn-id: r24546 | |||
2006-10-28 | SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek() | Max Horn | |
svn-id: r24545 | |||
2006-10-28 | SCUMM: Changed class Chunk (and subclasses) to inherit from ↵ | Max Horn | |
Common::SeekableReadStream svn-id: r24544 | |||
2006-10-28 | SCUMM: Got rid of smush/chunk_type.h | Max Horn | |
svn-id: r24543 | |||
2006-10-28 | SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ↵ | Max Horn | |
got rid of one set of memory buffers svn-id: r24542 | |||
2006-10-28 | SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ↵ | Max Horn | |
necessary conversions for us, no need to waste memory like this); fix SmushMixer to not allocate buffers twice as big as necessary svn-id: r24541 | |||
2006-10-27 | const and static, static and const, const and static, static and const... ↵ | Max Horn | |
now everybody repeat it with me... 8-) svn-id: r24540 | |||
2006-10-27 | Oops, forgot to check in engines/scumm/module.mk | Max Horn | |
svn-id: r24539 | |||
2006-10-27 | SCUMM: Unified some more SMUSH audio channel code | Max Horn | |
svn-id: r24538 | |||
2006-10-27 | SCUMM: Unified some SMUSH audio channel code | Max Horn | |
svn-id: r24536 | |||
2006-10-25 | Switch error to warning, since code is compatbile with football2002 too | Travis Howell | |
svn-id: r24516 | |||
2006-10-25 | cleanup | Max Horn | |
svn-id: r24514 | |||
2006-10-25 | #ifndef DISABLE_SCUMM_7_8 missing | Bertrand Augereau | |
svn-id: r24509 | |||
2006-10-25 | Missing include file (for ScummEngine_v6 symbol) | Bertrand Augereau | |
svn-id: r24508 | |||
2006-10-25 | Add Macintosh version of Backyard Football 2002 | Travis Howell | |
svn-id: r24490 | |||
2006-10-24 | const correctness | Max Horn | |
svn-id: r24488 | |||
2006-10-24 | Add back football2002 target | Travis Howell | |
svn-id: r24478 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn | |
svn-id: r24395 | |||
2006-10-19 | SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit ↵ | Max Horn | |
easier to find spots where we convert between C64-style coordinates and pixel coordinates (but beware, this probably doesnt't cover all relevant instances) svn-id: r24384 | |||
2006-10-19 | cleanup | Max Horn | |
svn-id: r24383 | |||
2006-10-18 | cleanup | Max Horn | |
svn-id: r24373 | |||
2006-10-18 | cleanup | Max Horn | |
svn-id: r24372 | |||
2006-10-18 | SCUMM: Got rid of BompHeader | Max Horn | |
svn-id: r24371 | |||
2006-10-18 | SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box ↵ | Max Horn | |
param: we now abort instead of ignoring it silently. May cause some trivial-to-fix regressions svn-id: r24369 | |||
2006-10-18 | SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory ↵ | Max Horn | |
related stuff in object.cpp svn-id: r24368 | |||
2006-10-18 | SCUMM: reordered contents of actor.cpp, grouping methods in a hopefully ↵ | Max Horn | |
somewhat more logical fashion svn-id: r24367 | |||
2006-10-18 | SCUMM: Yet another minox walkbox cleanup | Max Horn | |
svn-id: r24366 | |||
2006-10-18 | SCUMM: walbox related cleanup | Max Horn | |
svn-id: r24365 | |||
2006-10-15 | Added some more const keywords | Max Horn | |
svn-id: r24330 | |||
2006-10-15 | Turned some more static vars into static const | Max Horn | |
svn-id: r24329 | |||
2006-10-15 | Moved get_resource_id_quoted around a bit and added another FIXME comment | Max Horn | |
svn-id: r24328 | |||
2006-10-15 | Added FIXME comment about 'static' abuse in imuse_part.cpp | Max Horn | |
svn-id: r24327 | |||
2006-10-15 | oops | Max Horn | |
svn-id: r24326 | |||
2006-10-15 | Replaced Chunk::ChunkString by tag2str | Max Horn | |
svn-id: r24325 | |||
2006-10-15 | Replaced function level static variable (YUCK) called 'sentence' by ↵ | Max Horn | |
ScummEngine_v2:_sentenceBuf svn-id: r24324 |