aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Border.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headers. Formatting cleanup.Jeff Ames2009-09-031-6/+1
|
* * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ↵Teravus Ovares (Dan Olivares)2009-09-021-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.
* * Put Borders back the way they were to resolve the endless ----> crossing ↵Teravus Ovares (Dan Olivares)2009-08-311-2/+2
| | | | into region X,Y
* * Previously south and west border were required to be -1 for border ↵Teravus Ovares (Dan Olivares)2009-08-311-2/+2
| | | | crossings diagonally to work.. but.. seems they're working now without it.. and maybe it will help attachments.
* * Rename the RegionCombiner Module from PhysicsCombinerTeravus Ovares (Dan Olivares)2009-08-291-2/+2
|
* * Allow corner prim crossings. Previously this was only on a single ↵Teravus Ovares (Dan Olivares)2009-08-281-1/+20
| | | | | | cardinal direction * Some leg work in getting avatar teleports into 'virtual regions' moved to the proper region.
* Add Border (a virtual border management class)Teravus Ovares (Dan Olivares)2009-08-191-0/+131
Move Cardinals to it's own file.