aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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-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
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-02-02Log missing assets on "fcache assets" found. This ignores references found b...Justin Clark-Casey (justincc)1-15/+26
2013-02-02Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...Justin Clark-Casey (justincc)2-7/+18
2013-01-31Added option for UUID as command parameters. This lets the command handle the...Dan Lake1-0/+4
2013-01-30Allow use of MaptileStaticUUID in Regions.ini to override the global setting ...Jak Daniels1-18/+63
2013-01-29minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2013-01-26Fix issue where the "set terrain texture" console command did not tell the vi...Justin Clark-Casey (justincc)1-1/+1
2013-01-26minor: Fix full scene part console report to show proper Light* names rather ...Justin Clark-Casey (justincc)1-5/+5
2013-01-25Added unit tests for Dynamic AttributesOren Hurvitz1-0/+37
2013-01-25Disabled DAExampleModuleOren Hurvitz1-5/+13
2013-01-25Changed DAMap to be the container of "data stores", which are OSDMaps. Store ...Oren Hurvitz1-12/+13
2013-01-25Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)1-1/+1
2013-01-25Add DAExampleModule to demonstrate dynamic attributesJustin Clark-Casey (justincc)1-0/+98