aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule/RegionCombinerModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-25Changed "course" to "coarse" in several placesOren Hurvitz1-10/+10
2012-09-07Move addin attributes to RegionCombinerModule.addin.xmlBlueWall1-3/+0
2012-09-07Revert "Move addin information to RegionCombinerModule.addin.xml"BlueWall1-1/+3
2012-09-07Move addin information to RegionCombinerModule.addin.xmlBlueWall1-3/+1
2012-07-27Fix issue where RegionCombinerModule was not removing regions from its dictio...Justin Clark-Casey (justincc)1-0/+2
2012-06-05minor: Add user feedback when executing fix-phantomsJustin Clark-Casey (justincc)1-0/+2
2012-06-05Allow fix-phantoms command to appear even if CombineContiguousRegions = false...Justin Clark-Casey (justincc)1-13/+11
2012-05-19Improve locking of RegionCombinerModule.m_regionsJustin Clark-Casey (justincc)1-24/+29
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-2/+17
2012-05-19refactor: Add RegionConnection.PosX and PosY to return position in meters rat...Justin Clark-Casey (justincc)1-26/+10
2012-05-19refactor: Rename connection paramaters from "conn" and "regionConnections" so...Justin Clark-Casey (justincc)1-127/+133
2012-05-19Correct some log messages in RegionCombinerModule about the position of the r...Justin Clark-Casey (justincc)1-5/+3
2012-05-19Make the megaregion total area given to the physics module accurate instead o...Justin Clark-Casey (justincc)1-3/+9
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-11/+2
2012-05-19Add some method doc to RegionCombinerModule. Clean up log messages.Justin Clark-Casey (justincc)1-10/+29
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)1-2/+20
2012-03-09Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)1-1/+1
2012-03-09Simplify minimap coarse location code by just reference SP.AbsolutePositionJustin Clark-Casey (justincc)1-7/+2
2012-03-09Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)1-19/+7
2011-12-15minor fix to MegaRegions, typo spotted by Ubit!nebadon1-1/+1
2011-12-09Fix "fix-phantoms" help message. Thanks Garmin Kawaguichi.Justin Clark-Casey (justincc)1-4/+5
2011-11-22Comment out unimplemented and uncalled RegionCombinerModule.UnCombineRegion()Justin Clark-Casey (justincc)1-27/+27
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-3/+1
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-1/+1
2010-06-08Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake1-1/+3
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-12/+13
2010-03-18Unify a previous refactor of object return with the older solution. WeMelanie1-2/+1
2009-12-29* Attempts to resolve the megaregion terrain edit rebound.Teravus Ovares (Dan Olivares)1-0/+82
2009-11-23Formatting cleanup.Jeff Ames1-2/+2
2009-11-11* Thanks to a little help from jhurliman, jradford, diva, mono's brajkovic, m...Teravus Ovares (Dan Olivares)1-0/+5
2009-11-10* Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)1-1/+1
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)1-0/+1
2009-11-10Broke the monster RegionLoaded method in RegionCombinerModule into 4 smaller ...Diva Canto1-224/+248
2009-10-16More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(...John Hurliman1-2/+6
2009-10-13* Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)1-4/+6
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-5/+5
2009-09-29A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto1-1/+20
2009-09-25* Does a full battery of tests to ensure that the object isn't an attachment ...Teravus Ovares (Dan Olivares)1-3/+3
2009-09-13* Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)1-0/+914
2009-09-13Temporarily removing the RegionCombinerModule to debug a mono assert on linuxTeravus Ovares (Dan Olivares)1-914/+0
2009-09-13* Move nested classes from the RegionCombinerModule into their own file.Teravus Ovares (Dan Olivares)1-563/+0
2009-09-13* More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)1-14/+116
2009-09-10Formatting cleanup.Jeff Ames1-59/+24
2009-09-08minor: remove warningJustin Clark-Casey (justincc)1-2/+1
2009-09-05* Moves ScenePresence SendCourseLocations to a delegate and provide a method ...Teravus Ovares (Dan Olivares)1-6/+165
2009-09-04* Fixes various quirks rezzing in virtual regions.Teravus Ovares (Dan Olivares)1-55/+193
2009-09-04* Last commit was a bit of a fail, it registered the root region for it's own...Teravus Ovares (Dan Olivares)1-49/+49