aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-19Fix merge artefactsMelanie2-6/+6
2013-03-19Process default attachment point in AttachObjectInternal before we check whet...Justin Clark-Casey (justincc)1-27/+27
2013-03-18Fix tests for multiattachMelanie2-6/+6
2013-03-18Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-18Multiattach, part 1Melanie2-33/+31
2013-03-18Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)2-31/+194
2013-03-18Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)2-89/+153
2013-03-15Add example code to DOExampleModule to pull data from that previously saved b...Justin Clark-Casey (justincc)2-5/+29
2013-03-15Add ParentGroup.HasGroupChanged = true setting to DAExampleModule as this is ...Justin Clark-Casey (justincc)1-0/+2
2013-03-14Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...Justin Clark-Casey (justincc)1-0/+5
2013-03-13Improve DAExampleModule to show current necessary locking to avoid race condi...Justin Clark-Casey (justincc)1-8/+16
2013-03-13Add prototype dynamic objects map for scene object partsJustin Clark-Casey (justincc)1-0/+117
2013-03-13minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)1-0/+5
2013-03-12Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section...Justin Clark-Casey (justincc)1-1/+20
2013-03-12Improve teleport cancellation in some circumstances, though cancelling telepo...Justin Clark-Casey (justincc)2-34/+149
2013-03-06minor: remove some completely unused string local vars added recently in comm...Justin Clark-Casey (justincc)1-2/+0
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2-3/+11
2013-03-05minor: Fix mono compiler warning in MonitorModuleJustin Clark-Casey (justincc)1-2/+0
2013-03-05Get attachment script state before taking sp.AttachmentsSyncLock() to avoid r...Justin Clark-Casey (justincc)1-140/+161
2013-03-05Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-05Multiattach, part 1Melanie2-30/+20
2013-03-03Experimental - add void return support to modSendCommandMelanie1-0/+2
2013-03-01Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto1-21/+33
2013-02-27Switched to using the other Util function with a default value.Diva Canto2-3/+6
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2-3/+3
2013-02-27Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)1-9/+16
2013-02-27Reinstate uploading temporary texturesMelanie1-4/+4
2013-02-27Try to update inventory items when there is a valid asset - may fix temp text...Melanie1-0/+5
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2-22/+24
2013-02-26Add regression test for llRequestUrl()Justin Clark-Casey (justincc)1-16/+21
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)4-31/+26
2013-02-24Add StatsManager registration for region specific stats as collectedRobert Adams1-1/+47
2013-02-24Revert "Allow TeleportCancel packets to reset the transfer state machine"Melanie1-6/+0
2013-02-23Make sure state machine is reset if crossing is abortedMelanie1-0/+6
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto2-4/+5
2013-02-22Make reset of EntityTransferStateMachine for an avatar transfer always happen...Justin Clark-Casey (justincc)1-42/+81
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2-6/+7
2013-02-21minor: Change summary in "show appearance" console command to "incomplete" ra...Justin Clark-Casey (justincc)1-1/+1
2013-02-20Add flush after write feature to LogWriterRobert Adams1-1/+12
2013-02-20Correct mistake in parsing 'show object pos' and similar pos commands where t...Justin Clark-Casey (justincc)1-5/+5
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-18Fix an issue where the viewer would request the seed cap beforeMelanie1-15/+26
2013-02-17Correctly remove https:// URLs from the http server.Melanie1-1/+7
2013-02-16Separate IAR tests into separate files for load/save/loadpath testsJustin Clark-Casey (justincc)3-245/+198
2013-02-16Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.Justin Clark-Casey (justincc)2-1/+60
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)7-29/+183
2013-02-14* Handle null check on configs in module startup so that the the code can be ...teravus2-7/+9
2013-02-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2013-02-08Don't allow exceptions to propogate from FlotsamAssetCache which may occur wh...Justin Clark-Casey (justincc)1-32/+57
2013-02-08On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)1-0/+18