aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
AgeCommit message (Expand)Author
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-05-04Fix bug #1957165 - MM: render_mode is broken.Travis Howell
2008-04-24Comment patch #1949695Eugene Sandulenko
2008-04-24Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode"Eugene Sandulenko
2008-04-08First attempt to support Japanese DIGEugene Sandulenko
2008-04-04Properly *init* the _fmtownsBuf variable, and properly release the memory it ...Max Horn
2008-04-04Revert revision 31256, since _textSurfaceMultiplier isn't set at that point.Travis Howell
2008-03-26Init the _fmtownsBuf in the constructor, not in setupScumm() (fixes a leak, a...Max Horn
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-13not need call refreshScripts in demo version of comiPaweł Kołodziejski
2008-01-11Fixed bug #1861582 (COMI: Banjo duel seems harder than in the original) by ch...Max Horn
2008-01-05VAR_TMR_4 has a special role from VAR_TMR_1 till 3 (in particular, it exists ...Max Horn
2008-01-02Fix for bug #896489: "DIG: Missing subtitles when talking to Brink"Eugene Sandulenko
2008-01-02Oops. Moved too much code in the last commit.Eugene Sandulenko
2008-01-02Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading"Eugene Sandulenko
2008-01-01SCUMM: Moved tick duration into a constantMax Horn
2007-12-31Removed obsolete _insaneRunning flagMax Horn
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
2007-12-27Enable Windows version of early HE games by default, to match already enabled...Travis Howell
2007-12-26don't clear owner of invalid global object 0 (fixes #1857697)Willem Jan Palenstijn
2007-11-06Add support for original load/save system in HE games.Travis Howell
2007-10-28Refactored ScummEngine*::checkExecVerbs methodMax Horn
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-08Put ScummNESFile class into separate file.Eugene Sandulenko
2007-07-10Preliminary (and buggy) Kanji support.Eugene Sandulenko
2007-07-08cleanup in ScummEngine::drawStripToScreen; in particular, the code is now mor...Max Horn
2007-07-08correct typoMax Horn
2007-06-30Split Engine::pauseEngine: It now does pauseLevel handling, while engines can...Max Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...Max Horn
2007-06-23Made SCUMM use Common::KeyState, too (but implemented almost no fixes/optimiz...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Removing useless common/fs.h includesMax Horn
2007-04-29Patch #1709681: SCUMM: Fallback to Adlib when Roland Upgrade is missingMax Horn
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-20Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-12Get rid of initActorClassMax Horn
2007-03-10SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2Max Horn
2007-03-10SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as...Max Horn
2007-03-06Add support for the New Kid verb option in Apple II and Commodore 64 verisons...Travis Howell
2007-03-03Correct feature flags for the PC Engine version of Loom.Travis Howell
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-02-25Rename C64 engine class, since it is been used by Apple II and Commodore 64 v...Travis Howell