aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-05* A further fix for mantis 3641 (oar saves do not complete)Justin Clarke Casey1-12/+15
2009-06-05* refactor: split out part xml writing in SceneObjectSerializerJustin Clarke Casey1-2/+7
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 Casey3-2/+128
2009-06-05Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker6-4/+102
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa715-0/+0
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 Ames3-6/+4
2009-06-04Comment out unused private functions to avoid compiler warnings.Jeff Ames1-7/+8
2009-06-04Fix comparison of UUID with null.Jeff Ames1-1/+1
2009-06-04Add copyright headers.Jeff Ames1-9/+27
2009-06-04Update svn properties.Jeff Ames1-382/+382
2009-06-03* Making sure we fail a bit earlier if we have no AssetServicelbsa711-0/+7
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield5-0/+113
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-03Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an...Dahlia Trimble1-42/+80
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-02Thank you kindly, MattSetzer, for a patch that solves a Mantis:Charles Krinke1-2/+16
2009-06-02* Pried apart the ODE tests. This fixes mantis #3212lbsa711-0/+0
2009-06-02* Add simple original xml serialization testJustin Clarke Casey2-11/+75
2009-06-02Explicitly set the changed status of the prim groups affected in a delinkMelanie Thielker1-0/+1
2009-06-01* Allow for lowercase searching in standalone mode, when case sensitiveArthur Valadares1-1/+15
2009-06-01Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de...Jeff Ames1-17/+20
2009-06-01* Add simple original sog xml serialization testJustin Clarke Casey3-21/+22
2009-06-01* minor: change the name of one serialization method to match its counterpartJustin Clarke Casey4-7/+131
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 Ames408-408/+408
2009-05-31reduce verbosity of sculpt map cache messages to reporting cache failures onlyDahlia Trimble1-2/+2
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames11-89/+305
2009-05-31Update svn properties.Jeff Ames6-1848/+1848
2009-05-31* Adds MRM scripting commands, World.Objects.Create(Vector3 position) and Wor...Adam Frisby2-0/+22
2009-05-31Fix IRCd init check for config sectionMike Mazur1-3/+3
2009-05-30Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.diva1-1/+1
2009-05-30* Tweaks to /WHO listings.Adam Frisby1-9/+23
2009-05-30* You are likely to be eaten by a grue.Adam Frisby2-61/+162
2009-05-30* More TweaksAdam Frisby3-9/+44
2009-05-30* More IRCClientView fiddling. Now implements IClientAPI & IClientCore.Adam Frisby3-182/+245
2009-05-30* May partially implement a C# IRCd & IRCClientStack.Adam Frisby3-0/+1487
2009-05-29* Adds World.Audio.* to MRMAdam Frisby3-1/+48
2009-05-29* Protip: When you click 'make public' in resharper, note to save before comm...Adam Frisby1-1/+1
2009-05-29* Implements Sound on Objects for IObject in MRMAdam Frisby3-1/+29
2009-05-29* Bug fix: Fixes an exception when Scene.RemoveClient is called to remove on aArthur Valadares1-117/+117
2009-05-29* refactor: little tweaks to trigger another buildJustin Clarke Casey1-4/+15
2009-05-29* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2-9/+4
2009-05-29* Add save xml2 serialization testJustin Clarke Casey3-5/+73
2009-05-29* minor: move common serialization test code into fixture setupJustin Clarke Casey1-6/+17