Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-09 | Revised LogicHErace::op_1140 (the two multiplications by constants still ↵ | Max Horn | |
baffle me, but at least it makes some sense now, and corrects the worst bugs in that func) svn-id: r26035 | |||
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo | |
svn-id: r26034 | |||
2007-03-02 | cleanup | Max Horn | |
svn-id: r25927 | |||
2007-02-25 | fixed background music in catalog_cup_demo_de : only stop sfx if it was ↵ | Gregory Montoir | |
started in a previous block svn-id: r25863 | |||
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-02-13 | Fix warnings | Eugene Sandulenko | |
svn-id: r25554 | |||
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson | |
manage *cursor* palettes, so the name was misleading. svn-id: r25500 | |||
2007-02-11 | Code cleanup: Removing unused code for handling OS/2 (NE header) binaries | Max Horn | |
svn-id: r25497 | |||
2007-02-11 | Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?) | Max Horn | |
svn-id: r25492 | |||
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn | |
(implying change of semantics) * Reordered the params of Mixer::playRaw (the SoundType now comes first, not last) * Removed Mixer::isPaused * Removed Mixer::getSoundElapsedTimeOfSoundID * Added some doxygen comments to the Mixer svn-id: r25356 | |||
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn | |
svn-id: r25250 | |||
2007-01-26 | templatified some Wiz decoding functions | Gregory Montoir | |
svn-id: r25209 | |||
2007-01-25 | fixed kSfxFlagRestart | Gregory Montoir | |
svn-id: r25196 | |||
2007-01-25 | modified CUP player code to read data directly from a file stream instead of ↵ | Gregory Montoir | |
a large memory buffer. svn-id: r25195 | |||
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx ↵ | Gregory Montoir | |
looping, cleanup svn-id: r25158 | |||
2006-12-17 | Add cyx's patch for horizontal and vertical flipping of wiz images type 1, ↵ | Travis Howell | |
in HE games. svn-id: r24860 | |||
2006-12-15 | Add code for stopping video playback in HE100 games | Travis Howell | |
svn-id: r24858 | |||
2006-12-15 | added basic handlers for SFXB and SNDE tags in .CUP player | Gregory Montoir | |
svn-id: r24857 | |||
2006-12-10 | made CUP_Player only update the modified screen areas. | Gregory Montoir | |
svn-id: r24831 | |||
2006-11-24 | Add findBox opcode for Hebrew version of Freddi Fish 1 | Travis Howell | |
svn-id: r24780 | |||
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko | |
svn-id: r24760 | |||
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn | |
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742 | |||
2006-11-07 | simplified SRLE decoding, cleanup | Gregory Montoir | |
svn-id: r24653 | |||
2006-11-06 | added SRLE handler, cleanup | Gregory Montoir | |
svn-id: r24643 | |||
2006-11-06 | cleanup | Johannes Schickel | |
svn-id: r24642 | |||
2006-11-06 | Portability fix for some platforms. | Eugene Sandulenko | |
svn-id: r24641 | |||
2006-11-06 | Add support for HE CUP demos based on cyx's standalone player. | Eugene Sandulenko | |
svn-id: r24636 | |||
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 | Enable Bink video playback in HE100 games | Travis Howell | |
svn-id: r24584 | |||
2006-10-25 | Switch error to warning, since code is compatbile with football2002 too | Travis Howell | |
svn-id: r24516 | |||
2006-10-21 | cleanup | Max Horn | |
svn-id: r24407 | |||
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn | |
svn-id: r24395 | |||
2006-10-18 | SCUMM: walbox related cleanup | Max Horn | |
svn-id: r24365 | |||
2006-10-15 | Moved get_resource_id_quoted around a bit and added another FIXME comment | Max Horn | |
svn-id: r24328 | |||
2006-10-15 | Got rid of ScummEngine::_confirmExit, and some other minor cleanup | Max Horn | |
svn-id: r24319 | |||
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of ↵ | Max Horn | |
a new member _smushActive of ScummEngine_v7 svn-id: r24175 | |||
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the ↵ | Max Horn | |
mouse) svn-id: r24164 | |||
2006-10-07 | some HE related cleanup | Max Horn | |
svn-id: r24163 | |||
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵ | Max Horn | |
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925 | |||
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn | |
svn-id: r23924 | |||
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵ | Max Horn | |
heap (i.e. _res is a pointer now) svn-id: r23922 | |||
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap ↵ | Max Horn | |
(i.e. _gdi is a pointer now) svn-id: r23921 | |||
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵ | Max Horn | |
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885 | |||
2006-09-09 | Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter | Max Horn | |
svn-id: r23857 | |||
2006-09-01 | Add HE72+ specific version of convertMessageToString(), to reduce filtering ↵ | Travis Howell | |
and since special codes aren't used. svn-id: r23814 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 |