aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Expand)Author
2007-03-23Implemented some palette code differences for Amiga version.Johannes Schickel
2007-03-18- little 'cleanup'Johannes Schickel
2007-03-16Basic support for Amiga MSC files.Johannes Schickel
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-03-08Fixed const issue (casting const to non-const)Max Horn
2007-03-07- cleanupJohannes Schickel
2007-02-17Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with theTorbjörn Andersson
2007-02-12little fix for fm-towns versionJohannes Schickel
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-01oops.Johannes Schickel
2007-02-01Fix for missing Brandon in Zanthia's home (see bug #1498221 "KYRA1: Subtitles...Johannes Schickel
2007-01-31Some changes to be closer to the original with palette handling.Johannes Schickel
2007-01-25Fix typos in some warningsMax Horn
2007-01-09Fix for bug #1631352 ("KYRA1: Graphics heavily broken and ScummVM crash"), I ...Johannes Schickel
2007-01-06Merging decodeFrameDeltaPage() again and using Fingolfin's template trickery ...Oystein Eftevaag
2007-01-06A few minor fixes and optimizations (biggest one is splitting decodeFrameDelt...Oystein Eftevaag
2006-10-23Fix for bug #1582726 ("KYRA1: Crash when entering Castle screen").Johannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-17Const correctnessMax Horn
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-09-16Replaces malloc with new in most cases.Johannes Schickel
2006-09-15- adds dirty rect handling to the kyra engine (needs some more tests before I...Johannes Schickel
2006-09-10- Some little checks for shape usage.Johannes Schickel
2006-09-10Little bit cleanup.Johannes Schickel
2006-09-09Ignore mouselock count when switching the cursor graphics, fixing a bug salty...Oystein Eftevaag
2006-09-09Fixed bug #1554904 ("KYRA1: No mouse cursor in latest SVN build"). GI_KYRA1 isTorbjörn Andersson
2006-08-27Adds voice/chats to the intro, and adds debug strings to the function calls.Oystein Eftevaag
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30- fixes bug in fileData (introduced with last commit)Johannes Schickel
2006-07-30- fixes copyright of kyra3.hJohannes Schickel
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
2006-06-03Fixes visible mouse cursor in the intro with classic theme.Johannes Schickel
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
2006-05-28Sets a blank palette at startup.Johannes Schickel
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-26Removed hack to flush mouse events. No longer needed, apparently.Torbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-25Some more _quitFlag checks, makes quitting while end sequence faster.Johannes Schickel
2006-05-25- Adds some _quitFlag checksJohannes Schickel
2006-05-24Removes debug printf.Johannes Schickel
2006-05-21Implements kyra3 main menu drawing.Johannes Schickel
2006-05-18- load fonts for kyra3Johannes Schickel
2006-05-10Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm...Johannes Schickel
2006-05-08Missed a couple of switch cleanups.Torbjörn Andersson
2006-05-03- modifies loadBitmap not to crash if a image isn't foundJohannes Schickel
2006-05-03Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").Johannes Schickel
2006-04-17- Implements copyRegion without transparency checkingJohannes Schickel
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-20Implements cmd_shakeScreen.Johannes Schickel