aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-97/+77
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+9
* Fix sounds so that they play from inventory after teleport rather than only o...Justin Clark-Casey (justincc)2012-12-131-2/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2012-11-231-2/+2
* refactoring to use assembly:classname style of configurationSignpostMarv2012-10-291-1/+4
* Renaming module back to SoundModule as the hypothetical plan was to make anot...SignpostMarv2012-10-291-3/+3
* SianaGearz notes stop sound flag is 1 << 5, so using that for ISoundModule.St...SignpostMarv2012-10-291-6/+3
* tweaking configuration logic so that the INonSharedRegionModule will load by ...SignpostMarv2012-10-291-4/+9
* Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the L...SignpostMarv2012-10-291-0/+30
* shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv2012-10-291-21/+4
* moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv2012-10-291-0/+73
* Formatting SoundModuleNonShared.LoopSound, consistent indentationSignpostMarv2012-10-291-1/+1
* deduplicating code into a single LoopSound methodSignpostMarv2012-10-291-2/+11
* refactoring StopSound into a private static method to skip repeating m_scene....SignpostMarv2012-10-291-1/+6
* Removing a locked iteration over SceneObjectGroup.LoopSoundSlavePrims as the ...SignpostMarv2012-10-291-15/+0
* adjusting parameter order of PreloadSound to be more logicalSignpostMarv2012-10-291-1/+1
* transposing LoopSoundMaster to Sound ModuleSignpostMarv2012-10-291-0/+36
* transposing preload sound onto sound moduleSignpostMarv2012-10-291-0/+20
* transposing stop sound into sound moduleSignpostMarv2012-10-291-0/+45
* TryGetScenePresence in TriggerSound is probably meant to be using the ownerID...SignpostMarv2012-10-291-1/+1
* swapping GetSceneObjectPart for TryGetSceneObjectPart in PlayAttachedSound to...SignpostMarv2012-10-291-4/+4
* stripping whitespace from ISoundModule, formatting SoundModuleNonShared.csSignpostMarv2012-10-291-3/+5
* refactoring thisSpGain in PlayAttachedSound as it was previously using two ty...SignpostMarv2012-10-291-8/+4
* Factoring out an if-else block in PlayAttachedSound as it was using the previ...SignpostMarv2012-10-291-6/+6
* making the max distance for sounds to be heard from their origin a configurab...SignpostMarv2012-10-291-3/+9
* Converting the ISoundModule implementation from an IRegionModule to an INonSh...SignpostMarv2012-10-291-20/+58
* Fix bug in SoundModule.PlayAttachedSound() where every sound update to an ava...Justin Clark-Casey (justincc)2012-08-211-3/+5
* Fix bug in SoundModule.TriggerSound() where every sound update to an avatar w...Justin Clark-Casey (justincc)2012-07-311-3/+6
* Add SOG.HasPrivateAttachmentPoint to tell if a SOG has a private attachment p...Justin Clark-Casey (justincc)2012-06-141-5/+2
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-2/+2
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-2/+2
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-271-8/+2
* Eliminate duplicate AttachmentPoint properties by always using the one stored...Justin Clark-Casey (justincc)2011-08-271-2/+2
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-01-211-1/+1
* Fix gesture and viewer preview sounds not playingMelanie2010-11-171-7/+13
* Remove a debug spamMelanie2010-11-101-1/+0
* Fix playing sound from HUDsMelanie2010-11-051-2/+16
* Fix attached sounds from HUDs erroneously being delivered to other avatarsMelanie2010-11-051-0/+19
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-14/+20
* Revolution is on the roll again! :)Revolution2010-02-141-4/+10
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-26/+7
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-7/+26
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-7/+7
* * optimized usings.lbsa712009-02-121-9/+7
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+97