aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-09silence a compiler symbol redefinition warningKostas Nakos
2007-04-08Adjust debug levels.Travis Howell
2007-04-08Adjust debug output in writeINI opcode, so it doesn't get skipped.Travis Howell
2007-04-08Rename setFilePath opcode to createDirectory, in order to reflect the opcodes...Travis Howell
2007-04-08Set SaveGamePath INI setting to '*' in HE72+ games, to avoid warnings about n...Travis Howell
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-31Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi...Max Horn
2007-03-23Change getFileSize opcode, to check for files via SaveFileManager too. Fixes ...Travis Howell
2007-03-12Restore flipping code for raw wiz images, which was lost in revision 24860.Travis Howell
2007-03-12Fix xmap regression, when drawing wiz images.Travis Howell
2007-03-12Remove warning, logic code for soccer games is incomplete.Travis Howell
2007-03-09Some more fraction data & an optimized formula (I still have no clue what tha...Max Horn
2007-03-09Updated fraction valuesMax Horn
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
2007-03-09Revised LogicHErace::op_1140 (the two multiplications by constants still baff...Max Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-02cleanupMax Horn
2007-02-25fixed background music in catalog_cup_demo_de : only stop sfx if it was start...Gregory Montoir
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-13Fix warningsEugene Sandulenko
2007-02-12Merged the "palette manager" into the cursor manager. It was only used toTorbjörn Andersson
2007-02-11Code cleanup: Removing unused code for handling OS/2 (NE header) binariesMax Horn
2007-02-11Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?)Max Horn
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
2007-01-26templatified some Wiz decoding functionsGregory Montoir
2007-01-25fixed kSfxFlagRestartGregory Montoir
2007-01-25modified CUP player code to read data directly from a file stream instead of ...Gregory Montoir
2007-01-21added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo...Gregory Montoir
2006-12-17Add cyx's patch for horizontal and vertical flipping of wiz images type 1, in...Travis Howell
2006-12-15Add code for stopping video playback in HE100 gamesTravis Howell
2006-12-15added basic handlers for SFXB and SNDE tags in .CUP playerGregory Montoir
2006-12-10made CUP_Player only update the modified screen areas.Gregory Montoir
2006-11-24Add findBox opcode for Hebrew version of Freddi Fish 1Travis Howell
2006-11-22Fix MSVC2005 warnings. Please, review the changes.Eugene Sandulenko
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-11-07simplified SRLE decoding, cleanupGregory Montoir
2006-11-06added SRLE handler, cleanupGregory Montoir
2006-11-06cleanupJohannes Schickel
2006-11-06Portability fix for some platforms.Eugene Sandulenko
2006-11-06Add support for HE CUP demos based on cyx's standalone player.Eugene Sandulenko
2006-11-04SCUMM cleanupMax Horn
2006-11-03Fixed bad namespace comments spotted by clone2727.Torbjörn Andersson
2006-11-02Add video code for HE100 gamesTravis Howell