aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/insane
AgeCommit message (Expand)Author
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-18SCUMM: INSANE: fix a long standing bug discovered by static code analysisEugene Sandulenko
2010-10-18SCUMM: Fix parts of bug #3087898 (SCUMM: Code analysis warnings)Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-03-30SCUMM: Commit of parentheses patch from salty-horse. (from -devel "Enabling -...Johannes Schickel
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2008-09-13SCUMM: Got rid of class ChunkMax Horn
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Remove/clarify several FIXMEsEugene Sandulenko
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-06-23cleanupMax Horn
2007-06-23SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use KE...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-13added missing MKID_BE macrosGregory Montoir
2007-02-03Applied the revised NUT font renderer patch #1635584, which combines cyx'sTorbjörn Andersson
2007-01-30unused buffer variableGregory Montoir
2007-01-30added calls to SmushPlayer::getFont() to prevent accessing non-initialised Sm...Gregory Montoir
2007-01-27cleanup (made NutRenderer::loadFont protected, added call during initialisati...Gregory Montoir
2007-01-21Applied my own patch #1635584 (after discussing with Fingolfin) to reduce theTorbjörn Andersson
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...Max Horn
2006-10-28SCUMM: Got rid of smush/chunk_type.hMax Horn
2006-10-27const and static, static and const, const and static, static and const... now...Max Horn
2006-10-15Turning various static tables into static constMax Horn
2006-10-13Fix potentioal bug when all subsequent SMUSH scenes were considered INSANEEugene Sandulenko
2006-10-10now SmushPlayer is class created once same as SmushMixer while scumm engine c...Paweł Kołodziejski
2006-10-08small unify handleIACT functionPaweł Kołodziejski
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...Max Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-05-12Removing some unused code from INSANEMax Horn
2006-04-27Insane is part of SCUMM V7, not V6Max Horn
2006-03-31Made readFileToMem() print a more useful error message than "File is not open"Torbjörn Andersson
2006-03-31Fix sound glitch in PC demo of FTTravis Howell
2006-03-30Improve mine road in PC demo of FTTravis Howell
2006-03-30Limit INSANE to existing enemies in PC demo of FTTravis Howell
2006-03-30Allow interactive mine road in PC version of FT demoTravis Howell
2006-03-19Closer match difficulty of insane in PC version of FT demoTravis Howell
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn