OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) d9f7b8549b Simplify friends caching by only doing this for root agents - no functions require caching for child agents.
This allows us to avoid unnecessary multiple calls to the friends service.
All friends functions originate from the root agent and only go to other root agents in existing code.
This also allows us to eliminate complex ref counting.
2012-03-28 23:40:25 +01:00
..
Application Allow the user to enter help topics in upper or lowercase. 2012-03-24 03:07:01 +00:00
ClientStack Simplify friends caching by only doing this for root agents - no functions require caching for child agents. 2012-03-28 23:40:25 +01:00
CoreModules Simplify friends caching by only doing this for root agents - no functions require caching for child agents. 2012-03-28 23:40:25 +01:00
DataSnapshot Datasnapshot: added "secret" to the registration/deregistration query so that data providers can verify authenticity if they want. 2012-03-13 08:06:30 -07:00
Framework Simplify friends caching by only doing this for root agents - no functions require caching for child agents. 2012-03-28 23:40:25 +01:00
OptionalModules Simplify friends caching by only doing this for root agents - no functions require caching for child agents. 2012-03-28 23:40:25 +01:00
Physics BulletSim: make avatar animations update properly. 2012-03-26 17:36:33 -07:00
RegionCombinerModule Factor out common default animations code into SLUtil. LLClientView now makes use of the SLUtil copy via a method rather than each LLClientView loading a separate copy. 2012-03-09 23:57:24 +00:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(userID) that invite/eject users to/from groups the object containing the script is set to. These functions also work for closed groups. 2012-03-27 22:30:02 +02:00
UserStatistics Call Dispose() via using() on SqliteCommands in WebStatsModule after use. 2012-02-28 22:54:21 +00:00