aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sprite_he.cpp
AgeCommit message (Collapse)Author
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
svn-id: r43294
2009-06-05Fix issues selecting some items in arttime and football.Travis Howell
svn-id: r41188
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over ↵Max Horn
HTTPS and hence through proxies&firewalls :) svn-id: r28877
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵Max Horn
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap ↵Max Horn
(i.e. _gdi is a pointer now) svn-id: r23921
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵Max Horn
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
svn-id: r23146
2006-03-12Revert mistaken commit of local debug codeTravis Howell
svn-id: r21220
2006-03-12Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)Travis Howell
svn-id: r21219
2006-03-02Changed cast from int to int32, to use platform specified typedefs for the ↵Lars Persson
type. svn-id: r21010
2006-03-01Fix compileTravis Howell
svn-id: r20997
2006-03-01Updated datatypes to resolve ambiguityLars Persson
svn-id: r20991
2006-02-27Use _numStrips when checking for foreced sprite redraw, instead of set values.Travis Howell
svn-id: r20956
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko
svn-id: r20696