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
/
Framework
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
change CanObjectEntry() to use a SOG
UbitUmarov
3
-5
/
+5
2017-01-20
remove redundant IsGod, rename some GOD as Administrator (both only on permis...
UbitUmarov
1
-7
/
+6
2017-01-19
change CanDuplicateObject
UbitUmarov
2
-5
/
+9
2017-01-19
actually make use of it as viewers requested
UbitUmarov
1
-6
/
+1
2017-01-19
fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...
UbitUmarov
3
-5
/
+9
2017-01-19
change CanDeedObject. WARNING like on other grids, if you do not set next own...
UbitUmarov
2
-14
/
+10
2017-01-19
add a comment about parts permissions aggregation
UbitUmarov
1
-0
/
+2
2017-01-19
add CanEdit check for SOGs, iclients and SPs that need to be in scene and use it
UbitUmarov
2
-20
/
+44
2017-01-19
fix a null check
UbitUmarov
1
-2
/
+3
2017-01-19
object CanMove is for in scene SOGs Icleints and SPs and permitions module is...
UbitUmarov
4
-67
/
+50
2017-01-19
object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...
UbitUmarov
2
-8
/
+10
2017-01-18
enforce effective perms hierarchy
UbitUmarov
1
-42
/
+59
2017-01-18
antecipate baked cache check and Xbakes requests, so they happen before viewe...
UbitUmarov
1
-26
/
+33
2017-01-17
Permissions module: GenerateClientFlags() no need to keep looking for the sam...
UbitUmarov
2
-9
/
+7
2017-01-17
add more calls to effective permissions aggregation, some paths may still be ...
UbitUmarov
9
-23
/
+49
2017-01-17
add more calls to effective permissions aggregation; do not change groupmask ...
UbitUmarov
3
-2
/
+13
2017-01-17
start adding calls to effective permissions aggregation on changes; rearrange...
UbitUmarov
3
-25
/
+15
2017-01-16
remove now unused SetRootPartOwner()
UbitUmarov
1
-21
/
+1
2017-01-16
replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...
UbitUmarov
2
-2
/
+25
2017-01-16
fix EffectiveGroupOrEveryOnePerms C&T == 0 case
UbitUmarov
1
-5
/
+27
2017-01-16
avoid lastOwner beeing the group
UbitUmarov
3
-4
/
+11
2017-01-16
chance new effective permissions code to ease aggregation on demand( ie on c...
UbitUmarov
4
-149
/
+121
2017-01-16
Remove the last instance of the legacy slam but being set
Melanie Thielker
2
-5
/
+7
2017-01-15
add code for fixing effective permitions. This is a test, and currently too s...
UbitUmarov
3
-2
/
+226
2017-01-14
fix incoerent definition of Slam bit (bits 3 and 4 used in diferent
UbitUmarov
2
-4
/
+1
2017-01-14
fix: send viewers the Everyone permitions of items inside other objects
UbitUmarov
1
-1
/
+1
2017-01-13
Fix the new permissions error introduced with the inventory fix
Melanie Thielker
1
-10
/
+24
2017-01-12
Add permission CanChangeSelectedState replacing 2 calls to check Move and Mod...
UbitUmarov
2
-4
/
+16
2017-01-11
don't let object lastowner be its group
UbitUmarov
1
-1
/
+2
2017-01-11
more changes to GenerateClientFlags(), use already cached presence group info...
UbitUmarov
1
-2
/
+2
2017-01-11
change GenerateClientFlags(...) to work with a scenepresence; make use of the...
UbitUmarov
1
-3
/
+3
2017-01-10
remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......
UbitUmarov
1
-2
/
+1
2017-01-08
try to improve option automatic_gods processing
UbitUmarov
1
-9
/
+11
2017-01-07
use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer...
UbitUmarov
1
-1
/
+1
2017-01-07
Correct casing on isGod and isViewerUIGod
Melanie Thielker
2
-38
/
+38
2017-01-07
Change improperly named isNPC to be IsNPC as a property should be uppercase
Melanie Thielker
3
-13
/
+13
2017-01-07
ignore teleport flag GodLike. Perform checks acording to agent static
UbitUmarov
1
-5
/
+7
2017-01-07
rename same more variables to make their meaning more clear
UbitUmarov
2
-5
/
+5
2017-01-07
rename same variables to make their meaning more clear
UbitUmarov
2
-57
/
+56
2017-01-07
more changes to god level control. Not that this is work in progress, for now...
UbitUmarov
2
-224
/
+234
2017-01-07
Fix grid gods
Melanie Thielker
1
-0
/
+1
2017-01-06
Fix an artefact introduced by git's revert merging logic
Melanie Thielker
1
-9
/
+6
2017-01-06
add a missing god_date transmition
UbitUmarov
1
-2
/
+6
2017-01-06
Fix the long-standing bug that object permissions set in inventory were lost
Melanie Thielker
2
-6
/
+13
2017-01-06
Remove parcel_owner_is_god option. It is conceptually wrong and with
UbitUmarov
1
-13
/
+0
2017-01-06
Fix errors introduced by incomplete understanding of what folded perms are
Melanie Thielker
2
-21
/
+22
2017-01-06
restore parcels avatars visibility god level change correct handling; try to...
UbitUmarov
2
-24
/
+28
2017-01-06
fix/simplify validation of god_data update field
UbitUmarov
1
-2
/
+3
2017-01-06
fix typo
UbitUmarov
1
-9
/
+7
2017-01-06
Fix the mixed gods issue in all places
Melanie Thielker
1
-6
/
+13
[next]