Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-05 | let all clients get a group title update on create group | UbitUmarov | 1 | -4/+4 | |
2017-05-04 | the new options i add where actually bad idea, they would make the | UbitUmarov | 2 | -16/+3 | |
compatibility issue ethernal. Removed and extended the ugly date hack to group share outwards propagation, until a better way is found at least | |||||
2017-05-04 | do the same in the cases we are just moving parts around and not changing ↵ | UbitUmarov | 12 | -23/+21 | |
their caches (ie their taskInventory) | |||||
2017-05-04 | move deep effective permissions aggregation to first time use and not on ↵ | UbitUmarov | 8 | -84/+46 | |
changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards | |||||
2017-05-03 | fix right to change permissions of group owned objects | UbitUmarov | 3 | -3/+57 | |
2017-05-03 | fix right to change permissions of group owned taskitems | UbitUmarov | 1 | -0/+17 | |
2017-05-03 | still another missing conversion btw viewer and OS on groupd owned | UbitUmarov | 1 | -4/+4 | |
2017-05-03 | taskitem group owned information was still incorrect | UbitUmarov | 1 | -1/+6 | |
2017-05-03 | change taskInventory copy/move to agents inventory rules | UbitUmarov | 2 | -17/+19 | |
2017-05-03 | viewer can't tell if a taskitem is group owned if we don't tell him; ↵ | UbitUmarov | 1 | -2/+9 | |
missing taskInv serial update | |||||
2017-05-03 | recover a lost trim in permissions modules names parsing | UbitUmarov | 1 | -1/+1 | |
2017-05-02 | recover a lost trim in permissions modules names parsing | UbitUmarov | 1 | -1/+1 | |
2017-05-02 | mantis 8135 | UbitUmarov | 1 | -7/+15 | |
2017-05-02 | fix LSL_ApiHttpTests | UbitUmarov | 1 | -5/+9 | |
2017-05-02 | disable LSL http listener (llRequestURL/llRequestSecureURL) if ↵ | UbitUmarov | 1 | -7/+62 | |
ExternalHostNameForLSL is not set in cofiguration or does not resolve | |||||
2017-05-01 | save a few nanoseconds | UbitUmarov | 1 | -9/+16 | |
2017-05-01 | buysell: make sure we dont buy child parts, dont mess with absolute position ↵ | UbitUmarov | 1 | -12/+7 | |
its useless with variable size regions, and its a rezing job | |||||
2017-05-01 | rename sog.GetEffectivePermissions() since its use is now limited to more ↵ | UbitUmarov | 3 | -25/+13 | |
specific task, and no longer on current effective(full) path. Note that change ownermask start to be current ownermask, and filter it to all parts basemask | |||||
2017-04-30 | Permissions compatibility hack 1: anyone copy - new permissions require that ↵ | UbitUmarov | 1 | -3/+8 | |
all items in all object parts contents have anyone copy set. Old code only required it on object. This hack tries to allow objects older than today to still work as before on this. (this is a test, we may need to change it) | |||||
2017-04-30 | Add a missing viewer-relevant message to the perms module | Melanie Thielker | 1 | -0/+3 | |
2017-04-30 | exclude lms from permissions checks. They are full rights, and broken on all dbs | UbitUmarov | 1 | -31/+5 | |
2017-04-30 | fix new landmarks default permissions | UbitUmarov | 1 | -3/+8 | |
2017-04-30 | don't break groups permission mask | UbitUmarov | 1 | -3/+2 | |
2017-04-29 | nore permissions masks hierachy | UbitUmarov | 3 | -22/+18 | |
2017-04-29 | buysell: fix permissions masks hierachy | UbitUmarov | 1 | -8/+10 | |
2017-04-29 | update folded permitions if taking from world, or after unfold | UbitUmarov | 3 | -17/+8 | |
2017-04-29 | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵ | UbitUmarov | 3 | -27/+20 | |
easys code readability | |||||
2017-04-29 | add check for valid folded perms | UbitUmarov | 1 | -6/+2 | |
2017-04-29 | fix chain of contents sells | UbitUmarov | 1 | -3/+8 | |
2017-04-28 | BuySell: bug fix, use all object permitions for sold item, and not the ↵ | UbitUmarov | 1 | -9/+14 | |
operation rights one | |||||
2017-04-28 | forgot a change... | UbitUmarov | 1 | -2/+2 | |
2017-04-28 | a few changes to permissions folding... we are testing. at this point only ↵ | UbitUmarov | 5 | -58/+65 | |
use master for TESTING also | |||||
2017-04-27 | add a usefull taint and update | UbitUmarov | 2 | -27/+69 | |
2017-04-26 | ubMeshmerizer: fix the orientation of last triangle on top/bottom faces of | UbitUmarov | 1 | -2/+2 | |
hollow cylinders plz delete contents of bin/MeshCache to remove defective entries" | |||||
2017-04-26 | mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore ↵ | UbitUmarov | 2 | -11/+14 | |
entries in excess of 8 on the request | |||||
2017-04-25 | move mesh pbs creation code out of mesh upload code into to ↵ | UbitUmarov | 1 | -71/+14 | |
PrimitiveBaseShape.cs | |||||
2017-04-25 | cosmetics on mesh upload encoding of number of faces on pbs shape. Use ↵ | UbitUmarov | 1 | -23/+36 | |
opensim shape enums in place of libovm for coerence, add a few coments. | |||||
2017-04-25 | finish encoding number of mesh faces in pbs shape on new meshs upload, and ↵ | UbitUmarov | 3 | -33/+41 | |
*HACK* flag it setting hollow shape to triangle. (some limited encoding as added some months ago, but only for viewers LOD). Use this hack flag to fix sop number of faces. old meshs will still report 8 faces, information to fix this seems lost unless the mesh asset is decoded | |||||
2017-04-24 | some fixes on the materials paramenters of llGetPrimitiveParams() | UbitUmarov | 2 | -16/+56 | |
2017-04-24 | add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and ↵ | UbitUmarov | 2 | -0/+170 | |
PRIM_ALPHA_MODE of llGetPrimitiveParams(). Im sleeping at this time, this can be very wrong | |||||
2017-04-24 | fix (or actually break) llList2float() since LSL_Key is same as ↵ | UbitUmarov | 1 | -2/+3 | |
LSL_String, the case of invalid LSL_Key cannot be handle, since most likely it is a string | |||||
2017-04-21 | mantis 8154 dont let self lResetOtherScript mean harakiri | UbitUmarov | 1 | -89/+77 | |
2017-04-20 | update ode binaries for windows; add a minimal velocity for bounce | UbitUmarov | 1 | -0/+1 | |
2017-04-18 | deleted a bit 2 much on last commit | UbitUmarov | 2 | -2/+5 | |
2017-04-18 | update ODE binaries for windows. Other platforms need to compile from ↵ | UbitUmarov | 1 | -122/+77 | |
opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that | |||||
2017-04-16 | fix active objects count down, a path at least | UbitUmarov | 1 | -2/+7 | |
2017-04-15 | missing file and remove warnings | UbitUmarov | 3 | -2/+4 | |
2017-04-15 | several changes for osTeleportObject | UbitUmarov | 9 | -199/+409 | |
2017-04-15 | still issues with volume detectors and sleeping bodies | UbitUmarov | 2 | -2/+8 | |
2017-04-15 | still issues with volume detectors and sleeping bodies | UbitUmarov | 2 | -23/+41 | |