aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-04-19Some more tweaks to the (still disabled) new detection / filename generation ...Max Horn
2006-04-19Fix text corruption with long FF conversation options. The renderString()Torbjörn Andersson
2006-04-19Added a small comment to ScummEngine::openRoom that explains why we check for...Max Horn
2006-04-19Removed wrong platform values from gameVariantsTableMax Horn
2006-04-19Fixed a potential bug when calculating the width of conversation option in FF.Torbjörn Andersson
2006-04-19Correct dummyItems in FF and cleanupTravis Howell
2006-04-19Number the FF conversation options.Torbjörn Andersson
2006-04-19Add minor code differences in FF, might help corrupt graphicsTravis Howell
2006-04-19Add FF difference in mouseOn script opcodeTravis Howell
2006-04-19Update debug tablesTravis Howell
2006-04-19Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed fo...Johannes Schickel
2006-04-19Merges SaveLoadChooser and SaveLoadChooserEx.Johannes Schickel
2006-04-19Updates scumm dialogs for runtime overlay resolution changes.Johannes Schickel
2006-04-18Fix sound memory leak in FFTravis Howell
2006-04-18Added support for the --save-slot option for Broken Sword 1. (Feature requestTorbjörn Andersson
2006-04-18Correct increment for checkPaths script opcode in FFTravis Howell
2006-04-18Add code for vc84_stopSoundLoop in FFTravis Howell
2006-04-18Fixed portability issueSven Hesse
2006-04-18- Closed the stub in Draw_v2::printText()Sven Hesse
2006-04-18Add missing timer adjustment when saving game in FFTravis Howell
2006-04-18Fix time events continuing, when using the oracle in FFTravis Howell
2006-04-18- I misunderstood Draw::initBigSprite(); fixedSven Hesse
2006-04-18Correct box numbers when scrolling text in oracle of FFTravis Howell
2006-04-18Fixes use of textspeed settings if voice+text mode is enabled. (thanks to sal...Johannes Schickel
2006-04-18Call updateScreen() from delay functions for smoother mouse cursor movement.Torbjörn Andersson
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ...Travis Howell
2006-04-17Moved updateScreen() into delay() for smoother mouse cursor movement. This mayTorbjörn Andersson
2006-04-17Call updateScreen() from waitForTimer() (instead of usually right before it)Torbjörn Andersson
2006-04-17Made the Lure engine call updateScreen() more often - particularly when usingTorbjörn Andersson
2006-04-17Split screenTextPObj script opcode into game specific versionsTravis Howell
2006-04-17Add FF difference in addBox script opcode, fixes x position of some boxesTravis Howell
2006-04-17- Implements copyRegion without transparency checkingJohannes Schickel
2006-04-17Simplifies credits.txt loading.Johannes Schickel
2006-04-17Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end").Johannes Schickel
2006-04-17Rewrote the timing of the Kyra end credits so that it doesn't matter that theTorbjörn Andersson
2006-04-17Implements the end credits, and disables fast forwarding in the intro.Oystein Eftevaag
2006-04-17Replaced o70_seekFilePos by o60_seekFilePos (both were identical)Max Horn
2006-04-17Trigger videos for OmniTV in FFTravis Howell
2006-04-17Adjust video playback code, due to false calls in prison of FFTravis Howell
2006-04-17Remove leftover warningTravis Howell
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
2006-04-17Minor cleanupTravis Howell
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
2006-04-17Handle unsigned variableArray reads better in FF, fixes more missing subroutinesTravis Howell
2006-04-17Fix box selection after vertical scrolling in FFTravis Howell
2006-04-17Only allocate scale buffer when using FFTravis Howell
2006-04-17Fix vertical scrollingTravis Howell
2006-04-16Should fix wrong thumbnail colors after a screen change, which changed bpp.Johannes Schickel
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-16The backend is responsible for making its own copy of the mouse cursor, so FFTorbjörn Andersson