aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-09One more module converted: Vegetation.Diva Canto2-5/+22
2012-11-09Minor improvement in the MapSearchModule. Stop blocking the client thread if ...Diva Canto1-19/+55
2012-11-09MapSearchModule also converted to new region module interface (37 to go).Diva Canto2-5/+23
2012-11-09Converted the WindModule to the new region module interface (38 to go). Also ...Diva Canto3-94/+106
2012-11-09Converted the SunModule to the new region module interface. (39 to go...)Diva Canto1-19/+27
2012-11-06To keep things consistent allowing an UnregisterModuleInterface... Force the...teravus1-5/+13
2012-11-04Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto1-9/+12
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+16
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2-3/+5
2012-11-01Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2-4/+6
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2-4/+10
2012-10-29refactoring to use assembly:classname style of configurationSignpostMarv1-1/+4
2012-10-29Renaming module back to SoundModule as the hypothetical plan was to make anot...SignpostMarv1-3/+3
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-27minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)1-1/+1
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)4-14/+33
2012-10-26refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...SignpostMarv1-12/+8
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv1-19/+110
2012-10-26Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv1-3/+3
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)2-92/+93
2012-10-26Fixed saving non-square multi-region OARsOren Hurvitz1-1/+1
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-12/+27
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)3-11/+16
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,Melanie3-12/+111
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-20Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)1-29/+24
2012-10-19Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)1-2/+2