aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-09-07Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm...Justin Clark-Casey (justincc)1-0/+4
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-1/+1
2012-09-060006270: Warp3D leaks memory on mono based systemsBlueWall1-1/+4
2012-08-27formattingSignpostMarv1-22/+22
2012-08-27refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv1-5/+11
2012-08-27refactoring to assign the first argument to a variableSignpostMarv1-4/+5
2012-08-21Fix bug in SoundModule.PlayAttachedSound() where every sound update to an ava...Justin Clark-Casey (justincc)1-3/+5
2012-08-20When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)1-1/+62
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)1-1/+1