aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
AgeCommit message (Expand)Author
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
2003-09-09replaced all use of scale items with scale slots. This allowed me to get rid ...Max Horn
2003-09-09added convertScaleTableToScaleSlot method, preparing to replace scale items w...Max Horn
2003-09-09added convertMac0Resource (which doesn't do anything yet, but is the place we...Max Horn
2003-09-07added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 (initi...Max Horn
2003-09-07Add music player for Amiga versions of indy3ega/loom from unused.Travis Howell
2003-09-05rearranged GameFeatures constants a bitMax Horn
2003-09-05Add atarist and macintosh options, since there seem to be no way to detect ve...Travis Howell
2003-08-29make the 2nd gen windows based humongous games that have things like a differ...Jonathan Gray
2003-08-27Fix room palette issues in small_header games.Travis Howell
2003-08-24fix for bug #786994 (DOTT: no custom cursor)Max Horn
2003-08-19Cleanup v1/v2 color settings for sentance/inventory/verb area.Travis Howell
2003-08-14add maniacnes target, rather prelimary so people would be well advised not to...Jonathan Gray
2003-08-13Adds finals changes for choice of sound formats in older games.Travis Howell
2003-08-13Added PC Speaker and PCjr command line options,Jamieson Christian
2003-08-13Give pass its own idTravis Howell
2003-08-11Expanded iMuse debugger commands. All iMuseJamieson Christian
2003-08-08remove GF_LOOMJonathan Gray
2003-08-06get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNSMax Horn
2003-08-06Add GF_LOOM feature flag for loom games to reduce checks.Travis Howell
2003-08-06Add GF_INDY3 feature flag for indy3 games to reduce checksTravis Howell
2003-08-05Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ...Travis Howell
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
2003-07-28removed _encbyte (it's only used locally)Max Horn
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t...Max Horn
2003-07-22Changed "SCALLING" to "SCALING".Torbjörn Andersson
2003-07-21added getResourceSize methodMax Horn
2003-07-20merged checkKeyHit/convertKeysToClicks/getKeyInput into processKbd - their se...Max Horn
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; rearrang...Max Horn