aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-12-11change vivox url from https:// to http:// missed severalUbitUmarov1-8/+8
2015-12-11change vivox url from https:// to http:// (merge issue)UbitUmarov1-2/+1
2015-12-09don't keep a reference to config, if not in useUbitUmarov1-1/+3
2015-11-17 remove unused parameterUbitUmarov1-1/+1
2015-11-17 work around some 'tests' errors: AgentGroupDataUpdate is udpUbitUmarov1-1/+3
2015-11-17 work around some 'tests' errors: a new event queue has a few null eventsUbitUmarov1-0/+7
2015-11-02apply OtakuMegane code changes to irc channel chat so some characters are ↵UbitUmarov1-1/+4
not lost
2015-10-26 add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵UbitUmarov2-3/+13
(X,Y). For now one pair is good enough.
2015-10-26 try fix IRC connector issue on mantis 7731 but with code a bit diferent ↵UbitUmarov1-12/+14
from proposed patch. Also append '@irc' to nick on region messages, so message origin is clear
2015-10-18On to 0.8.3!Diva Canto1-1/+1
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
2015-10-18Added warning in RegionCombinerModule about it being considered obsolete and ↵Diva Canto1-0/+2
encouraging people to switch to varregions.
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18Added warning in RegionCombinerModule about it being considered obsolete and ↵Diva Canto1-0/+2
encouraging people to switch to varregions.
2015-10-08 change NPC restriction options default from restricted to all allowed, as ↵UbitUmarov1-10/+4
master
2015-10-04 in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, ↵UbitUmarov1-1/+1
like master
2015-09-30 add several options for NPC creation so abusive use can be reduced ↵UbitUmarov1-0/+26
(restrictive by default) UNTESTED
2015-09-29 try fix some whitespaces VS decided to changeUbitUmarov1-26/+28
2015-09-29 add processing of AvatarGroupsRequest message that should be used to get ↵UbitUmarov1-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
2015-09-28 remove groups handlers onClientClosedUbitUmarov1-29/+32
2015-09-28 change copyright to opensimUbitUmarov1-5/+26
2015-09-27 let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov1-67/+1
2015-09-27 add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov2-1/+10
2015-09-27 several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are ↵UbitUmarov1-83/+67
private to the requesting agent, etc
2015-09-26 in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings ↵UbitUmarov1-2/+2
even more, but viewers seem to need it now, something to review later
2015-09-04Moved UserStatistics feature to OptionalModules too.Diva Canto11-0/+3292
2015-09-04Moved DataSnapshot feature to OptionalModules too.Diva Canto9-0/+1895
2015-09-04Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵Diva Canto8-0/+1759
top-level project/dll.
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto6-6/+0
OpenSim.Framework.
2015-09-02seems to compile ( tests comented out)UbitUmarov6-22/+7
2015-09-01Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto1-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.
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto3-3/+3
2015-08-30Renamed the namespaces tooDiva Canto3-3/+3
2015-08-22delay terrain sending if land queue is 2 busyUbitUmarov2-0/+10
2015-08-15Track selected objects per clientMelanie Thielker2-0/+4
2015-08-11Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}")Oren Hurvitz1-1/+1
2015-07-31Eliminated several warningsOren Hurvitz1-0/+2
2015-06-19Add MaxMaterialsPerTransaction to SimFeaturesCinder1-0/+14
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Added ':' to debug messagesDiva Canto1-4/+4
2015-06-13Add optional GodNames region moduleCinder1-0/+144
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-05-04fix a minor whitespace issueMichael Cerquoni1-1/+0
2015-05-04Adding the command <dobackup>to opensim console which requires a region name ↵H-H-H1-2/+40
as an argument and will do an oar of that region if the autobackup module is enabled Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2015-04-18Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatarstglion1-10/+14
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams6-6/+13
Util.cs routines to convert region coords to and from world coords or handles.
2015-03-25Comment spammy XMLRPC router message - we don't need to know every time aMelanie Thielker1-1/+1
script does something that wil fail anyway.
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-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.
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ↵ft@noemail1-1/+5
well. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>