index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Land
/
PrimCountModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
2019-05-19
1
-97
/
+80
*
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2016-11-03
1
-4
/
+7
*
Another 10 modules' directives moved from .addin.xml
Diva Canto
2012-11-12
1
-0
/
+2
*
correcting a typo that causes c# express to complain about xml comment contai...
SignpostMarv
2012-09-13
1
-1
/
+1
*
Fire the scripting changed event with CHANGED_OWNER when an object that has c...
Justin Clark-Casey (justincc)
2012-05-05
1
-1
/
+0
*
remove mono compiler warnings
Justin Clark-Casey (justincc)
2011-08-23
1
-1
/
+1
*
Improve previous ILandObject method doc.
Justin Clark-Casey (justincc)
2011-04-06
1
-6
/
+16
*
If an object is selected, then don't include it in owner/group/others prim co...
Justin Clark-Casey (justincc)
2011-04-05
1
-13
/
+18
*
If land is not group owned (group ID is always UUID.Zero) then don't check if...
Justin Clark-Casey (justincc)
2011-04-02
1
-2
/
+0
*
If the land has no group ownership (it is UUID.Zero) then don't put prims in ...
Justin Clark-Casey (justincc)
2011-04-02
1
-2
/
+2
*
If the prim count gets an object with invalid bounds, don't try to count it.
Justin Clark-Casey (justincc)
2011-03-31
1
-0
/
+5
*
When a new parcel is created, make sure the prim counts are updated.
Justin Clark-Casey (justincc)
2011-03-30
1
-2
/
+2
*
(re)implement selected prim count.
Justin Clark-Casey (justincc)
2011-03-30
1
-3
/
+40
*
disable prim count debug logging temporarily
Justin Clark-Casey (justincc)
2011-03-29
1
-33
/
+35
*
move total parcel prim calculations into IPrimCounts instead of doing this in...
Justin Clark-Casey (justincc)
2011-03-26
1
-0
/
+39
*
Add test for PCM taint. This currently fails due to unexpected behaviour of ...
Justin Clark-Casey (justincc)
2011-03-26
1
-15
/
+64
*
Add ILandObject.IPrimCounts for the new prim count module.
Justin Clark-Casey (justincc)
2011-03-25
1
-0
/
+2
*
Add method doc to the Get*() methods on PrimCountModule
Justin Clark-Casey (justincc)
2011-03-23
1
-0
/
+27
*
remove a rogue Console.WriteLine() from the last commit.
Justin Clark-Casey (justincc)
2011-03-23
1
-1
/
+0
*
Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...
Justin Clark-Casey (justincc)
2011-03-23
1
-2
/
+8
*
Add an initial confidence-building TestAddObject() for prim counts.
Justin Clark-Casey (justincc)
2011-03-22
1
-6
/
+17
*
Flash out the prim count module
Melanie
2011-01-29
1
-0
/
+174
*
Create the structure of classes and interfaces to replace the cruft that
Melanie
2011-01-29
1
-0
/
+120
*
Adding the prim count module skeleton
Melanie
2011-01-28
1
-0
/
+112