aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-29SianaGearz notes stop sound flag is 1 << 5, so using that for ISoundModule.St...SignpostMarv1-6/+3
2012-10-29tweaking configuration logic so that the INonSharedRegionModule will load by ...SignpostMarv1-4/+9
2012-10-29Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the L...SignpostMarv1-0/+30
2012-10-29shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv1-21/+4
2012-10-29moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv1-0/+73
2012-10-29Formatting SoundModuleNonShared.LoopSound, consistent indentationSignpostMarv1-1/+1
2012-10-29deduplicating code into a single LoopSound methodSignpostMarv1-2/+11
2012-10-29refactoring StopSound into a private static method to skip repeating m_scene....SignpostMarv1-1/+6
2012-10-29Removing a locked iteration over SceneObjectGroup.LoopSoundSlavePrims as the ...SignpostMarv1-15/+0
2012-10-29adjusting parameter order of PreloadSound to be more logicalSignpostMarv1-1/+1
2012-10-29transposing LoopSoundMaster to Sound ModuleSignpostMarv1-0/+36
2012-10-29transposing preload sound onto sound moduleSignpostMarv1-0/+20
2012-10-29transposing stop sound into sound moduleSignpostMarv1-0/+45
2012-10-29TryGetScenePresence in TriggerSound is probably meant to be using the ownerID...SignpostMarv1-1/+1
2012-10-29swapping GetSceneObjectPart for TryGetSceneObjectPart in PlayAttachedSound to...SignpostMarv1-4/+4
2012-10-29stripping whitespace from ISoundModule, formatting SoundModuleNonShared.csSignpostMarv1-3/+5
2012-10-29refactoring thisSpGain in PlayAttachedSound as it was previously using two ty...SignpostMarv1-8/+4
2012-10-29Factoring out an if-else block in PlayAttachedSound as it was using the previ...SignpostMarv1-6/+6
2012-10-29making the max distance for sounds to be heard from their origin a configurab...SignpostMarv1-3/+9
2012-10-29Converting the ISoundModule implementation from an IRegionModule to an INonSh...SignpostMarv1-20/+58
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)1-0/+4
2012-10-26Fixed saving non-square multi-region OARsOren Hurvitz1-1/+1
2012-10-24Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)1-42/+61
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2-11/+12
2012-10-24Add "dump object uuid" console command. This allows any object in the scene ...Justin Clark-Casey (justincc)1-0/+53
2012-10-24minor: Move co-ordinate related help to object commands to common ConsoleUtil...Justin Clark-Casey (justincc)1-33/+3
2012-10-21Refactor: Move Dwell reply to a module that can be disabled. The prior,Melanie2-12/+110
2012-10-21SQLite DB: some values of land data will be not saved / loadedPixelTomsen1-0/+1
2012-10-20Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen1-0/+12
2012-10-19Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)1-2/+2
2012-10-19Make "show part" console commands print out information about each item the p...Justin Clark-Casey (justincc)1-20/+93
2012-10-18minor: Convert ad-hoc list building in ObjectCommandsModule to use ConsoleDis...Justin Clark-Casey (justincc)1-21/+24
2012-10-18Add local and UUID to information output of "show object" and "show part" reg...Justin Clark-Casey (justincc)1-0/+4
2012-10-18Add --full option to "show object name/uuid/pos" to show info on all parts of...Justin Clark-Casey (justincc)1-20/+60
2012-10-18Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)1-0/+1
2012-10-11Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan...Justin Clark-Casey (justincc)1-0/+2
2012-10-10Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)1-24/+85
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2-0/+2
2012-10-05Fix bug in implementation of "show part pos" that would not filter probably.Justin Clark-Casey (justincc)1-40/+25
2012-10-05Add "show part pos" console command to match "show object pos"Justin Clark-Casey (justincc)1-0/+72
2012-10-05refactor: eliminate some now duplicate code in ObjectCommandsModuleJustin Clark-Casey (justincc)1-34/+25
2012-10-05Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)1-0/+67
2012-10-05Print number of objects found with "show object name" and "show part name" si...Justin Clark-Casey (justincc)1-12/+4
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto3-3/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto3-0/+3
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-1/+4
2012-09-14Added unit tests for multi-region OARsOren Hurvitz1-58/+326
2012-09-14Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)3-9/+9
2012-09-14Support multi-region OAR filesOren Hurvitz8-395/+1057
2012-09-13correcting a typo that causes c# express to complain about xml comment contai...SignpostMarv1-1/+1