aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply OtakuMegane code changes to irc channel chat so some characters are ↵UbitUmarov2015-11-021-1/+4
| | | | not lost
* add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵UbitUmarov2015-10-262-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 ↵UbitUmarov2015-10-261-12/+14
| | | | from proposed patch. Also append '@irc' to nick on region messages, so message origin is clear
* On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* Added warning in RegionCombinerModule about it being considered obsolete and ↵Diva Canto2015-10-181-0/+2
| | | | encouraging people to switch to varregions.
* change NPC restriction options default from restricted to all allowed, as ↵UbitUmarov2015-10-081-10/+4
| | | | master
* in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, ↵UbitUmarov2015-10-041-1/+1
| | | | like master
* add several options for NPC creation so abusive use can be reduced ↵UbitUmarov2015-09-301-0/+26
| | | | (restrictive by default) UNTESTED
* try fix some whitespaces VS decided to changeUbitUmarov2015-09-291-26/+28
|
* add processing of AvatarGroupsRequest message that should be used to get ↵UbitUmarov2015-09-291-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 onClientClosedUbitUmarov2015-09-281-29/+32
|
* change copyright to opensimUbitUmarov2015-09-281-5/+26
|
* let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov2015-09-271-67/+1
|
* add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov2015-09-272-1/+10
|
* several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are ↵UbitUmarov2015-09-271-83/+67
| | | | private to the requesting agent, etc
* in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings ↵UbitUmarov2015-09-261-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 Adams2015-09-0837-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 Canto2015-09-0411-0/+3292
| |
| * Moved DataSnapshot feature to OptionalModules too.Diva Canto2015-09-049-0/+1895
| |
| * Moved RegionCombinerModule to OptionalModules. Removed it as its own ↵Diva Canto2015-09-048-0/+1759
| | | | | | | | top-level project/dll.
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-046-6/+0
| | | | | | | | OpenSim.Framework.
| * Moved ExtendedPhysics from OptionalModules to Bullet project, because it's ↵Diva Canto2015-09-011-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 Canto2015-08-303-3/+3
| |
| * Renamed the namespaces tooDiva Canto2015-08-303-3/+3
| |
* | seems to compile ( tests comented out)UbitUmarov2015-09-026-22/+7
| |
* | bad merge?UbitUmarov2015-09-0116-125/+262
|\ \ | |/ |/|
| * delay terrain sending if land queue is 2 busyUbitUmarov2015-08-222-0/+10
| |
| * Merge branch 'mbworkvar2' into ubitvarUbitUmarov2015-08-197-38/+14
| |\
| | * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-296-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 Adams2015-03-221-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 clientMelanie Thielker2015-08-152-0/+4
| | |
| * | Comment spammy XMLRPC router message - we don't need to know every time aMelanie Thielker2015-03-251-1/+1
| |/ | | | | | | script does something that wil fail anyway.
| * Remove braindead "fix" that messed up intersim scripted giving.Melanie Thielker2014-11-211-0/+17
| |
| * scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov2014-11-062-0/+10
| | | | | | | | root as was done before )
| * Merge branch 'avination-current'Melanie Thielker2014-10-301-0/+4
| |\
| | * Fix a potential nullref in VivoxMelanie Thielker2014-10-301-0/+4
| | |
| * | Add a sample use for the validationMelanie Thielker2014-09-251-1/+2
| | |
| * | add method to get a category throttle rateUbitUmarov2014-08-292-0/+10
| | |
| * | add a direct sendpartfullUpdate to send a full object update to a part,UbitUmarov2014-08-212-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 showUbitUmarov2014-08-142-0/+4
| | | | | | | | | | | | connections console command
| * | change XMLIrpgGroups attach to events, using the more correctUbitUmarov2014-08-121-7/+24
| | | | | | | | | | | | \addons\Groups\... model
| * | dont fire a thread on npc creation keeping the main one just waitingUbitUmarov2014-08-021-5/+6
| | |
| * | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-2125-530/+1967
| |\ \ | | |/ | |/| | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| | * Merge branch 'master' into careminsterMelanie2014-01-286-681/+883
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs
| | * \ Intermediate commit. Sill errors.Melanie2014-01-053-15/+74
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| | * \ \ Merge branch 'master' into careminsterMelanie2013-12-071-2/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
| | * \ \ \ Merge branch 'master' into careminsterMelanie2013-11-234-11/+9
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
| | * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-11-031-50/+122
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| | * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-10-062-7/+22
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
| | * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-10-043-19/+338
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs