Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-02 | Add debuggins method. Whitespace fixes. | Eugene Sandulenko | |
svn-id: r18729 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-05-28 | fix warning | Andrew Kurushin | |
svn-id: r18285 | |||
2005-05-28 | commit adds setWidth & setHeight to extend bounds of rect | Andrew Kurushin | |
svn-id: r18283 | |||
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson | |
MIN() and MAX(). I then removed util.h from a bunch of files which I don't think need it any more. (Please let me know if I got too blood-thirsty!) This reverts some of the changes I made this morning. svn-id: r16541 | |||
2005-01-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-04-25 | Comment about how our Rect class works. Note: the SAGA engine currently does ↵ | Max Horn | |
use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. svn-id: r13626 | |||
2004-04-06 | Fixed Rect(width, height) constructor | Max Horn | |
svn-id: r13482 | |||
2004-03-04 | added Rect::moveTo methods | Max Horn | |
svn-id: r13190 | |||
2004-01-18 | improved rect clipping & verification | Max Horn | |
svn-id: r12507 | |||
2004-01-08 | useful convenience method | Max Horn | |
svn-id: r12233 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-08-21 | patch #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-01 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn | |
svn-id: r8246 | |||
2003-05-29 | fixed doc comment | Max Horn | |
svn-id: r8107 | |||
2003-05-23 | oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs) | Max Horn | |
svn-id: r7868 | |||
2003-05-15 | oops | Max Horn | |
svn-id: r7545 | |||
2003-05-15 | add method to grow a rect | Max Horn | |
svn-id: r7544 | |||
2003-05-15 | renamed 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-15 | make 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-15 | let it compile | Max Horn | |
svn-id: r7539 | |||
2003-05-15 | cleanup (rect.h is not used anywhere but I plan to change that...) | Max Horn | |
svn-id: r7537 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 |