summaryrefslogtreecommitdiff
path: root/indra/llmath/llbbox.cpp
AgeCommit message (Collapse)Author
2011-01-10STORM-807 : Clean up code as discussed with AndrewMerov Linden
2010-12-15ER-407 child bounding boxes not rotated properly for encroachment returnabilityAndrew Meadows
Using the correct method for joining BBoxes in the agent frame ::addBBoxAgent()
2010-12-14ER-398 viewer's encroachment logic only uses bounding box of root primAndrew Meadows
Adding LLBBox::join() to allow us to compute the bounding box of a linked object
2010-11-18Added viewer-side "object overlaps parcel" check encroachment returnabilty UIAndrew Meadows
Reviewed with Falcon
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-07-31Fixups after merge for new files failing to include linden_common.hbrad kittenbrink
2009-07-15DEV-35500: Write new llmath unit testsMartin Reddy
- Added unit tests for LLRect and LLBBoxLocal in indra/test - Moved newview/LLBBox to llmath, and added unit tests for it - Removed methods in llbboxlocal.h and llbbox.h that were not actually implemented (declared in .h, but not defined in cpp) Reviewed by babbage.