aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-09 some changes to RequestInventoryFile()UbitUmarov1-38/+36
2016-07-08don't auto return objects if they have sitting avatars (not npcs) - mantis 78...UbitUmarov1-0/+14
2016-07-07Correction of a test introduced in 34b308d5b6d2a34e6607aa2b67f01c0f207635b4Diva Canto1-1/+1
2016-07-07reduce lock time during object inventory ProcessInventoryBackupUbitUmarov1-7/+4
2016-07-07reduce the initial capacity of InventoryStringBuilder the 16k i added isUbitUmarov1-1/+1
2016-07-07 hide the footprints of my previus bug ( take out comented codeUbitUmarov1-3/+0
2016-07-07 forget InventoryStringBuilder.close()UbitUmarov1-3/+3
2016-07-07 change InventoryStringBuilder. This will do much for mantis 7904 objects inv...UbitUmarov1-12/+21
2016-07-07move object inventory send to udp queue asset ( was task). Remove a callUbitUmarov2-27/+23
2016-07-07avoid InvalidBoundsRadius() calls caused by small changesUbitUmarov1-3/+4
2016-07-06let RePrioritization also work on child agentsUbitUmarov1-4/+12
2016-07-06the bug was actually hereUbitUmarov1-2/+4
2016-07-06bug fix, etcUbitUmarov1-3/+10
2016-07-06finish removing child-repri optionUbitUmarov1-2/+0
2016-07-06 add some needed InvalidBoundsRadius() callsUbitUmarov2-5/+20
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov5-61/+182
2016-07-04add EngineName also to the othersUbitUmarov3-0/+18
2016-07-04add EngineName also to old ODEUbitUmarov2-2/+8
2016-07-04add OSSL osGetPhysicsEngineName(). this returns a string with name and versio...UbitUmarov6-4/+33
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker33-228/+147
2016-07-03New config var: DisableObjectTransfer. If set to True, objects never cross; i...Diva Canto2-0/+8
2016-07-03dont try to check CanObjectEntry on a attachment in llSetPos()UbitUmarov1-1/+1
2016-07-03fix a lost region size of 256mUbitUmarov1-1/+5
2016-07-03scale down position X and Y acording to region size on sending coarse Updates...UbitUmarov1-2/+17
2016-07-03try to place avatars on a nicer location, when they arrive into a banned parcelUbitUmarov1-4/+9
2016-07-02 dont send bad profiles to viewerUbitUmarov1-0/+3
2016-07-02 revert to previus GroupProfileRequest because floatsam groups server seems t...UbitUmarov1-3/+3
2016-07-02 reduce absurd viewers blind retries of GroupProfileRequestUbitUmarov1-40/+57
2016-07-01xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back x...UbitUmarov3-15/+23
2016-07-01missing fileUbitUmarov1-1/+0
2016-07-01cleanup a bitUbitUmarov4-91/+2
2016-07-01save one call to grid to get agent groups powers (xmlrpcgoups only for nowUbitUmarov2-3/+2
2016-07-01add a few methods to modify clientview group powersUbitUmarov5-24/+108
2016-07-01cleanup a bit AgentGroupDataUpdate sendingUbitUmarov3-44/+34
2016-07-01increase xmlrpc timeout in xmlrpcgroups, disable its cache until its entries ...UbitUmarov1-1/+5
2016-07-01revert several changes to groups modules (agentGroupData is private). change ...UbitUmarov6-116/+115
2016-06-29change ubOde module, hopefully for better handling of multiple scenes on same...UbitUmarov1-25/+35
2016-06-28Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov2-6/+20
2016-06-28 don't try to send initial AgentGroupDataUpdate to NPCsUbitUmarov2-20/+6
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov3-1/+29
2016-06-28fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation...UbitUmarov3-8/+9
2016-06-26add PRIM_OMEGA to llGet(LINK)PrimitiveParams. This will not return same value...UbitUmarov1-0/+24
2016-06-26let llPlaySound() in HUDs send sound to owner without parcel restrictionUbitUmarov1-3/+3
2016-06-26mantis 7942: allow llTriggerSound on HUDs to send sounds to all.UbitUmarov1-0/+2
2016-06-24Added a test for checking permissions in inventory items that are transferred...Diva Canto2-4/+66
2016-06-23Mantis #7933: copy-paste bug in avn code.Diva Canto1-1/+1
2016-06-23Mantis #7937: don't send group info to NPCsDiva Canto2-0/+10
2016-06-23Mantis #7934 and related: landing points and telehubs for gods. Added a new c...Diva Canto1-6/+82
2016-06-23Same change here too.Diva Canto1-1/+4
2016-06-23Fix failing testDiva Canto1-1/+4