aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey2009-06-051-1/+3
* * Add oar saving timeoutJustin Clarke Casey2009-06-052-1/+128
* Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker2009-06-051-0/+69
* Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker2009-06-051-0/+438
* Changed a comment to reflect changes in config.diva2009-06-041-1/+1
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-1/+1
* Add copyright headers.Jeff Ames2009-06-041-9/+27
* Update svn properties.Jeff Ames2009-06-041-382/+382
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-032-0/+66
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-7/+13
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-031-2/+5
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ...Dahlia Trimble2009-06-032-0/+383
* revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble2009-06-032-382/+0
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ...Dahlia Trimble2009-06-022-0/+382
* * Add simple original xml serialization testJustin Clarke Casey2009-06-022-11/+75
* * Add simple original sog xml serialization testJustin Clarke Casey2009-06-012-17/+18
* * minor: change the name of one serialization method to match its counterpartJustin Clarke Casey2009-06-013-6/+130
* * Fix race condition in save oarJustin Clarke Casey2009-06-014-28/+50
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-01121-121/+121
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-312-46/+73
* Update svn properties.Jeff Ames2009-05-311-123/+123
* Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.diva2009-05-301-1/+1
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-1/+1
* * Add save xml2 serialization testJustin Clarke Casey2009-05-291-3/+70
* * minor: move common serialization test code into fixture setupJustin Clarke Casey2009-05-291-6/+17
* * Add xml2 load testJustin Clarke Casey2009-05-292-2/+143
* Making the delegate handlers async in async Get, to make things consistent. T...diva2009-05-291-2/+2
* Instrumenting GlynnTuckerCache to find out the hit rate.diva2009-05-281-0/+29
* * Tweak to aboveAdam Frisby2009-05-281-1/+1
* * Makes grid announcements more prominent.Adam Frisby2009-05-281-1/+4
* * Oops. Forgot Initialise needs tweaking between IRegionModule and ISharedReg...Adam Frisby2009-05-281-0/+2
* * Converts recently added OGSRadmin to IRegionModule because I cant be arsed ...Adam Frisby2009-05-281-1/+17
* * Adds OGS RAdmin class. Adds primitive remote admin functions for gridserver...Adam Frisby2009-05-281-0/+102
* * May make the terrain flatten brush behave like Second Life(tm)'s client exp...Adam Frisby2009-05-281-1/+5
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-271-1/+1
* Update svn properties.Jeff Ames2009-05-271-126/+126
* Experimental alternative cache module implementation, using GlynnTucker.Cache...diva2009-05-262-0/+127
* Revert a change I made to get a better URL because it failes under monoMelanie Thielker2009-05-261-1/+1
* Couple of tweaks to the URL module: handle script reset gracefully andMelanie Thielker2009-05-261-1/+10
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-251-3/+0
* oops: wrong "path" in addin.xmlDr Scofield2009-05-251-2/+2
* converting CapabilitiesModule to new region module schemeDr Scofield2009-05-252-5/+23
* Prevent group deeded objects from being returned by the group return optionMelanie Thielker2009-05-241-2/+22
* Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2009-05-242-5/+5
* Make group permissions control what a user can return.Melanie Thielker2009-05-241-0/+32
* Add a new permissions check for bulk object returns.Melanie Thielker2009-05-242-0/+12
* This should make HG asset transfers work much better. It now uses HGUuidGathe...diva2009-05-231-1/+1
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-234-5/+8
* * Reintroduce save iar test, which wasn't working because the asset service h...Justin Clarke Casey2009-05-221-11/+9
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-222-50/+105