aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat (unfollow)
Commit message (Expand)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
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 ti...UbitUmarov1-0/+5
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 resolu...UbitUmarov1-10/+11
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
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
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
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
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
2014-05-22Extend regression TestInterRegionChatDistanceEastWest() to test in range chat...Justin Clark-Casey (justincc)1-17/+38
2014-05-22Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)1-7/+6
2014-05-22Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)1-0/+158
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-10-07varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams1-4/+2
2013-10-04Added SimulatorFeatures/OpenSimExtras: say-range, whisper-range, shout-range,...Diva Canto1-0/+37
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-4/+4
2013-09-02Fix bug where users teleporting to non-neighbour regions could continue to he...Justin Clark-Casey (justincc)1-6/+9
2013-03-22Following on from 476a7d3e (which wasn't enough), make chat across regions on...Justin Clark-Casey (justincc)1-56/+31
2013-03-22Implement chat across region borders since we can tell if avatars in neighbou...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-28/+8
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
2012-06-29stop chat being sent to child avs again.Melanie1-3/+2
2012-06-28Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie1-34/+16
2012-06-28Fix llRegionSayTo the right wayMelanie1-2/+9
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-17/+35
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-7/+7
2011-11-02Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-5/+2
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