| Commit message (Expand) | Author | Files | Lines |
2012-12-09 | Restrict IPresenceData.VerifyAgent | BlueWall | 1 | -3/+6 |
2012-12-08 | Add agent verification to Presence | BlueWall | 1 | -0/+11 |
2012-04-30 | Consistently use using() to make sure we dispose of used MySqlCommands where ... | Justin Clark-Casey (justincc) | 1 | -17/+19 |
2011-05-06 | remove further mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-10-13 | fix build break | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-10-13 | Correctly update the LastSeen field | Melanie Thielker | 1 | -1/+1 |
2010-10-13 | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 1 | -1/+3 |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 1 | -63/+3 |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 |
2010-03-04 | remove test presence from NullPresenceData since this appears to stop existin... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-02-08 | Make an exception report more clear. Fix a database access in Presence to | Melanie | 1 | -15/+22 |
2010-01-01 | New LL login service is working! -- tested in standalone only. Things still m... | Diva Canto | 1 | -3/+3 |
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 1 | -0/+52 |
2009-12-28 | Add the migration for friends and guard the presence Report function | Melanie | 1 | -0/+4 |
2009-12-27 | Add the MySQL presence data module | Melanie | 1 | -50/+39 |
2009-11-12 | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2009-11-12 | Stop iar save failing on corrupt assets | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2009-11-11 | Add basic new uuid gatherer tests to check behaviour when the gather seed is ... | Justin Clark-Casey (justincc) | 1 | -3/+8 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-08-14 | Re-enable TestSaveIarV0_1() | Justin Clark-Casey (justincc) | 1 | -3/+11 |
2009-08-11 | * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv... | Arthur Valadares | 1 | -2/+7 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-17 | Update svn properties. | Jeff Ames | 1 | -77/+77 |
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 1 | -64/+78 |
2008-12-15 | * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks | Justin Clarke Casey | 1 | -2/+2 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -1/+0 |
2008-06-26 | Separate POS classes into mutiple files. | Jeff Ames | 1 | -715/+0 |
2008-06-25 | More svn properties. Minor cleanup in POS. | Jeff Ames | 1 | -32/+47 |
2008-05-25 | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 1 | -0/+8 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-05-14 | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of... | Teravus Ovares | 1 | -1/+2 |
2008-05-06 | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... | Teravus Ovares | 1 | -2/+2 |
2008-05-03 | * Committing some collision stuffs that I'm working on. | Teravus Ovares | 1 | -0/+24 |
2008-04-23 | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 1 | -0/+11 |
2008-03-25 | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 1 | -0/+6 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -31/+30 |
2008-03-10 | ODEPlugin | Teravus Ovares | 1 | -0/+10 |
2008-03-10 | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 1 | -0/+17 |
2008-03-02 | * This is a very icky implementation of physical linkset prim using fixed joi... | Teravus Ovares | 1 | -0/+16 |
2008-02-23 | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 1 | -0/+10 |
2008-02-18 | ODE: Tired of floating above the ground after crossing a border? Boy have I ... | Teravus Ovares | 1 | -1/+1 |
2008-02-17 | * Located and destroyed the weird velocity and rotation transfers. It turned... | Teravus Ovares | 1 | -0/+10 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -9/+9 |
2008-02-13 | * Bigish ODE stability Update. Run Prebuild | Teravus Ovares | 1 | -0/+8 |
2008-02-13 | * Made physical prim stable enough for the general population to turn on. (th... | Teravus Ovares | 1 | -0/+10 |
2008-02-11 | * Added PhysicsScene.Dispose() | Teravus Ovares | 1 | -0/+3 |
2008-01-29 | * Implemented grab and throw in ODE. It's a little strong still so toss gent... | Teravus Ovares | 1 | -0/+21 |
2008-01-12 | * Added some of the finer control points to POS such as | Teravus Ovares | 1 | -0/+7 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -33/+51 |
2007-12-19 | * Re-did the mass calculations in ODE for Prim | Teravus Ovares | 1 | -0/+36 |