aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Collapse)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on ↵Max Horn
scummvm-devel) svn-id: r26594
2007-04-09silence a compiler symbol redefinition warningKostas Nakos
svn-id: r26441
2007-04-08Adjust debug levels.Travis Howell
svn-id: r26421
2007-04-08Adjust debug output in writeINI opcode, so it doesn't get skipped.Travis Howell
svn-id: r26420
2007-04-08Rename setFilePath opcode to createDirectory, in order to reflect the ↵Travis Howell
opcodes true purpose. svn-id: r26418
2007-04-08Set SaveGamePath INI setting to '*' in HE72+ games, to avoid warnings about ↵Travis Howell
no SaveGamePath path been set in Macintosh versions. svn-id: r26417
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the ↵Max Horn
constant RES_INVALID_OFFSET to indicate an invalid room offset svn-id: r26353
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by ↵Max Horn
using a clever technique called 'signed ints' for room offsets (and this won't cause any regressions; any you may encounter are merely the products of a deranged imagination) svn-id: r26331
2007-03-23Change getFileSize opcode, to check for files via SaveFileManager too. Fixes ↵Travis Howell
loading the high score table in the mini game of SPY Fox 2. svn-id: r26279
2007-03-12Restore flipping code for raw wiz images, which was lost in revision 24860.Travis Howell
svn-id: r26120
2007-03-12Fix xmap regression, when drawing wiz images.Travis Howell
svn-id: r26119
2007-03-12Remove warning, logic code for soccer games is incomplete.Travis Howell
svn-id: r26100
2007-03-09Some more fraction data & an optimized formula (I still have no clue what ↵Max Horn
that tries to compute, though :) svn-id: r26043
2007-03-09Updated fraction valuesMax Horn
svn-id: r26042
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
svn-id: r26041
2007-03-09Some more LogicHE cleanupMax Horn
svn-id: r26038
2007-03-09Some more LogicHE cleanupMax Horn
svn-id: r26037
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
svn-id: r26036
2007-03-09Revised 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-09reduced dependency from windows-specific header filesNicola Mettifogo
svn-id: r26034
2007-03-02cleanupMax Horn
svn-id: r25927
2007-02-25fixed 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-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjö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-16Some very obvious cleanups.Torbjörn Andersson
svn-id: r25635
2007-02-13Fix warningsEugene Sandulenko
svn-id: r25554
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
manage *cursor* palettes, so the name was misleading. svn-id: r25500
2007-02-11Code cleanup: Removing unused code for handling OS/2 (NE header) binariesMax Horn
svn-id: r25497
2007-02-11Fix 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 channelsMax 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-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
svn-id: r25250
2007-01-26templatified some Wiz decoding functionsGregory Montoir
svn-id: r25209
2007-01-25fixed kSfxFlagRestartGregory Montoir
svn-id: r25196
2007-01-25modified CUP player code to read data directly from a file stream instead of ↵Gregory Montoir
a large memory buffer. svn-id: r25195
2007-01-21added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx ↵Gregory Montoir
looping, cleanup svn-id: r25158
2006-12-17Add cyx's patch for horizontal and vertical flipping of wiz images type 1, ↵Travis Howell
in HE games. svn-id: r24860
2006-12-15Add code for stopping video playback in HE100 gamesTravis Howell
svn-id: r24858
2006-12-15added basic handlers for SFXB and SNDE tags in .CUP playerGregory Montoir
svn-id: r24857
2006-12-10made CUP_Player only update the modified screen areas.Gregory Montoir
svn-id: r24831
2006-11-24Add findBox opcode for Hebrew version of Freddi Fish 1Travis Howell
svn-id: r24780
2006-11-22Fix MSVC2005 warnings. Please, review the changes.Eugene Sandulenko
svn-id: r24760
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742
2006-11-07simplified SRLE decoding, cleanupGregory Montoir
svn-id: r24653
2006-11-06added SRLE handler, cleanupGregory Montoir
svn-id: r24643
2006-11-06cleanupJohannes Schickel
svn-id: r24642
2006-11-06Portability fix for some platforms.Eugene Sandulenko
svn-id: r24641
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
svn-id: r24636
2006-11-04SCUMM cleanupMax Horn
svn-id: r24612
2006-11-03Fixed bad namespace comments spotted by clone2727.Torbjörn Andersson
svn-id: r24588
2006-11-02Add video code for HE100 gamesTravis Howell
svn-id: r24586