aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Expand)Author
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
2006-03-18Extends seq_drinkPotionAnim() so that the color of the flask BrandonOystein Eftevaag
2006-03-15- removes a wrong space in debugC calls in screen.cppJohannes Schickel
2006-03-15This is a bit of a hack: Before showing the mouse cursor, take care of anyTorbjörn Andersson
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn