aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Move setting to correct locations in iniBlueWall2012-12-122-26/+25
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-12-1218-111/+353
|\
| * BulletSim: do not return the current velocity for targetVelocity.Robert Adams2012-12-121-0/+11
| * BulletSim: fix crash caused by the creation of a linkset child that is under ...Robert Adams2012-12-111-4/+4
| * BulletSim: protect character property setting to remove crash from taints set...Robert Adams2012-12-112-21/+42
| * BulletSim: protect prim property setting to remove crash from taints setting ...Robert Adams2012-12-113-20/+45
| * BulletSim: modify LIMIT_MOTOR_UP to limit BOAT types to be at water rather th...Robert Adams2012-12-111-2/+2
| * BulletSim: add ini file and command line parameters to controlRobert Adams2012-12-114-8/+22
| * BulletSim: set mass for single prim linksets when going physical. This fixes ...Robert Adams2012-12-111-1/+8
| * BulletSim: comment out some chatty debug logging. Rearrange some code in BSDy...Robert Adams2012-12-102-5/+7
| * BulletSim: Fix crash on the destruction of physical linksets.Robert Adams2012-12-1012-38/+155
| * BulletSim: some comments about rebuilding linksets (having to recompute and r...Robert Adams2012-12-091-3/+6
| * BulletSim: adjust friction and restitution based on material type.Robert Adams2012-12-092-5/+17
| * HGAssetMapper: Get wasn't really working. It's true that some assets are copi...Diva Canto2012-12-091-3/+35
| * Switched the order by which foreign inventory and foreign assets are brought ...Diva Canto2012-12-091-6/+4
* | Replace Mono.Addins librariesBlueWall2012-12-113-0/+0
* | Hide some console output when initializing addin repositoryBlueWall2012-12-112-0/+29
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-12-094-17/+17
|\
| * Restrict IPresenceData.VerifyAgentBlueWall2012-12-094-17/+17
* | UserManagementModule: search the local cache for names too.Diva Canto2012-12-092-1/+11
* | Replaced Mono.Addins dlls with ones compiled in Windows 64-bit.Diva Canto2012-12-093-0/+0
|/
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-12-087-91/+111
|\
| * Add back openjpeg dll for WindowsBlueWall2012-12-082-0/+0
| * BulletSim: set material properties for static objects. Move Linkset.MakeStati...Robert Adams2012-12-082-11/+24
| * BulletSim: fix small problem with setting size/scale of native shapes which c...Robert Adams2012-12-081-6/+9
| * BulletSim: update comments and add more to TODO list.Robert Adams2012-12-082-4/+10
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-12-083-2/+3
| |\
| * | Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t...Justin Clark-Casey (justincc)2012-12-081-70/+68
* | | Add agent verification to PresenceBlueWall2012-12-084-0/+36
| |/ |/|
* | Format changeBlueWall2012-12-071-1/+1
* | One more time...BlueWall2012-12-071-1/+1
* | Prebuild fixBlueWall2012-12-072-1/+2
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2012-12-071-0/+5
|\
| * Added missing config var in grided sims.Diva Canto2012-12-071-0/+5
* | Merge branch 'master' into connector_pluginBlueWall2012-12-0754-797/+2176
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-12-0633-419/+1136
| |\
| | * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-12-0711-359/+462
| | |\
| | | * BulletSim: update DLLs and SOs with vehicle collision event checkRobert Adams2012-12-064-0/+0
| | | * BulletSim: rewrite and improve vehicle angularDeflection, verticalAttraction,Robert Adams2012-12-062-83/+130
| | | * BulletSim: update and add to the TODO list.Robert Adams2012-12-061-31/+56
| | | * BulletSim: add detail logging detail flag so I don't have to comment and unco...Robert Adams2012-12-061-27/+34
| | | * BulletSim: only check position sanity if the prim is physical -- the user can...Robert Adams2012-12-061-3/+1
| | | * BulletSim: add values for material friction and restitution. Fix line endings...Robert Adams2012-12-061-191/+185
| | | * BulletSim: Don't add gravity to down force -- let Bullet do that. Add Vehicle...Robert Adams2012-12-061-14/+28
| | | * BulletSim: Vehicle angular vertical attraction works. Other vehicle angular f...Robert Adams2012-12-062-20/+38
| | | * fix openjpeg on 64 bit OSX we were pointing to a file taht did notnebadon2012-12-061-1/+1
| | * | Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai...Justin Clark-Casey (justincc)2012-12-072-1/+511
| | |/
| | * minor: change method doc on GetTextureHandler.TryParseRange(), mainly to trig...Justin Clark-Casey (justincc)2012-12-061-2/+2
| | * Allow GetTexture calls with no second value in the range header (e.g. just 53...Justin Clark-Casey (justincc)2012-12-061-1/+34
| | * Instead of printing script errors out to console, put to debug log so that we...Justin Clark-Casey (justincc)2012-12-061-1/+11