aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-07Correct casing on isGod and isViewerUIGodMelanie Thielker1-2/+2
2017-01-07replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov1-2/+2
2017-01-06Restructure god level and permissionsMelanie Thielker1-2/+2
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-41/+41
2016-11-22 supress some warnings by explict(confirm) the hide of parent fieldsUbitUmarov1-2/+0
2016-06-14Make chat and instant message modules fully subclassableMelanie Thielker1-17/+17
2015-12-16fix test: scene update needs to run after the delayUbitUmarov1-3/+7
2015-12-16revert last change and add delays on testing, since child updates now have ↵UbitUmarov1-0/+5
time control, since they are heavy http connections
2015-11-24 simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov1-73/+62
2015-11-24 again chat echos, check repeats uncondicionallyUbitUmarov1-2/+5
2015-11-24reduce 'echos' on several regions per instance (mantis 7754)UbitUmarov1-1/+2
2015-11-17 work around some 'tests' errors: add a httpserverUbitUmarov1-3/+3
2015-11-17 bug fix: improve chat to child avatars. Still not good because of low ↵UbitUmarov1-10/+11
resolution of child position updates
2015-11-01 fix more merge issuesUbitUmarov1-5/+5
2015-09-09Make sure the chat module doesn't deactivate just because the sectionMelanie Thielker1-12/+8
heading is missing
2015-09-02seems to compile ( tests comented out)UbitUmarov1-25/+0
2015-08-15Send a proper ownerid for Object messages to conform with what viewer expectsDrake Arconis1-2/+5
Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+2
Util.cs routines to convert region coords to and from world coords or handles.
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)1-1/+0
package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add
2014-08-04local chat gods bug fixUbitUmarov1-2/+2
2014-08-02god also read local chatUbitUmarov1-1/+6
2014-08-01 filter local chat from avatars or attachment acording to parcel hide (UbitUmarov1-3/+34
not fully tested)
2014-05-22Add regression test for north-south chat across neighbour regions.Justin Clark-Casey (justincc)1-52/+133
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test out of range ↵Justin Clark-Casey (justincc)1-11/+38
chat
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test in range ↵Justin Clark-Casey (justincc)1-17/+38
chat both ways.
2014-05-22Simplify regression TestInterRegionChatDistanceEastWest() by making the ↵Justin Clark-Casey (justincc)1-7/+6
child presence connection directly rather than routing through TestClient. This code isn't relevant to this test and is already exercised by other tests.
2014-05-22Add regression test for in-range chat between neighbouring regions from east ↵Justin Clark-Casey (justincc)1-0/+158
to west.
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module.
2013-10-07varregion: remove scattered use of Constants.RegionSize by having routines ↵Robert Adams1-4/+2
reference RegionInfo.RegionWorldLoc?.
2013-10-04Added SimulatorFeatures/OpenSimExtras: say-range, whisper-range, ↵Diva Canto1-0/+37
shout-range, at the request of Singularity dev Liru-Dargon
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages.
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages.
2013-09-02Fix bug where users teleporting to non-neighbour regions could continue to ↵Justin Clark-Casey (justincc)1-6/+9
hear chat from their source region for some time after teleport completion. This occurs on v2 teleport since the source region now waits 15 secs before closing the old child agent, which could still receive chat. This commit introduces a ScenePresenceState.PreClose which is set before the wait, so that ChatModule can check for ScenePresenceState.Running. This was theoretically also an issue on v1 teleport but since the pause before close was only 2 secs there, it was not noticed.
2013-03-22Following on from 476a7d3e (which wasn't enough), make chat across regions ↵Justin Clark-Casey (justincc)1-56/+31
on different simulators work. Also resolves an issue of multiple chatting if the originating simulators had more than one region and they were neighbours
2013-03-22Implement chat across region borders since we can tell if avatars in ↵Justin Clark-Casey (justincc)1-1/+1
neighbouring regions are in range.
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-28/+8
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-12/+27
Viewer 3 will discard such a message if the chat message owner does not match the avatar. We were filling the ownerID with the primID, so this never matched, hence viewer 3 did not see any script error messages. This commit fills the ownerID in with the prim ownerID so the script owner will receive script error messages. This does not affect viewer 1 and associated viewers which continue to process script errors as normal.
2012-06-29stop chat being sent to child avs again.Melanie1-3/+2
2012-06-28Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie1-34/+16
This reverts commit 679da63da617d031e5e7ae3f2d2a29db1a23ace3. Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
2012-06-28Fix llRegionSayTo the right wayMelanie1-2/+9
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-17/+35
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
from previous commit which sort out which iterator is used are left intact. A discussion is needed as to what constitutes an avatar vs a ScenePresence.
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-7/+7
the 3 iteration functions so more of them are using the correct iteration for the action they are performing. The 3 iterators that seem to fit all actions within OpenSim at this time are: ForEachAvatar: Perform an action on all avatars (root presences) ForEachClient: Perform an action on all clients (root or child clients) ForEachRootClient: Perform an action on all clients that have an avatar There are still a dozen places or so calling the old ForEachScenePresence that will take a little more refactoring to eliminate.
2011-11-02Change default say distance to 20m from 30m, the same as on the big grid. ↵Justin Clark-Casey (justincc)1-1/+1
This is to improve the migration of scripts that expect a 20m say distance. If you want to keep a 30m say distance then please set this as the say_distance parameter in the [Chat] section of OpenSim.ini.
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate ↵Dan Lake1-5/+2
passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors.
2010-10-27Formatting cleanup.Jeff Ames1-1/+1
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-8/+36
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-8/+36
2010-09-18Stop broadcasting non 0/DEBUG ChatTypeEnum.Region messages to all avatarsJustin Clark-Casey (justincc)1-3/+1
This allows non public/debug region wide messages to be sent to scripts but not be broadast to avatars