aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/RegionCombinerModule (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04Moved RegionCombinerModule to OptionalModules. Removed it as its own top-leve...Diva Canto9-1795/+0
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-3/+3
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-259/+61
2014-12-31Fixed declaration switcharoo on the region combiner dll.Diva Canto2-2/+1
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto3-15/+6
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-07-31MESS: changes in MakeRootAgent and CompleteMovement reordering things.UbitUmarov1-0/+1
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker1-2/+2
2014-04-02minor: comment out currently unused RegionCombinerModule.LogHeaderJustin Clark-Casey (justincc)1-1/+1
2014-02-15Rewrite of mega-region code to use new form of border checking.Robert Adams1-259/+62
2014-02-15Non-functional changes of numbers into symbolic references and a fewRobert Adams1-0/+1
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2-18/+18
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-2/+2
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-18/+18
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-18/+18
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake1-2/+4
2013-04-06Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)1-31/+52
2013-03-23Add "show borders" command to show the borders of a region.Justin Clark-Casey (justincc)1-5/+3
2013-03-14Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...Justin Clark-Casey (justincc)1-0/+5
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus3-25/+14
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto1-0/+33
2012-10-25Changed "course" to "coarse" in several placesOren Hurvitz2-11/+11
2012-09-07Move addin attributes to RegionCombinerModule.addin.xmlBlueWall2-3/+14
2012-09-07Revert "Move addin information to RegionCombinerModule.addin.xml"BlueWall2-15/+3
2012-09-07Move addin information to RegionCombinerModule.addin.xmlBlueWall2-3/+15
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)2-30/+43
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