aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/bomp.cpp
AgeCommit message (Collapse)Author
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
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
2007-03-10SCUMM: got rid of the _bompActorPalettePtr member var (which was only used ↵Max Horn
as a hidden param to drawBomp); turned drawBomp into a regular function (used to be a ScummEngine member method) svn-id: r26045
2007-02-17cleanupGregory Montoir
svn-id: r25645
2007-02-17get rid of bitCount table (count occurences of bit 0 directly in the main loop)Gregory Montoir
svn-id: r25642
2006-11-12byte -> boolGregory Montoir
svn-id: r24695
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-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582