aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-03 change taskInventory copy/move to agents inventory rulesUbitUmarov2-17/+19
2017-05-03viewer can't tell if a taskitem is group owned if we don't tell him; ↵UbitUmarov1-2/+9
missing taskInv serial update
2017-05-03recover a lost trim in permissions modules names parsingUbitUmarov1-1/+1
2017-05-02recover a lost trim in permissions modules names parsingUbitUmarov1-1/+1
2017-05-02mantis 8135UbitUmarov1-7/+15
2017-05-02fix LSL_ApiHttpTestsUbitUmarov1-5/+9
2017-05-02 disable LSL http listener (llRequestURL/llRequestSecureURL) if ↵UbitUmarov1-7/+62
ExternalHostNameForLSL is not set in cofiguration or does not resolve
2017-05-01Shuffle some code aroundDiva Canto3-15/+22
2017-05-01Added some indirect transfer tests -- Take Copy by another avatarDiva Canto3-18/+169
2017-05-01save a few nanosecondsUbitUmarov1-9/+16
2017-05-01Permissions tests: added test with 2 direct transfers with permission ↵Diva Canto2-5/+110
changes in between (in inventory)
2017-05-01Perms test framework: make a lot of things more generic.Diva Canto2-174/+293
2017-05-01Initial commit of the emerging test suite for permissions and more.Diva Canto1-0/+252
2017-05-01buysell: make sure we dont buy child parts, dont mess with absolute position ↵UbitUmarov1-12/+7
its useless with variable size regions, and its a rezing job
2017-05-01rename sog.GetEffectivePermissions() since its use is now limited to more ↵UbitUmarov3-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-30Permissions compatibility hack 1: anyone copy - new permissions require that ↵UbitUmarov1-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-30having the file open then let PermissionsToString know about ExportUbitUmarov1-0/+2
2017-04-30save some nanoseconds if unfolding will not change anything ( export default ↵UbitUmarov1-2/+2
mks it rare, but looks nice)
2017-04-30remove a redundant operationUbitUmarov1-2/+0
2017-04-30Add a missing viewer-relevant message to the perms moduleMelanie Thielker1-0/+3
2017-04-30exclude lms from permissions checks. They are full rights, and broken on all dbsUbitUmarov1-31/+5
2017-04-30fix new landmarks default permissionsUbitUmarov1-3/+8
2017-04-30don't break groups permission maskUbitUmarov1-3/+2
2017-04-29nore permissions masks hierachyUbitUmarov3-22/+18
2017-04-29buysell: fix permissions masks hierachyUbitUmarov1-8/+10
2017-04-29 update folded permitions if taking from world, or after unfoldUbitUmarov4-23/+30
2017-04-29 recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵UbitUmarov6-36/+59
easys code readability
2017-04-29add check for valid folded permsUbitUmarov1-6/+2
2017-04-29fix chain of contents sellsUbitUmarov1-3/+8
2017-04-28BuySell: bug fix, use all object permitions for sold item, and not the ↵UbitUmarov1-9/+14
operation rights one
2017-04-28forgot a change...UbitUmarov1-2/+2
2017-04-28a few changes to permissions folding... we are testing. at this point only ↵UbitUmarov6-59/+69
use master for TESTING also
2017-04-27add a usefull taint and updateUbitUmarov2-27/+69
2017-04-26ubMeshmerizer: fix the orientation of last triangle on top/bottom faces ofUbitUmarov1-2/+2
hollow cylinders plz delete contents of bin/MeshCache to remove defective entries"
2017-04-26Fill out Current Outfit folder with links when creating the initial avatar ↵Diva Canto1-1/+42
appearance. Some viewers (e.g. Singularity 1.8.7) get seriously confused when the avatar has no current outfit links.
2017-04-26give more information on Fatal Error during region startupUbitUmarov1-2/+1
2017-04-26 mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore ↵UbitUmarov2-11/+14
entries in excess of 8 on the request
2017-04-25If we're going to show regions twice (in standalone) at least make the ↵Diva Canto1-3/+3
formatting consistent...
2017-04-25move mesh pbs creation code out of mesh upload code into to ↵UbitUmarov2-71/+78
PrimitiveBaseShape.cs
2017-04-25cosmetics on mesh upload encoding of number of faces on pbs shape. Use ↵UbitUmarov1-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 ↵UbitUmarov3-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()UbitUmarov2-16/+56
2017-04-24 add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and ↵UbitUmarov2-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 ↵UbitUmarov1-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 harakiriUbitUmarov1-89/+77
2017-04-20store the physics inertia override in the databaseGeir Nøklebye2-4/+22
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-04-20 update ode binaries for windows; add a minimal velocity for bounceUbitUmarov1-0/+1
2017-04-19update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ↵Geir Nøklebye2-5/+37
support for fields in the prims table. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2017-04-19PGSQL: Fixed a failing query in GroupsData for deleting groups messages ↵Geir Nøklebye1-2/+2
older than 14 days. The little known abstime function could be used for a double cast. The field TMStamp should be changed to store the data as a proper timestamp. Related to Mantis #7848. Usually this would easily be solved using the to_timestamp function, but there is no support for it in NPGSQL as there are no very close functionality in .NET Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2017-04-18 deleted a bit 2 much on last commitUbitUmarov2-2/+5