aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/base-costume.h
AgeCommit message (Collapse)Author
2009-10-25Add patch from Tobias, for initial costume support in PCE version of Loom, ↵Travis Howell
with minor changes. svn-id: r45370
2009-06-04Fix the color of Poodles Galore's finger nails in Spy Fox 3.Travis Howell
svn-id: r41162
2008-02-03Introduce ARM code for commonest case of "proc3" costume blitting (asRobin Watts
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830
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-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
for consistency with other #includes. svn-id: r23585
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at ↵Max Horn
least for GCC) svn-id: r23569
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵Max Horn
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵Max Horn
checking for GCC / not GCC svn-id: r23458
2006-06-16Adjust akos code to only draw within bounds in HE games. Fixes many ↵Travis Howell
graphical glitches in HE games. svn-id: r23143
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582