UbitUmarov
|
0091c37ed3
several changes relative to objects return and parcel prim counts: avoid null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc
|
7 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
Melanie
|
e62b14024f
Merge branch 'master' into careminster
|
12 years ago |
Oren Hurvitz
|
9784e4e07d
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
|
12 years ago |
Melanie
|
af01a2320a
Merge branch 'master' into careminster
|
12 years ago |
Diva Canto
|
31177d9259
Another 10 modules' directives moved from .addin.xml
|
12 years ago |
Melanie
|
db774d4292
Merge branch 'master' into careminster
|
12 years ago |
SignpostMarv
|
9598c1af9e
correcting a typo that causes c# express to complain about xml comment containing invalid xml
|
12 years ago |
Melanie
|
31ab8b2fe0
Merge branch 'master' into careminster
|
12 years ago |
Justin Clark-Casey (justincc)
|
01b00ad0d5
Fire the scripting changed event with CHANGED_OWNER when an object that has changed owners is rezzed.
|
12 years ago |
Tom
|
66dec3b874
Resolve merge commits, stage 1
|
13 years ago |
Justin Clark-Casey (justincc)
|
014cd4f8bb
remove mono compiler warnings
|
13 years ago |
Melanie
|
738daadace
Merge branch 'master' into careminster-presence-refactor
|
13 years ago |
Justin Clark-Casey (justincc)
|
63533412f8
Improve previous ILandObject method doc.
|
13 years ago |
Melanie
|
407c2b1823
Merge branch 'master' into careminster-presence-refactor
|
13 years ago |
Justin Clark-Casey (justincc)
|
3d400fc663
If an object is selected, then don't include it in owner/group/others prim counts.
|
13 years ago |
Melanie
|
15e0b55e66
Merge branch 'master' into careminster-presence-refactor
|
13 years ago |
Justin Clark-Casey (justincc)
|
7bba0177fe
If land is not group owned (group ID is always UUID.Zero) then don't check if a prim should be added to the group count
|
13 years ago |
Justin Clark-Casey (justincc)
|
5b0936d4b5
If the land has no group ownership (it is UUID.Zero) then don't put prims in the group count when they are also not group owned.
|
13 years ago |
Melanie
|
329fa73695
Merge branch 'master' into careminster-presence-refactor
|
13 years ago |
Justin Clark-Casey (justincc)
|
4d0cffa06e
If the prim count gets an object with invalid bounds, don't try to count it.
|
13 years ago |
Justin Clark-Casey (justincc)
|
f7ed7fc05d
When a new parcel is created, make sure the prim counts are updated.
|
13 years ago |
Justin Clark-Casey (justincc)
|
8b16f7d976
(re)implement selected prim count.
|
13 years ago |
Justin Clark-Casey (justincc)
|
fe258753a0
disable prim count debug logging temporarily
|
13 years ago |
Melanie
|
a62b435a39
Merge branch 'master' into careminster-presence-refactor
|
13 years ago |
Justin Clark-Casey (justincc)
|
541cd3e8c8
move total parcel prim calculations into IPrimCounts instead of doing this in LLClientView
|
13 years ago |
Justin Clark-Casey (justincc)
|
cc8897fceb
Add test for PCM taint. This currently fails due to unexpected behaviour of SceneGraph.ForEachSOG(). This will be corrected soon.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7f5019b0f2
Add ILandObject.IPrimCounts for the new prim count module.
|
13 years ago |
Justin Clark-Casey (justincc)
|
08c3cd6b36
Add method doc to the Get*() methods on PrimCountModule
|
13 years ago |
Justin Clark-Casey (justincc)
|
67cafbd33a
remove a rogue Console.WriteLine() from the last commit.
|
13 years ago |