Age | Commit message (Expand) | Author |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-06-12 | Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Fi... | Travis Howell |
2007-06-06 | Fix possible crash issue, if music volume was set by 3DO versions of HE games. | Travis Howell |
2007-06-01 | Fix bug #1727457 - WATER: Unexpected crash at the end of level 15. | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-09 | silence a compiler symbol redefinition warning | Kostas Nakos |
2007-04-08 | Adjust debug levels. | Travis Howell |
2007-04-08 | Adjust debug output in writeINI opcode, so it doesn't get skipped. | Travis Howell |
2007-04-08 | Rename setFilePath opcode to createDirectory, in order to reflect the opcodes... | Travis Howell |
2007-04-08 | Set SaveGamePath INI setting to '*' in HE72+ games, to avoid warnings about n... | Travis Howell |
2007-04-01 | Reverted my roomoffs changes (broke the Loom intro), and instead added the co... | Max Horn |
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi... | Max Horn |
2007-03-23 | Change getFileSize opcode, to check for files via SaveFileManager too. Fixes ... | Travis Howell |
2007-03-12 | Restore flipping code for raw wiz images, which was lost in revision 24860. | Travis Howell |
2007-03-12 | Fix xmap regression, when drawing wiz images. | Travis Howell |
2007-03-12 | Remove warning, logic code for soccer games is incomplete. | Travis Howell |
2007-03-09 | Some more fraction data & an optimized formula (I still have no clue what tha... | Max Horn |
2007-03-09 | Updated fraction values | Max Horn |
2007-03-09 | added comments suggesting possible formulas for hardcoded float values | Nicola Mettifogo |
2007-03-09 | Some more LogicHE cleanup | Max Horn |
2007-03-09 | Some more LogicHE cleanup | Max Horn |
2007-03-09 | Some cleanup, and added some of my observation (man this code is really strange) | Max Horn |
2007-03-09 | Revised LogicHErace::op_1140 (the two multiplications by constants still baff... | Max Horn |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-02 | cleanup | Max Horn |
2007-02-25 | fixed background music in catalog_cup_demo_de : only stop sfx if it was start... | Gregory Montoir |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson |
2007-02-13 | Fix warnings | Eugene Sandulenko |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-11 | Code cleanup: Removing unused code for handling OS/2 (NE header) binaries | Max Horn |
2007-02-11 | Fix 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 channels | Max Horn |
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn |
2007-01-26 | templatified some Wiz decoding functions | Gregory Montoir |
2007-01-25 | fixed kSfxFlagRestart | Gregory Montoir |
2007-01-25 | modified CUP player code to read data directly from a file stream instead of ... | Gregory Montoir |
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo... | Gregory Montoir |
2006-12-17 | Add cyx's patch for horizontal and vertical flipping of wiz images type 1, in... | Travis Howell |
2006-12-15 | Add code for stopping video playback in HE100 games | Travis Howell |
2006-12-15 | added basic handlers for SFXB and SNDE tags in .CUP player | Gregory Montoir |
2006-12-10 | made CUP_Player only update the modified screen areas. | Gregory Montoir |
2006-11-24 | Add findBox opcode for Hebrew version of Freddi Fish 1 | Travis Howell |
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko |
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn |
2006-11-07 | simplified SRLE decoding, cleanup | Gregory Montoir |
2006-11-06 | added SRLE handler, cleanup | Gregory Montoir |
2006-11-06 | cleanup | Johannes Schickel |
2006-11-06 | Portability fix for some platforms. | Eugene Sandulenko |