aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISoundModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+7
|
* documenting some params on ISoundModule methodsSignpostMarv2012-10-291-7/+16
|
* Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the ↵SignpostMarv2012-10-291-0/+3
| | | | LL Wiki spec for llTriggerSoundLimited states an axis-aligned bounding box, not radial constraint
* shuffling code around so that the interface for ISoundModule.SendSound() ↵SignpostMarv2012-10-291-1/+1
| | | | specifies a UUID rather than a string
* moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv2012-10-291-0/+15
|
* deduplicating code into a single LoopSound methodSignpostMarv2012-10-291-4/+5
|
* adjusting parameter order of PreloadSound to be more logicalSignpostMarv2012-10-291-2/+2
|
* transposing LoopSoundMaster to Sound ModuleSignpostMarv2012-10-291-0/+11
|
* transposing preload sound onto sound moduleSignpostMarv2012-10-291-0/+10
|
* transposing stop sound into sound moduleSignpostMarv2012-10-291-0/+6
|
* documenting ISoundModule methods & fieldsSignpostMarv2012-10-291-0/+28
|
* formatting ISoundModule prior to documentationSignpostMarv2012-10-291-2/+4
|
* stripping whitespace from ISoundModule, formatting SoundModuleNonShared.csSignpostMarv2012-10-291-1/+1
|
* making the max distance for sounds to be heard from their origin a ↵SignpostMarv2012-10-291-0/+2
| | | | configurable option exposed via a public field on ISoundModule (with private setter in the implementation)
* Revolution is on the roll again! :)Revolution2010-02-141-2/+2
| | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-1/+0
|
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+41
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!