| Commit message (Expand) | Author | Files | Lines |
2009-06-07 | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 5 | -0/+0 |
2009-06-07 | Rename private TestllAngleBetween method | Mike Mazur | 1 | -13/+13 |
2009-06-06 | Correct an error where the config file name was always considered to be a | Melanie Thielker | 5 | -7/+18 |
2009-06-06 | some code cleanup | Dahlia Trimble | 1 | -3/+0 |
2009-06-05 | * minor: tiny tweak just to trigger another panda build | Justin Clarke Casey | 1 | -1/+1 |
2009-06-05 | * A bug fix for the last mantis 3741 bugfix | Justin Clarke Casey | 1 | -10/+7 |
2009-06-05 | * A further fix for mantis 3641 (oar saves do not complete) | Justin Clarke Casey | 1 | -12/+15 |
2009-06-05 | * refactor: split out part xml writing in SceneObjectSerializer | Justin Clarke Casey | 1 | -2/+7 |
2009-06-05 | * Fix unit tests so that they correctly handle 404 missing asset response | Justin Clarke Casey | 3 | -9/+14 |
2009-06-05 | * Fix problem where known missing assets would stop save oar ever completing | Justin Clarke Casey | 3 | -14/+58 |
2009-06-05 | * Add oar saving timeout | Justin Clarke Casey | 5 | -4/+138 |
2009-06-05 | Thank you, thomax, for a patch to provide finer-grained access control to | Melanie Thielker | 6 | -4/+102 |
2009-06-05 | * Restructured Scenes Tests to follow (what I conceive of as being) current d... | lbsa71 | 5 | -0/+0 |
2009-06-05 | Committing mcortez's FlotsamAssetCache after several positive reviews. | Melanie Thielker | 1 | -0/+438 |
2009-06-04 | Changed a comment to reflect changes in config. | diva | 1 | -1/+1 |
2009-06-04 | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 8 | -40/+31 |
2009-06-04 | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 3 | -70/+70 |
2009-06-04 | Fix comparison of UUID with null. | Jeff Ames | 1 | -1/+1 |
2009-06-04 | Add copyright headers. | Jeff Ames | 12 | -26/+322 |
2009-06-04 | Update svn properties. | Jeff Ames | 5 | -3519/+3519 |
2009-06-03 | Committing the skeleton of the authentication service | Melanie Thielker | 1 | -0/+74 |
2009-06-03 | Make AssetMetadata [Serializable] to help in binary caching | Melanie Thielker | 1 | -0/+1 |
2009-06-03 | Committing the partial refactor of authentication services. No user functionlity | Melanie Thielker | 3 | -5/+85 |
2009-06-03 | * Making sure we fail a bit earlier if we have no AssetService | lbsa71 | 1 | -0/+7 |
2009-06-03 | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 8 | -2/+168 |
2009-06-03 | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -7/+13 |
2009-06-03 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -2/+5 |
2009-06-03 | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ... | Dahlia Trimble | 6 | -0/+3520 |
2009-06-03 | Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an... | Dahlia Trimble | 1 | -42/+80 |
2009-06-03 | revert r9765 due to too many errors on some compilers. Affects Mantis #3759 | Dahlia Trimble | 6 | -3519/+0 |
2009-06-03 | add body to an empty getter/setter | Dahlia Trimble | 1 | -1/+8 |
2009-06-03 | fix a int[] declaration | Dahlia Trimble | 1 | -1/+1 |
2009-06-02 | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ... | Dahlia Trimble | 6 | -0/+3512 |
2009-06-02 | Thank you kindly, MattSetzer, for a patch that solves a Mantis: | Charles Krinke | 1 | -2/+16 |
2009-06-02 | Thank you kindly, jonc, for a patch that: | Charles Krinke | 1 | -2/+2 |
2009-06-02 | * Pried apart the ODE tests. This fixes mantis #3212 | lbsa71 | 1 | -0/+0 |
2009-06-02 | * Add simple original xml serialization test | Justin Clarke Casey | 2 | -11/+75 |
2009-06-02 | Explicitly set the changed status of the prim groups affected in a delink | Melanie Thielker | 1 | -0/+1 |
2009-06-01 | * Allow for lowercase searching in standalone mode, when case sensitive | Arthur Valadares | 1 | -1/+15 |
2009-06-01 | * Removed some commented-out code | lbsa71 | 2 | -50/+0 |
2009-06-01 | Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de... | Jeff Ames | 1 | -17/+20 |
2009-06-01 | * Making silent logoff of old hung sessions for new connections default for | Arthur Valadares | 4 | -15/+7 |
2009-06-01 | * Add simple original sog xml serialization test | Justin Clarke Casey | 3 | -21/+22 |
2009-06-01 | * minor: change the name of one serialization method to match its counterpart | Justin Clarke Casey | 4 | -7/+131 |
2009-06-01 | * Fix race condition in save oar | Justin Clarke Casey | 5 | -32/+52 |
2009-06-01 | Fixed AvatarCreationModule (I think) | MW | 1 | -1/+1 |
2009-06-01 | trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -544/+544 |
2009-06-01 | part 1 of trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -545/+545 |
2009-06-01 | Some changes to the AvatarCreationModule to reduce the number of database rea... | MW | 1 | -69/+86 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 891 | -891/+891 |