Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -1/+1 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | add cap EstateChangeInfo | UbitUmarov | 2019-08-07 | 1 | -0/+3 |
| | |||||
* | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | also throttle llhttprequest by owner, options: PrimOwnerRequestsBurst = 5, ↵ | UbitUmarov | 2019-02-24 | 1 | -1/+1 |
| | | | | PrimOwnerRequestsPerSec = 25; increase concurrency to 8 | ||||
* | several changes to llHttpRequest processing: options section renamed ↵ | UbitUmarov | 2019-02-24 | 1 | -0/+1 |
| | | | | ScriptsHttpRequestModule; throttle by prim (PrimRequestsBurst = 3, PrimRequestsPerSec = 1) and max concurrent connections per instance (MaxPoolThreads = 5), llhttprequest returns if error, nullkey if throttled, reqid otherwise | ||||
* | change encoding of a few event caps messages | UbitUmarov | 2019-01-26 | 1 | -1/+4 |
| | |||||
* | script mono is meaningless for us | UbitUmarov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵ | UbitUmarov | 2018-04-10 | 1 | -11/+5 |
| | | | | viewers do fix its use (ignored for now) | ||||
* | try fix git | UbitUmarov | 2018-04-01 | 1 | -0/+40 |
| | |||||
* | revert the thread level change; remove unused dynamic texture timer from ↵ | UbitUmarov | 2017-06-24 | 1 | -14/+8 |
| | | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc | ||||
* | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | fix some issue on parcels loading and make parcels dwell show something. ↵ | UbitUmarov | 2017-05-14 | 1 | -0/+1 |
| | | | | Resolution is 2.5min aprox. | ||||
* | missing file and remove warnings | UbitUmarov | 2017-04-15 | 1 | -0/+2 |
| | |||||
* | Merge branch 'melanie' | Melanie Thielker | 2017-03-31 | 1 | -0/+37 |
|\ | |||||
| * | Add the ability to post to and act uponconfiguration in etcd | Melanie Thielker | 2017-03-31 | 1 | -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. | ||||
* | | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 2017-01-16 | 1 | -4/+1 |
| | | | | | | | | changes). But still doing full aggregation on checks, so still heavy | ||||
* | | add code for fixing effective permitions. This is a test, and currently too ↵ | UbitUmarov | 2017-01-15 | 1 | -0/+5 |
|/ | | | | slow for prodution. just finding our way home | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 33 | -86/+86 |
| | |||||
* | a few changes to Gods ( ie administrators) control | UbitUmarov | 2017-01-05 | 1 | -3/+2 |
| | |||||
* | a few changes to estates and estate teleportHome (used kick) | UbitUmarov | 2017-01-05 | 1 | -0/+2 |
| | |||||
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵ | Mandarinka Tasty | 2016-12-14 | 1 | -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> | ||||
* | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2016-12-10 | 1 | -0/+1 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 2016-12-06 | 1 | -0/+1 |
| | | | | About text. requires OsNpcCreate rights | ||||
* | add expire time for aliens | UbitUmarov | 2016-11-18 | 1 | -0/+2 |
| | |||||
* | move wind generation out of heartbeat to a pool job. Use that to send to all ↵ | UbitUmarov | 2016-09-23 | 1 | -1/+1 |
| | | | | clients and not one per client | ||||
* | add load baked terrain methods. missing file | UbitUmarov | 2016-09-17 | 1 | -0/+1 |
| | |||||
* | add load baked terrain methods | UbitUmarov | 2016-09-17 | 1 | -1/+2 |
| | |||||
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 2 | -2/+17 |
| | |||||
* | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 2016-08-11 | 1 | -5/+6 |
| | |||||
* | more changes relative to incorrect use of activegroupid | UbitUmarov | 2016-08-05 | 1 | -1/+16 |
| | |||||
* | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 2016-08-04 | 1 | -0/+1 |
| | | | | GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do. | ||||
* | fix a typo | UbitUmarov | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | remove references to RegionCombinerModule | UbitUmarov | 2016-07-28 | 1 | -64/+0 |
| | |||||
* | take friends out of onMakeRoot if crossing | UbitUmarov | 2016-07-26 | 1 | -0/+2 |
| | |||||
* | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 2016-07-23 | 1 | -1/+1 |
| | | | | and its use even worse | ||||
* | missing file | UbitUmarov | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 2016-07-01 | 1 | -1/+1 |
| | | | | interregions invite/eject messages, etc | ||||
* | if a NPC is owned, allow access if ownerID matchs parcel owner or it is in ↵ | UbitUmarov | 2016-06-28 | 1 | -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 | ||||
* | fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during ↵ | UbitUmarov | 2016-06-28 | 1 | -1/+1 |
| | | | | creation, before scenepresence.CompleteMovement, set tittle just after it. | ||||
* | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 2016-06-19 | 1 | -1/+1 |
| | | | | (regression) Putting back the heavy messaging. | ||||
* | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 2016-06-19 | 1 | -0/+2 |
| | | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | ||||
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -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. | ||||
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵ | UbitUmarov | 2016-01-01 | 1 | -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. | ||||
* | Changes to TerrainModule/ITerrainModule to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 1 | -0/+2 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 1 | -0/+8 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | remove some duplicate using statements | UbitUmarov | 2015-11-21 | 1 | -3/+0 |
| | |||||
* | remove unused return value on DeliverMessageTo() | UbitUmarov | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | remove unused parameter | UbitUmarov | 2015-11-17 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 1 | -6/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs |