aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-24 add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and PRIM_ALPH...UbitUmarov2-0/+170
2017-04-24 fix (or actually break) llList2float() since LSL_Key is same as LSL_String,...UbitUmarov1-2/+3
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
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
2017-04-19PGSQL: Fixed a failing query in GroupsData for deleting groups messages older...Geir Nøklebye1-2/+2
2017-04-18 deleted a bit 2 much on last commitUbitUmarov2-2/+5
2017-04-18 update ODE binaries for windows. Other platforms need to compile from opensi...UbitUmarov1-122/+77
2017-04-16 fix active objects count down, a path at leastUbitUmarov1-2/+7
2017-04-15missing file and remove warningsUbitUmarov3-2/+4
2017-04-15several changes for osTeleportObjectUbitUmarov10-203/+413
2017-04-15still issues with volume detectors and sleeping bodiesUbitUmarov2-2/+8
2017-04-15still issues with volume detectors and sleeping bodiesUbitUmarov2-23/+41
2017-04-14increase the updates priority of linkset where avatar is sittingUbitUmarov1-2/+21
2017-04-14add functions to send entity updates imediatly, except for avatars (or now) t...UbitUmarov6-19/+119
2017-04-14some reduction on large colision repulsive force on non physical placement of...UbitUmarov3-124/+255
2017-04-06 mantis 8740: fix osTeleportObject set rotationUbitUmarov1-4/+5
2017-04-05add missing invalidation of osGetLinkNumber cacheUbitUmarov1-0/+2
2017-04-05OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Fast...UbitUmarov1-4/+28
2017-04-05 give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov1-2/+2
2017-04-04add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov2-7/+29
2017-04-04 add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov4-0/+77
2017-04-04 mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov5-18/+37
2017-04-04mantis 8130: improve keyframes motionUbitUmarov1-70/+63
2017-04-04mantis 8140: fix objectTeleport rotation if stop TRUEUbitUmarov1-1/+9
2017-04-03oopsUbitUmarov1-4/+4
2017-04-03fix typoUbitUmarov1-1/+2
2017-04-03add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov5-7/+161
2017-04-03add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov3-0/+91
2017-04-01 store the physics inertia override in SQliteUbitUmarov3-5/+19
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov8-38/+336
2017-03-31 add missing file. Changes of inertia data of objects running does notUbitUmarov1-1/+2
2017-03-31 add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov6-46/+531
2017-03-31Adapt to a variable name that has changed in coreMelanie Thielker1-2/+2
2017-03-31If a DNS resolution fails on an outbound request, simply allow itMelanie Thielker1-2/+12
2017-03-31Prevent error spew when script send IM to HG users before HG is upMelanie Thielker1-3/+8
2017-03-31Also ignore NPCs in short-circuiting region restartsMelanie Thielker1-2/+2
2017-03-31When determining if a sim can be shut down, ignore NPCsMelanie Thielker1-2/+2
2017-03-31Add the ability to post to and act uponconfiguration in etcdMelanie Thielker3-3/+276
2017-03-31Make the MySqlGeneric layer transaction awareMelanie Thielker2-83/+155
2017-03-31Allow short-circuiting region restart delays of there are no users leftMelanie Thielker1-0/+43
2017-03-31Set a startup marker to let external scripts know the scene is up.Melanie Thielker1-0/+22
2017-03-31Allow setting the stats log file location in OpenSim.ini rather than app.exe....Melanie Thielker2-1/+31
2017-03-31Skip region restart messages and delays when there are no root agentsMelanie Thielker1-2/+38
2017-03-31Change a misleading message that could lead users to believe a grid is downMelanie Thielker1-1/+3
2017-03-31Add the option to link a scene object with a monitoring objectMelanie Thielker2-0/+15
2017-03-31A god is a god is a god. Let gods access scripts and NCsMelanie Thielker1-0/+8
2017-03-31Squelch an error that happens when the asset cache was mounted RO.Melanie Thielker1-0/+3
2017-03-30add CanSellObject() permitions check functionsUbitUmarov4-66/+151