aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-10 sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵UbitUmarov1-11/+5
viewers do fix its use (ignored for now)
2018-04-01try fix gitUbitUmarov1-0/+40
2017-06-24revert the thread level change; remove unused dynamic texture timer from ↵UbitUmarov1-14/+8
internal code; let blend alpha work if < 255; let blend work with the selected face; etc
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov1-1/+1
2017-05-14fix some issue on parcels loading and make parcels dwell show something. ↵UbitUmarov1-0/+1
Resolution is 2.5min aprox.
2017-04-15missing file and remove warningsUbitUmarov1-0/+2
2017-03-31Add the ability to post to and act uponconfiguration in etcdMelanie Thielker1-0/+37
Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running.
2017-01-16 chance new effective permissions code to ease aggregation on demand( ie on ↵UbitUmarov1-4/+1
changes). But still doing full aggregation on checks, so still heavy
2017-01-15add code for fixing effective permitions. This is a test, and currently too ↵UbitUmarov1-0/+5
slow for prodution. just finding our way home
2017-01-05Massive tab and trailing space cleanupMelanie Thielker33-86/+86
2017-01-05a few changes to Gods ( ie administrators) controlUbitUmarov1-3/+2
2017-01-05 a few changes to estates and estate teleportHome (used kick)UbitUmarov1-0/+2
2016-12-14New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty1-0/+1
patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-10Setting precise date of creation in NPC's profile.Mandarinka Tasty1-0/+1
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-06 add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵UbitUmarov1-0/+1
About text. requires OsNpcCreate rights
2016-11-18add expire time for aliensUbitUmarov1-0/+2
2016-09-23move wind generation out of heartbeat to a pool job. Use that to send to all ↵UbitUmarov1-1/+1
clients and not one per client
2016-09-17 add load baked terrain methods. missing fileUbitUmarov1-0/+1
2016-09-17 add load baked terrain methodsUbitUmarov1-1/+2
2016-09-17 add to databases a table to store baked terrain.UbitUmarov2-2/+17
2016-08-11 to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov1-5/+6
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov1-1/+16
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov1-0/+1
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
2016-08-04fix a typoUbitUmarov1-1/+1
2016-07-28remove references to RegionCombinerModuleUbitUmarov1-64/+0
2016-07-26 take friends out of onMakeRoot if crossingUbitUmarov1-0/+2
2016-07-23add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov1-1/+1
and its use even worse
2016-07-01missing fileUbitUmarov1-1/+0
2016-07-01revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov1-1/+1
interregions invite/eject messages, etc
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in ↵UbitUmarov1-0/+1
the access list. option OS_NPC_OBJECT_GROUP it still needed if access is by group (this option should also work with not owned NPC) NEEDS TESTING, may prove to be a bad solution
2016-06-28fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during ↵UbitUmarov1-1/+1
creation, before scenepresence.CompleteMovement, set tittle just after it.
2016-06-19Mantis #7920: group info was not being updated in many situations. ↵Diva Canto1-1/+1
(regression) Putting back the heavy messaging.
2016-06-19Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto1-0/+2
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
2016-03-16Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker1-2/+3
Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server.
2016-01-01 add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵UbitUmarov1-1/+4
with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active.
2015-11-22Changes to TerrainModule/ITerrainModule to support importing OARs with ↵Jak Daniels1-0/+2
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-11-22Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵Jak Daniels1-0/+8
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-11-21 remove some duplicate using statementsUbitUmarov1-3/+0
2015-11-20remove unused return value on DeliverMessageTo()UbitUmarov1-1/+1
2015-11-17 remove unused parameterUbitUmarov1-1/+2
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-3/+3
to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production!
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-3/+3
work. Will eat your babies. Yada. Yada.
2015-10-02 remove unused method parameter master also removedUbitUmarov1-1/+1
2015-09-30 add several options for NPC creation so abusive use can be reduced ↵UbitUmarov1-0/+12
(restrictive by default) UNTESTED
2015-09-18MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thingUbitUmarov1-1/+0
2015-09-14 try to improve vehicles crossing with Xengine. Lag seems main issue now, ↵UbitUmarov1-2/+2
but needs testing, specially the fail cases, that most likelly need more work
2015-09-13Remove the last proprietary copyright headers, insert BSD ones.Melanie Thielker2-12/+52
2015-09-02seems to compile ( tests comented out)UbitUmarov7-43/+2
2015-08-24try to implement core load oar optionsUbitUmarov2-18/+12
2015-08-24 rename ImapTileModule as IMAPImageUploadModule to match coreUbitUmarov1-1/+1