Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | cleanup | Max Horn | |
svn-id: r24537 | |||
2006-10-27 | SCUMM: Unified some SMUSH audio channel code | Max Horn | |
svn-id: r24536 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24533 | |||
2006-10-27 | Var 254 is only reset, when reseting animations in later games | Travis Howell | |
svn-id: r24532 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24531 | |||
2006-10-27 | Update comment | Travis Howell | |
svn-id: r24530 | |||
2006-10-27 | Update dump code for additional games | Travis Howell | |
svn-id: r24529 | |||
2006-10-27 | Update names in opcode tables | Travis Howell | |
svn-id: r24528 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24527 | |||
2006-10-27 | Script 160 is only used when clearing timers in Simon 1/2 | Travis Howell | |
svn-id: r24526 | |||
2006-10-27 | Ooops, fix Elvira 1 regression | Travis Howell | |
svn-id: r24525 | |||
2006-10-27 | Add code for look opcode in elvira 1 | Travis Howell | |
svn-id: r24524 | |||
2006-10-27 | Limit game specific code | Travis Howell | |
svn-id: r24523 | |||
2006-10-27 | Limit subtitle speed keys to Simon 1/2 | Travis Howell | |
svn-id: r24522 | |||
2006-10-26 | Add font table for Czech version of Simon 2 | Travis Howell | |
svn-id: r24519 | |||
2006-10-26 | Increase timer accuracy again | Max Horn | |
svn-id: r24518 | |||
2006-10-25 | Switch error to warning, since code is compatbile with football2002 too | Travis Howell | |
svn-id: r24516 | |||
2006-10-25 | Rewrote the DefaultTimerManager to use a priority queue instead of a fixed ↵ | Max Horn | |
size slot array (semantics of timers changed slightly due to this in lag situations) svn-id: r24515 | |||
2006-10-25 | cleanup | Max Horn | |
svn-id: r24514 | |||
2006-10-25 | - Fix crash if theme_logo.visible is set to true in a classic theme config file | Johannes Schickel | |
svn-id: r24513 | |||
2006-10-25 | - renamed GUI::ThemeNew to GUI::ThemeModern | Johannes Schickel | |
- renamed ThemeNew.cpp to ThemeModern.cpp svn-id: r24512 | |||
2006-10-25 | Formatting. | Johannes Schickel | |
svn-id: r24511 | |||
2006-10-25 | Compile fix when DISABLE_FANCY_THEMES is #defined | Bertrand Augereau | |
svn-id: r24510 | |||
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 | Update 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-25 | DS : Blind backends changes to comply to fingolfin's changes | Bertrand Augereau | |
svn-id: r24506 | |||
2006-10-25 | DS : Yet another scaling helpers | Bertrand Augereau | |
svn-id: r24505 | |||
2006-10-25 | DS backend : Compile fixes for the new backends system, still needs plugging ↵ | Bertrand Augereau | |
the old callbacks svn-id: r24504 | |||
2006-10-25 | Compile fix | Bertrand Augereau | |
svn-id: r24503 | |||
2006-10-25 | Update comments | Travis Howell | |
svn-id: r24502 | |||
2006-10-25 | Cleanup | Travis Howell | |
svn-id: r24501 | |||
2006-10-25 | Add back delay between script restarts | Travis Howell | |
svn-id: r24500 | |||
2006-10-25 | Remove unused script code | Travis Howell | |
svn-id: r24499 | |||
2006-10-25 | Add extra opcodes used by dumped scripts of Amiga demo of Elvira 1 | Travis Howell | |
svn-id: r24498 | |||
2006-10-25 | DS : 320*PAL8 to 256*1555 line scaler | Bertrand Augereau | |
svn-id: r24497 | |||
2006-10-25 | Revert debug changes | Travis Howell | |
svn-id: r24496 | |||
2006-10-25 | Remove unused script opcodes | Travis Howell | |
svn-id: r24495 | |||
2006-10-25 | Correction to script opcode table for FF | Travis Howell | |
svn-id: r24494 | |||
2006-10-25 | Corrections to script opcode table for PP | Travis Howell | |
svn-id: r24493 | |||
2006-10-25 | Add more opcodes for Elvira 1/2 | Travis Howell | |
svn-id: r24492 | |||
2006-10-25 | Add class code used by scripts in Elvira 1 | Travis Howell | |
svn-id: r24491 | |||
2006-10-25 | Add Macintosh version of Backyard Football 2002 | Travis Howell | |
svn-id: r24490 |