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
/
sword1
/
screen.cpp
Age
Commit message (
Expand
)
Author
2009-02-16
Removed unnecessary tests. (It's ok to free a NULL pointer.)
Torbjörn Andersson
2009-02-15
defer BS1 palette update from newScreen to updateScreen, based on patch by er...
Willem Jan Palenstijn
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-02-14
clear full screen before playing movie in BS1 (fixes #2599573)
Willem Jan Palenstijn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-26
oops
Eugene Sandulenko
2007-05-26
Slighty modified patch #1701058: "Correct some graphical glitches for
Eugene Sandulenko
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-08-28
Only clear the part of the screen usually controlled by the Screen class. The
Torbjörn Andersson
2006-08-26
Added support for DXA cutscenes. Still needs a bit of cleanup, and the DCA
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn