aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto2012-11-141-0/+33
* Changed "course" to "coarse" in several placesOren Hurvitz2012-10-252-11/+11
* Move addin attributes to RegionCombinerModule.addin.xmlBlueWall2012-09-072-3/+14
* Revert "Move addin information to RegionCombinerModule.addin.xml"BlueWall2012-09-072-15/+3
* Move addin information to RegionCombinerModule.addin.xmlBlueWall2012-09-072-3/+15
* Fix issue where RegionCombinerModule was not removing regions from its dictio...Justin Clark-Casey (justincc)2012-07-271-0/+2
* minor: Add user feedback when executing fix-phantomsJustin Clark-Casey (justincc)2012-06-051-0/+2
* Allow fix-phantoms command to appear even if CombineContiguousRegions = false...Justin Clark-Casey (justincc)2012-06-051-13/+11
* Improve locking of RegionCombinerModule.m_regionsJustin Clark-Casey (justincc)2012-05-191-24/+29
* Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-2/+17
* refactor: Add RegionConnection.PosX and PosY to return position in meters rat...Justin Clark-Casey (justincc)2012-05-192-30/+43
* refactor: Rename connection paramaters from "conn" and "regionConnections" so...Justin Clark-Casey (justincc)2012-05-191-127/+133
* Correct some log messages in RegionCombinerModule about the position of the r...Justin Clark-Casey (justincc)2012-05-191-5/+3
* Make the megaregion total area given to the physics module accurate instead o...Justin Clark-Casey (justincc)2012-05-191-3/+9
* Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)2012-05-191-11/+2
* Add some method doc to RegionCombinerModule. Clean up log messages.Justin Clark-Casey (justincc)2012-05-191-10/+29
* Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2012-05-191-2/+20
* Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)2012-03-091-1/+1
* Simplify minimap coarse location code by just reference SP.AbsolutePositionJustin Clark-Casey (justincc)2012-03-091-7/+2
* Use SP.ParentPart instead of ParentID in places where it's more efficient (sa...Justin Clark-Casey (justincc)2012-03-091-19/+7
* minor fix to MegaRegions, typo spotted by Ubit!nebadon2011-12-151-1/+1
* Fix "fix-phantoms" help message. Thanks Garmin Kawaguichi.Justin Clark-Casey (justincc)2011-12-091-4/+5
* Comment out unimplemented and uncalled RegionCombinerModule.UnCombineRegion()Justin Clark-Casey (justincc)2011-11-221-27/+27
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-271-3/+1
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-5/+0
* When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-2/+2
* Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+5
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-132-3/+3
* Formatting cleanup.Jeff Ames2010-09-122-5/+5
* remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)2010-07-301-4/+15
* move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)2010-07-301-3/+4
* Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake2010-06-081-1/+3
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-03-192-10/+4
|\
| * Unify a previous refactor of object return with the older solution. WeMelanie2010-03-182-10/+4
* | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-12/+13
|/
* * Attempts to resolve the megaregion terrain edit rebound.Teravus Ovares (Dan Olivares)2009-12-291-0/+82
* minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)2009-11-251-0/+1
* Formatting cleanup.Jeff Ames2009-11-231-2/+2
* * Thanks to a little help from jhurliman, jradford, diva, mono's brajkovic, m...Teravus Ovares (Dan Olivares)2009-11-112-13/+5
* * Fix resources file mappingTeravus Ovares (Dan Olivares)2009-11-111-2/+2
* * Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)2009-11-108-8/+9
* * Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)2009-11-109-0/+1781