Commit History

Author SHA1 Message Date
  Geir Nøklebye fe83763c36 PGSQL: Fixed a failing query in GroupsData for deleting groups messages 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 7 years ago
  Michael Cerquoni 52e03ee5bd update ubODE for Linux x86 and x86_64 to include lasted ODE 0.13.2 7 years ago
  UbitUmarov 006c08886a deleted a bit 2 much on last commit 7 years ago
  UbitUmarov 49884b94a7 update ODE binaries for windows. Other platforms need to compile from 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 7 years ago
  UbitUmarov 9354e60df0 fix active objects count down, a path at least 7 years ago
  UbitUmarov b52f7b9203 missing file and remove warnings 7 years ago
  UbitUmarov 0f7ffc56ce several changes for osTeleportObject 7 years ago
  UbitUmarov 156ef0bbe3 still issues with volume detectors and sleeping bodies 7 years ago
  UbitUmarov 4f8f04d949 still issues with volume detectors and sleeping bodies 7 years ago
  UbitUmarov 73be6cb269 increase the updates priority of linkset where avatar is sitting 7 years ago
  UbitUmarov 63383bf3c5 add functions to send entity updates imediatly, except for avatars (or now) they should be use to bypass normal delayed updates, for debug 7 years ago
  UbitUmarov 22e9647748 update ode binaries for windows 7 years ago
  UbitUmarov 9d8220ac9f some reduction on large colision repulsive force on non physical placement of physical prims 7 years ago
  UbitUmarov 040037d713 update ode.dll for windows. Other platforms need fo be compiled from opensim-libs repo, folder ODE-OpenSim.0.13.2. This adds OsTerrain, a replacevment for Heightfield that ubOde can use. Its already rotated as needed and has a diferent Sphere collider, rest is still almost identical. Keep previus ode version in case this goes wrong. 7 years ago
  UbitUmarov 1848b1fdb1 mantis 8740: fix osTeleportObject set rotation 7 years ago
  UbitUmarov a41924d1f8 add missing invalidation of osGetLinkNumber cache 7 years ago
  UbitUmarov c0904a32cb OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Faster test for safe functions that are always allowed with OSSL enabled. other name could be CheckOSSLenabled, but this name preserves functions template. 7 years ago
  UbitUmarov c58f2167bb fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini 7 years ago
  UbitUmarov 2805cb9dec give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini 7 years ago
  UbitUmarov d085c337a9 add a little speedup on repeated requests for same name on osGetLinkNumber. 7 years ago
  UbitUmarov e237e1b2fa add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the string to linknumber map, cache invalidations may still be missing :( 7 years ago
  UbitUmarov ca250e0b0b mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT 7 years ago
  UbitUmarov 056b765fbc mantis 8130: improve keyframes motion 7 years ago
  UbitUmarov c6150c2066 mantis 8140: fix objectTeleport rotation if stop TRUE 7 years ago
  UbitUmarov 4bb27917f4 oops 7 years ago
  UbitUmarov 1264069b41 fix typo 7 years ago
  UbitUmarov 2bb5e98574 add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, LSL_Rotation rotation, LSL_Integer stop) 7 years ago
  UbitUmarov eb11505d19 add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) permissions check 7 years ago
  UbitUmarov 44993550a8 store the physics inertia override in SQlite 7 years ago
  UbitUmarov 443fc60cdf store the physics inertia override in Mysql and add it to serializer. run prebuild is required 7 years ago