index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
screen.cpp
Age
Commit message (
Expand
)
Author
2006-06-03
Fixes visible mouse cursor in the intro with classic theme.
Johannes Schickel
2006-06-03
Implements cmd_fadeEntirePalette, should fix some missing palette fades.
Johannes Schickel
2006-05-28
Sets a blank palette at startup.
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-26
Removed hack to flush mouse events. No longer needed, apparently.
Torbjörn Andersson
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-05-25
Some more _quitFlag checks, makes quitting while end sequence faster.
Johannes Schickel
2006-05-25
- Adds some _quitFlag checks
Johannes Schickel
2006-05-24
Removes debug printf.
Johannes Schickel
2006-05-21
Implements kyra3 main menu drawing.
Johannes Schickel
2006-05-18
- load fonts for kyra3
Johannes Schickel
2006-05-10
Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm...
Johannes Schickel
2006-05-08
Missed a couple of switch cleanups.
Torbjörn Andersson
2006-05-03
- modifies loadBitmap not to crash if a image isn't found
Johannes Schickel
2006-05-03
Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes").
Johannes Schickel
2006-04-17
- Implements copyRegion without transparency checking
Johannes Schickel
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-20
Implements cmd_shakeScreen.
Johannes Schickel
2006-03-18
Extends seq_drinkPotionAnim() so that the color of the flask Brandon
Oystein Eftevaag
2006-03-15
- removes a wrong space in debugC calls in screen.cpp
Johannes Schickel
2006-03-15
This is a bit of a hack: Before showing the mouse cursor, take care of any
Torbjörn Andersson
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn