aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-11 change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ↵UbitUmarov1-2/+2
round errors, limit both to region max prims. consider ObjectBonus on last one also. Change a variable name in PrimLimitsModule to make it more clear
2016-09-23add a version tag to wind and cloud data updates to iclientUbitUmarov2-4/+4
2016-09-04try to reduce the amount of assets created editing materialsUbitUmarov1-23/+167
2016-09-04make sure materials are cached. Split POST and PUT handlers for better ↵UbitUmarov1-125/+156
readability
2016-08-25 send selected objects Proprieties udp part outside update queues and as a ↵UbitUmarov2-0/+8
physics single caps message per selection request
2016-08-24 use known name a group ejetee if its local clientUbitUmarov1-13/+10
2016-08-22change ODEs topcolliders code ( still bad), plus a few memory leaksUbitUmarov3-12/+7
2016-08-22minor locking issueUbitUmarov1-13/+3
2016-08-18Collect any group join fees. Pass group name when applying join/create fees.Kevin Cozens1-6/+22
2016-08-18Fixed grammer in a commentKevin Cozens1-1/+1
2016-08-18add caps HomeLocation ; add client SendAlertMessage(string message, string ↵UbitUmarov2-0/+9
info), where info in info message field. only minimal testing done
2016-08-17Fixed typo in two group messagesKevin Cozens1-1/+1
2016-08-14remove OptionalModules\ViewerSupport\SimulatorFeaturesHelper ShouldSend() ↵UbitUmarov3-105/+5
since it cannot be used
2016-08-11 to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov1-1/+1
2016-08-11 stop renewing xml cache entries expires. Let them expire or grid changes ↵UbitUmarov1-4/+4
will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config.
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov1-1/+2
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov1-0/+5
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
2016-07-28remove the RegionCombinerModule (mega regions), references still all over ↵UbitUmarov8-1762/+0
the place. runprebuild maybe needed after this
2016-07-26 reduce some grid services calls on region crossings, sending more ↵UbitUmarov1-1/+2
information on the agent update ( groups v2 needs change )
2016-07-26 add a public SetGroupPowers to clientViewUbitUmarov2-1/+5
2016-07-26 let some group related data to have a public setUbitUmarov2-0/+5
2016-07-26 get a copy of current clientView group powersUbitUmarov2-0/+10
2016-07-23change group lists control so it does show something (only xmlrpcgroups for ↵UbitUmarov2-98/+100
now). This will never work without a centralized dispatcher/controler, or more complex information exchange.
2016-07-23add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov1-1/+4
and its use even worse
2016-07-06finish removing child-repri optionUbitUmarov1-2/+0
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov1-10/+0
prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!!
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
2016-07-02 revert to previus GroupProfileRequest because floatsam groups server seems ↵UbitUmarov1-3/+3
to return wrong values for GroupMembershipCount and GroupRolesCount. this should be fixed because we are getting the full lists just to count number of entries
2016-07-01xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back ↵UbitUmarov3-15/+23
xmlrpc cache since it is necessary to prevent folish viewers flooding
2016-07-01save one call to grid to get agent groups powers (xmlrpcgoups only for nowUbitUmarov1-2/+1
2016-07-01add a few methods to modify clientview group powersUbitUmarov2-0/+28
2016-07-01cleanup a bit AgentGroupDataUpdate sendingUbitUmarov1-4/+1
2016-07-01increase xmlrpc timeout in xmlrpcgroups, disable its cache until its entries ↵UbitUmarov1-1/+5
invalidation is checked
2016-07-01revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov1-50/+59
interregions invite/eject messages, etc
2016-06-28Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov1-3/+10
already done This reverts commit 84a6a6e008c64d8197177aff1b42a412e5623638.
2016-06-28 don't try to send initial AgentGroupDataUpdate to NPCsUbitUmarov1-10/+3
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in ↵UbitUmarov1-0/+4
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-4/+5
creation, before scenepresence.CompleteMovement, set tittle just after it.
2016-06-23Mantis #7937: don't send group info to NPCsDiva Canto1-0/+5
2016-06-23Fix failing testDiva Canto1-1/+4
2016-06-19Removed a couple of verbose messagesDiva Canto2-2/+0
2016-06-19Mantis #7920: group info was not being updated in many situations. ↵Diva Canto1-12/+34
(regression) Putting back the heavy messaging.
2016-06-19Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto1-1/+2
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
2016-06-19Mantis #7915: bring XmlRpcGroups/GroupsModule.cs up to speed with Groups V2Diva Canto1-3/+5
2016-03-09Plumb RezRestoreToWorld from the client (part done)Melanie Thielker2-0/+2
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2016-01-01 add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵UbitUmarov1-2/+6
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-12-19 establish a minimun for ReprioritizationDistanceUbitUmarov1-1/+1
2015-12-19reduce xmlrpcgroups error messages if its debug option is off. Disable ↵UbitUmarov1-14/+15
keepalive by default
2015-12-11change vivox url from https:// to http:// still anotherUbitUmarov1-1/+1