aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-30mantis 8131: make the new Offline IM code optional and disabled by default, s...UbitUmarov1-32/+55
2017-02-02Fix an error that would cause a rebake loop on HG gridsMelanie Thielker1-1/+1
2017-02-01Correct whimsical spelling on a log messageMelanie Thielker1-1/+1
2017-02-01Refactor part IIMelanie Thielker1-9/+4
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker12-111/+75
2017-02-01Secure sim stats with an (optional) password.Melanie Thielker3-0/+16
2017-01-30Make negative asset caching actually workMelanie Thielker13-45/+147
2017-01-30Comment two very spammy debug messages that the usr can't do anything aboutMelanie Thielker2-3/+4
2017-01-27 update parcel select or sat on stats on sit and standUbitUmarov1-0/+4
2017-01-27 fix SimwideArea againUbitUmarov1-0/+1
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov12-69/+75
2017-01-27parcels must be loaded before objects, so they can be added to themUbitUmarov1-3/+2
2017-01-27bug fix: wrong enabled checkUbitUmarov2-8/+2
2017-01-27 Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov4-121/+193
2017-01-26 remove unused and wrong methodsUbitUmarov2-58/+1
2017-01-26 remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov4-44/+25
2017-01-26Make it possible to override the URL moduleMelanie Thielker1-12/+12
2017-01-26ubOde: update prim mass when changing DensityUbitUmarov1-1/+3
2017-01-25 CHANGED ALLOWED_DROP should only trigger if user has no MOD rightsUbitUmarov2-55/+59
2017-01-25 add and use CanDropInObjectInvUbitUmarov3-173/+242
2017-01-25fix test setupUbitUmarov1-3/+10
2017-01-25 make use of CanDoObjectInvToObjectInvUbitUmarov3-21/+21