aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-438/+523
2009-06-08Bug fix. Adding the asset to the cache after a DB get.diva1-1/+5
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva3-0/+83
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva3-0/+858
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey1-1/+3
2009-06-05* Add oar saving timeoutJustin Clarke Casey2-1/+128
2009-06-05Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker1-0/+69
2009-06-05Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker1-0/+438
2009-06-04Changed a comment to reflect changes in config.diva1-1/+1
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-1/+1
2009-06-04Add copyright headers.Jeff Ames1-9/+27
2009-06-04Update svn properties.Jeff Ames1-382/+382
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2-0/+66
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-7/+13
2009-06-03From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+5
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ...Dahlia Trimble2-0/+383
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble2-382/+0
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ...Dahlia Trimble2-0/+382
2009-06-02* Add simple original xml serialization testJustin Clarke Casey2-11/+75
2009-06-01* Add simple original sog xml serialization testJustin Clarke Casey2-17/+18
2009-06-01* minor: change the name of one serialization method to match its counterpartJustin Clarke Casey3-6/+130
2009-06-01* Fix race condition in save oarJustin Clarke Casey4-28/+50
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames121-121/+121
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2-46/+73
2009-05-31Update svn properties.Jeff Ames1-123/+123
2009-05-30Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.diva1-1/+1
2009-05-29* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey1-1/+1
2009-05-29* Add save xml2 serialization testJustin Clarke Casey1-3/+70
2009-05-29* minor: move common serialization test code into fixture setupJustin Clarke Casey1-6/+17
2009-05-29* Add xml2 load testJustin Clarke Casey2-2/+143
2009-05-29Making the delegate handlers async in async Get, to make things consistent. T...diva1-2/+2
2009-05-28Instrumenting GlynnTuckerCache to find out the hit rate.diva1-0/+29
2009-05-28* Tweak to aboveAdam Frisby1-1/+1
2009-05-28* Makes grid announcements more prominent.Adam Frisby1-1/+4
2009-05-28* Oops. Forgot Initialise needs tweaking between IRegionModule and ISharedReg...Adam Frisby1-0/+2
2009-05-28* Converts recently added OGSRadmin to IRegionModule because I cant be arsed ...Adam Frisby1-1/+17
2009-05-28* Adds OGS RAdmin class. Adds primitive remote admin functions for gridserver...Adam Frisby1-0/+102
2009-05-28* May make the terrain flatten brush behave like Second Life(tm)'s client exp...Adam Frisby1-1/+5
2009-05-27Adding the GlynnTucker cache module as the default choice in .ini's.diva1-1/+1
2009-05-27Update svn properties.Jeff Ames1-126/+126
2009-05-26Experimental alternative cache module implementation, using GlynnTucker.Cache...diva2-0/+127
2009-05-26Revert a change I made to get a better URL because it failes under monoMelanie Thielker1-1/+1
2009-05-26Couple of tweaks to the URL module: handle script reset gracefully andMelanie Thielker1-1/+10
2009-05-25* reseparate inventory item creator id and creator uuidJustin Clarke Casey1-3/+0
2009-05-25oops: wrong "path" in addin.xmlDr Scofield1-2/+2
2009-05-25converting CapabilitiesModule to new region module schemeDr Scofield2-5/+23
2009-05-24Prevent group deeded objects from being returned by the group return optionMelanie Thielker1-2/+22
2009-05-24Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2-5/+5
2009-05-24Make group permissions control what a user can return.Melanie Thielker1-0/+32
2009-05-24Add a new permissions check for bulk object returns.Melanie Thielker2-0/+12