Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 1 | -3/+3 |
| | | | | | | | | | | to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production! | ||||
| * | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -3/+3 |
| | | | | | | | | work. Will eat your babies. Yada. Yada. | ||||
* | | remove unused method parameter master also removed | UbitUmarov | 2015-10-02 | 1 | -1/+1 |
| | | |||||
* | | add several options for NPC creation so abusive use can be reduced ↵ | UbitUmarov | 2015-09-30 | 1 | -0/+12 |
| | | | | | | | | (restrictive by default) UNTESTED | ||||
* | | MapBlockFromGridRegion and Map2BlockFromGridRegion are the same thing | UbitUmarov | 2015-09-18 | 1 | -1/+0 |
| | | |||||
* | | try to improve vehicles crossing with Xengine. Lag seems main issue now, ↵ | UbitUmarov | 2015-09-14 | 1 | -2/+2 |
| | | | | | | | | but needs testing, specially the fail cases, that most likelly need more work | ||||
* | | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 2015-09-13 | 2 | -12/+52 |
| | | |||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 7 | -43/+2 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 21 | -14/+124 |
|\ \ | |/ |/| | |||||
| * | try to implement core load oar options | UbitUmarov | 2015-08-24 | 2 | -18/+12 |
| | |