aboutsummaryrefslogtreecommitdiff
path: root/common/rect.h
AgeCommit message (Collapse)Author
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵Jonathan Gray
bits in my tree svn-id: r9807
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-06-01renamed&fixed contains(Rect) -> intersects(Rect); added extend() methodMax Horn
svn-id: r8246
2003-05-29fixed doc commentMax Horn
svn-id: r8107
2003-05-23oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs)Max Horn
svn-id: r7868
2003-05-15oopsMax Horn
svn-id: r7545
2003-05-15add method to grow a rectMax Horn
svn-id: r7544
2003-05-15renamed isInside() to contains() (this is more intuitive, because ↵Max Horn
r.isInside(p) actually meant 'p is inside r', which was confusing; now it's r.contains(p) which means 'r contains p') svn-id: r7541
2003-05-15make SWAP a template function, so that it works for swapping non-int stuff, ↵Max Horn
too; 'int16' should be sufficient for points/rects svn-id: r7540
2003-05-15let it compileMax Horn
svn-id: r7539
2003-05-15cleanup (rect.h is not used anywhere but I plan to change that...)Max Horn
svn-id: r7537
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877