Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | establish a minimun for ReprioritizationDistance | UbitUmarov | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | reduce xmlrpcgroups error messages if its debug option is off. Disable ↵ | UbitUmarov | 2015-12-19 | 1 | -14/+15 |
| | | | | keepalive by default | ||||
* | change vivox url from https:// to http:// still another | UbitUmarov | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | change vivox url from https:// to http:// missed several | UbitUmarov | 2015-12-11 | 1 | -8/+8 |
| | |||||
* | change vivox url from https:// to http:// (merge issue) | UbitUmarov | 2015-12-11 | 1 | -2/+1 |
| | |||||
* | don't keep a reference to config, if not in use | UbitUmarov | 2015-12-09 | 1 | -1/+3 |
| | |||||
* | remove unused parameter | UbitUmarov | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | work around some 'tests' errors: AgentGroupDataUpdate is udp | UbitUmarov | 2015-11-17 | 1 | -1/+3 |
| | |||||
* | work around some 'tests' errors: a new event queue has a few null events | UbitUmarov | 2015-11-17 | 1 | -0/+7 |
| | |||||
* | apply OtakuMegane code changes to irc channel chat so some characters are ↵ | UbitUmarov | 2015-11-02 | 1 | -1/+4 |
| | | | | not lost | ||||
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 2015-10-26 | 2 | -3/+13 |
| | | | | (X,Y). For now one pair is good enough. | ||||
* | try fix IRC connector issue on mantis 7731 but with code a bit diferent ↵ | UbitUmarov | 2015-10-26 | 1 | -12/+14 |
| | | | | from proposed patch. Also append '@irc' to nick on region messages, so message origin is clear | ||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Added warning in RegionCombinerModule about it being considered obsolete and ↵ | Diva Canto | 2015-10-18 | 1 | -0/+2 |
| | | | | encouraging people to switch to varregions. | ||||
* | change NPC restriction options default from restricted to all allowed, as ↵ | UbitUmarov | 2015-10-08 | 1 | -10/+4 |
| | | | | master | ||||
* | in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, ↵ | UbitUmarov | 2015-10-04 | 1 | -1/+1 |
| | | | | like master | ||||
* | add several options for NPC creation so abusive use can be reduced ↵ | UbitUmarov | 2015-09-30 | 1 | -0/+26 |
| | | | | (restrictive by default) UNTESTED | ||||
* | try fix some whitespaces VS decided to change | UbitUmarov | 2015-09-29 | 1 | -26/+28 |
| | |||||
* | add processing of AvatarGroupsRequest message that should be used to get ↵ | UbitUmarov | 2015-09-29 | 1 | -7/+34 |
| | | | | other avatars group memberships, but keep it disabled since some viewers no longer suport it correctly and expect memberships in reply to avatar properties, so we need to keep wasting bandwith sending useless information when some viewers really only want avatarproperties | ||||
* | remove groups handlers onClientClosed | UbitUmarov | 2015-09-28 | 1 | -29/+32 |
| | |||||
* | change copyright to opensim | UbitUmarov | 2015-09-28 | 1 | -5/+26 |
| | |||||
* | let SendAvatarGroupsReply fall back to UDP if no caps and make use of it | UbitUmarov | 2015-09-27 | 1 | -67/+1 |
| | |||||
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 2 | -1/+10 |
| | |||||
* | several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are ↵ | UbitUmarov | 2015-09-27 | 1 | -83/+67 |
| | | | | private to the requesting agent, etc | ||||
* | in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings ↵ | UbitUmarov | 2015-09-26 | 1 | -2/+2 |
| | | | | even more, but viewers seem to need it now, something to review later | ||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 37 | -631/+6948 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Moved UserStatistics feature to OptionalModules too. | Diva Canto | 2015-09-04 | 11 | -0/+3292 |
| | | |||||
| * | Moved DataSnapshot feature to OptionalModules too. | Diva Canto | 2015-09-04 | 9 | -0/+1895 |
| | | |||||
| * | Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵ | Diva Canto | 2015-09-04 | 8 | -0/+1759 |
| | | | | | | | | top-level project/dll. | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 6 | -6/+0 |
| | | | | | | | | OpenSim.Framework. | ||||
| * | Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵ | Diva Canto | 2015-09-01 | 1 | -623/+0 |
| | | | | | | | | very much an optional Bullet feature. This way, Bullet doesn't need to depend on the OptionalModules dll. No changes in configs or behavior. | ||||
| * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 3 | -3/+3 |
| | | |||||
| * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 3 | -3/+3 |
| | | |||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 6 | -22/+7 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 16 | -125/+262 |
|\ \ | |/ |/| | |||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 2 | -0/+10 |
| | | |||||
| * | Merge branch 'mbworkvar2' into ubitvar | UbitUmarov | 2015-08-19 | 7 | -38/+14 |
| |\ | |||||
| | * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 6 | -6/+13 |
| | | | | | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles. | ||||
| | * | Varregion: first cut at removing Border class checks for region crossings. | Robert Adams | 2015-03-22 | 1 | -32/+1 |
| | | | | | | | | | | | | | | | Added Scene.PositionIsInCurrentRegion(pos) to sense when new position needs some crossing work. Many changes made to EntityTransferModule to accomodate new crossing sense logic. | ||||
| * | | Track selected objects per client | Melanie Thielker | 2015-08-15 | 2 | -0/+4 |
| | | | |||||
| * | | Comment spammy XMLRPC router message - we don't need to know every time a | Melanie Thielker | 2015-03-25 | 1 | -1/+1 |
| |/ | | | | | | | script does something that wil fail anyway. | ||||
| * | Remove braindead "fix" that messed up intersim scripted giving. | Melanie Thielker | 2014-11-21 | 1 | -0/+17 |
| | | |||||
| * | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 2014-11-06 | 2 | -0/+10 |
| | | | | | | | | root as was done before ) | ||||
| * | Merge branch 'avination-current' | Melanie Thielker | 2014-10-30 | 1 | -0/+4 |
| |\ | |||||
| | * | Fix a potential nullref in Vivox | Melanie Thielker | 2014-10-30 | 1 | -0/+4 |
| | | | |||||
| * | | Add a sample use for the validation | Melanie Thielker | 2014-09-25 | 1 | -1/+2 |
| | | | |||||
| * | | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 2 | -0/+10 |
| | | | |||||
| * | | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 2014-08-21 | 2 | -0/+7 |
| | | | | | | | | | | | | optionally overriding its parentID. check what it does to attachments | ||||
| * | | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 2014-08-14 | 2 | -0/+4 |
| | | | | | | | | | | | | connections console command | ||||
| * | | change XMLIrpgGroups attach to events, using the more correct | UbitUmarov | 2014-08-12 | 1 | -7/+24 |
| | | | | | | | | | | | | \addons\Groups\... model |