aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
2004-01-04cleanupMax Horn
2004-01-04removed setFeatures (not needed anymore)Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2004-01-03cleanupMax Horn
2004-01-03removed unused param in initScreensMax Horn
2003-12-30Add correct solution for drawObjectQue[] overflow in lawn mower mini games of...Travis Howell
2003-12-30Give HE games their own IDs.Travis Howell
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-27more robust resource saving; also save resources with idx 0; renamed Serializ...Max Horn
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-25Fix pause mode during video/smush playbackMax Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-21The rewritten Timer class actually allows us to get rid of several evil hacks...Max Horn
2003-12-17Patch #861716: palManipulateInit for V6 games (I modified the patch a bit)Max Horn
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
2003-12-14Always confirm restartTravis Howell
2003-12-11Add option to enable copy protection in SCUMM games, which ScummVM disable it...Travis Howell
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
2003-12-05Add keyboard support for derby in FT and cannon battle in COMI, patch #853099Travis Howell
2003-11-28game targets can now have a base filename different from the target name; mis...Max Horn
2003-11-18revert use of GF_DEMO in Humongous games fixing several problemsJonathan Gray
2003-11-18Add PC game feature flag, to match others.Travis Howell
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski
2003-11-17added comi and dig demoPaweł Kołodziejski
2003-11-17added music hacks for cmi demo, please test itPaweł Kołodziejski
2003-11-13*** empty log message ***Travis Howell
2003-11-10added namespace GUIMax Horn
2003-11-03remade the in-game GUI/menuMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-26cleanupMax Horn
2003-10-17added tag2str helper functionMax Horn
2003-10-13cleanup; got rid of Gdi::_palette_mod in favor of Gdi::_roomPaletteMax Horn
2003-10-12some more target<->game cleanupMax Horn
2003-10-12code simplificationMax Horn
2003-10-06removed obsoleteMax Horn
2003-10-05cleanupMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-03added getMusicTimer() to class MusicEngine; this allows some nice code cleanu...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-02Fix for Bug [815851] DOTT: MT-32 MIDI priorityJamieson Christian
2003-09-24More Amiga V2/V3 sound updates from _Q_:Travis Howell
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-13since _hFileTable is only used by Scumm_v6, there is no reason to put it into...Max Horn
2003-09-13implemented opcodes: openfile and closefilePaweł Kołodziejski
2003-09-11cleanupMax Horn
2003-09-10fix for bug #776807 (MM: Jail Door Closes). Our doSentence implementation sho...Max Horn