aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-97/+80
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+7
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-09-13correcting a typo that causes c# express to complain about xml comment contai...SignpostMarv1-1/+1
2012-05-05Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)1-1/+0
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-04-06Improve previous ILandObject method doc.Justin Clark-Casey (justincc)1-6/+16
2011-04-05If an object is selected, then don't include it in owner/group/others prim co...Justin Clark-Casey (justincc)1-13/+18
2011-04-02If land is not group owned (group ID is always UUID.Zero) then don't check if...Justin Clark-Casey (justincc)1-2/+0
2011-04-02If the land has no group ownership (it is UUID.Zero) then don't put prims in ...Justin Clark-Casey (justincc)1-2/+2
2011-03-31If the prim count gets an object with invalid bounds, don't try to count it.Justin Clark-Casey (justincc)1-0/+5
2011-03-30When a new parcel is created, make sure the prim counts are updated.Justin Clark-Casey (justincc)1-2/+2
2011-03-30(re)implement selected prim count.Justin Clark-Casey (justincc)1-3/+40
2011-03-29disable prim count debug logging temporarilyJustin Clark-Casey (justincc)1-33/+35
2011-03-26move total parcel prim calculations into IPrimCounts instead of doing this in...Justin Clark-Casey (justincc)1-0/+39
2011-03-26Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)1-15/+64
2011-03-25Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)1-0/+2
2011-03-23Add method doc to the Get*() methods on PrimCountModuleJustin Clark-Casey (justincc)1-0/+27
2011-03-23remove a rogue Console.WriteLine() from the last commit.Justin Clark-Casey (justincc)1-1/+0
2011-03-23Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)1-2/+8
2011-03-22Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)1-6/+17
2011-01-29Flash out the prim count moduleMelanie1-0/+174
2011-01-29Create the structure of classes and interfaces to replace the cruft thatMelanie1-0/+120
2011-01-28Adding the prim count module skeletonMelanie1-32/+39
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-1/+0
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-0/+1
2009-11-10Add IScriptModuleComms interface and region module to handle dispatch ofMelanie1-47/+39
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Change the freeswitch out connector (which is pointless) to an in connectorMelanie1-16/+11
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules a...diva1-112/+113
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-27Update svn properties.Jeff Ames1-85/+85
2009-05-25Fixed a typo.diva1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services an...diva1-0/+85