aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Border.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-03Add copyright headers. Formatting cleanup.Jeff Ames1-6/+1
2009-09-02* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ↵Teravus Ovares (Dan Olivares)1-2/+2
right in the new border framework. * This also contains some inactive preliminary code for disconnecting combined regions that will be used to make one root region a virtual region of a new root region.
2009-08-31* Put Borders back the way they were to resolve the endless ----> crossing ↵Teravus Ovares (Dan Olivares)1-2/+2
into region X,Y
2009-08-31* Previously south and west border were required to be -1 for border ↵Teravus Ovares (Dan Olivares)1-2/+2
crossings diagonally to work.. but.. seems they're working now without it.. and maybe it will help attachments.
2009-08-29* Rename the RegionCombiner Module from PhysicsCombinerTeravus Ovares (Dan Olivares)1-2/+2
2009-08-28* Allow corner prim crossings. Previously this was only on a single ↵Teravus Ovares (Dan Olivares)1-1/+20
cardinal direction * Some leg work in getting avatar teleports into 'virtual regions' moved to the proper region.
2009-08-19Add Border (a virtual border management class)Teravus Ovares (Dan Olivares)1-0/+131
Move Cardinals to it's own file.