aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-29* This Checks the asset of each wearable asynchronously and repairs if it's r...teravus1-12/+23
2013-01-29minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-01-28Change default avatar replacements to be ruth rather than urban maleMelanie1-13/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2013-01-26* This update is ugly as sin, but it 'fills in the blanks' of your appearance...teravus1-4/+259
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
2013-01-25Add basic JsonCreateStore() regression testJustin Clark-Casey (justincc)1-1/+1
2013-01-24Mantis 6508 llHTTPResponse body is incorrectly interpreted by IETalun1-1/+15
2013-01-24Null check the response body to make sure we're not crashing the script engineMelanie1-0/+6
2013-01-23EXPERIMENTAL - Comment out the check for the agent already being in transitMelanie1-8/+9
2013-01-21Allow TeleportCancel packets to reset the transfer state machineMelanie1-0/+6
2013-01-20Implement HTTP Request froma thread pool to avoid packet congestionMelanie1-14/+45
2013-01-20Revert "Refactor scripted http request to use async calls rather than hard th...Melanie1-87/+53