aboutsummaryrefslogtreecommitdiff
path: root/common/rect.h
AgeCommit message (Expand)Author
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-06-01renamed&fixed contains(Rect) -> intersects(Rect); added extend() methodMax Horn
2003-05-29fixed doc commentMax Horn
2003-05-23oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs)Max Horn
2003-05-15oopsMax Horn
2003-05-15add method to grow a rectMax Horn
2003-05-15renamed isInside() to contains() (this is more intuitive, because r.isInside(...Max Horn
2003-05-15make SWAP a template function, so that it works for swapping non-int stuff, t...Max Horn
2003-05-15let it compileMax Horn
2003-05-15cleanup (rect.h is not used anywhere but I plan to change that...)Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...Max Horn