aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Heart surgery no.2: the inventory service hooks. diva2009-06-107-201/+87
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-101-2/+2
* Formatting cleanup.Jeff Ames2009-06-1039-80/+81
* Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva2009-06-091-8/+9
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-098-89/+89
* Update svn properties.Jeff Ames2009-06-092-796/+796
* Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2009-06-092-140/+264
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-095-42/+59
* Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker2009-06-081-438/+523
* Bug fix. Adding the asset to the cache after a DB get.diva2009-06-081-1/+5
* Added more functions to IInventoryService. Unsure about whether all of these ...diva2009-06-083-0/+83
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-073-0/+858
* Skip lone ident statments or for-loop assignmentsMike Mazur2009-06-072-3/+65
* Allow empty assignment in for-loopMike Mazur2009-06-075-7513/+7733
* * Reverting the test restructuring as, on second thought, this is not at all ...lbsa712009-06-075-0/+0
* Rename private TestllAngleBetween methodMike Mazur2009-06-071-13/+13
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-065-7/+18
* some code cleanupDahlia Trimble2009-06-061-3/+0
* * minor: tiny tweak just to trigger another panda buildJustin Clarke Casey2009-06-051-1/+1
* * A bug fix for the last mantis 3741 bugfixJustin Clarke Casey2009-06-051-10/+7
* * A further fix for mantis 3641 (oar saves do not complete)Justin Clarke Casey2009-06-051-12/+15
* * refactor: split out part xml writing in SceneObjectSerializerJustin Clarke Casey2009-06-051-2/+7
* * 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-053-2/+128
* Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker2009-06-056-4/+102
* * Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa712009-06-055-0/+0
* 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-043-6/+4
* Comment out unused private functions to avoid compiler warnings.Jeff Ames2009-06-041-7/+8
* Fix comparison of UUID with null.Jeff Ames2009-06-041-1/+1
* Add copyright headers.Jeff Ames2009-06-041-9/+27
* Update svn properties.Jeff Ames2009-06-041-382/+382
* * Making sure we fail a bit earlier if we have no AssetServicelbsa712009-06-031-0/+7
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-035-0/+113
* 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
* Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an...Dahlia Trimble2009-06-031-42/+80
* 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
* Thank you kindly, MattSetzer, for a patch that solves a Mantis:Charles Krinke2009-06-021-2/+16
* * Pried apart the ODE tests. This fixes mantis #3212lbsa712009-06-021-0/+0
* * Add simple original xml serialization testJustin Clarke Casey2009-06-022-11/+75
* Explicitly set the changed status of the prim groups affected in a delinkMelanie Thielker2009-06-021-0/+1
* * Allow for lowercase searching in standalone mode, when case sensitiveArthur Valadares2009-06-011-1/+15
* Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de...Jeff Ames2009-06-011-17/+20
* * Add simple original sog xml serialization testJustin Clarke Casey2009-06-013-21/+22
* * minor: change the name of one serialization method to match its counterpartJustin Clarke Casey2009-06-014-7/+131
* * Fix race condition in save oarJustin Clarke Casey2009-06-014-28/+50