| Commit message (Expand) | Author | Age | Files | Lines |
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 2 | -2/+2 |
* | corrections to viewerMode AddPos() | dahlia | 2009-09-25 | 2 | -1/+40 |
* | Meshmerizer stores dictionary of unique Meshes keyed on construction paramete... | Dan Lake | 2009-09-24 | 3 | -78/+95 |
* | modify BulletDotNETPrim.cs in preparation for Mantis #4181 | dahlia | 2009-09-24 | 1 | -112/+122 |
* | Alternate algorithm for fixing avatar capsule tilt (Mantis #2905) | nlin | 2009-09-18 | 1 | -60/+72 |
* | Add test to check behaviour if an iar is loaded where no user profile exists ... | Justin Clark-Casey (justincc) | 2009-09-09 | 1 | -16/+6 |
* | * Fix for GetTerrainHeightAtXY to make it compatible when Constants.RegionSiz... | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -3/+4 |
* | * Fixes the function 'GetTerrainHeightAtXY' | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -16/+26 |
* | eliminate unnecessary storage of mesh objects which are no longer necessary a... | dahlia | 2009-09-02 | 1 | -1/+0 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-09-03 | 1 | -2/+2 |
* | * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ... | Teravus Ovares (Dan Olivares) | 2009-09-02 | 2 | -1/+77 |
* | Thank you, dslake, for a set of patches to improve OpenSim startup | Melanie | 2009-09-02 | 3 | -5/+15 |
* | Applying Mantis #4079. Thank you, dslake | Melanie | 2009-09-01 | 2 | -109/+57 |
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-08-26 | 5 | -16/+14 |
|\ |
|
| * | Add copy constructor to PhysicsVector. | Jeff Ames | 2009-08-26 | 1 | -0/+5 |
| * | Formatting cleanup, minor refactoring. | Jeff Ames | 2009-08-26 | 4 | -16/+9 |
* | | * It turns out that Physics heightmap values were being stored in managed mem... | Teravus Ovares (Dan Olivares) | 2009-08-21 | 1 | -22/+27 |
* | | * Fixes Terrain issues with combined regions. | Teravus Ovares (Dan Olivares) | 2009-08-20 | 2 | -74/+137 |
* | | *remove conflicts | Teravus Ovares (Dan Olivares) | 2009-08-18 | 1 | -9/+4 |
|\ \
| |/ |
|
| * | Did I say that i don't like git? Remove some stuff that shouldn't have | Melanie | 2009-08-17 | 1 | -30/+8 |
| * | Add System.Xml reference to the console project | Melanie | 2009-08-17 | 1 | -8/+30 |
| * | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -9/+4 |
* | | * Some Physics Scene Changes to prepare for larger regions | Teravus Ovares (Dan Olivares) | 2009-08-18 | 4 | -52/+59 |
* | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-08-15 | 1 | -6/+4 |
|\ \
| |/ |
|
| * | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 2009-08-13 | 1 | -6/+4 |
* | | * part one of adding physics combining | Teravus Ovares (Dan Olivares) | 2009-08-15 | 2 | -0/+19 |
|/ |
|
* | Minor: formatting cleanup. | Jeff Ames | 2009-08-11 | 1 | -6/+4 |
* | Split BasicPhysics classes into separate files. | Jeff Ames | 2009-08-11 | 3 | -415/+508 |
* | * Fix one physics crash for regions larger then 512mx512m | Teravus Ovares (Dan Olivares) | 2009-08-08 | 1 | -1/+4 |
* | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 5 | -7/+7 |
* | * Remove hard coded 256 limitations from various places. There's no more 2... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 4 | -15/+50 |
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -1/+2 |
* | starting to refactor path generation out of prim extrusion | dahlia | 2009-08-03 | 1 | -2/+18 |
* | Flag certain meshes to avoid vertex list compaction. This should help speed u... | Dahlia Trimble | 2009-07-30 | 1 | -0/+2 |
* | Formatting cleanup. | Jeff Ames | 2009-07-23 | 2 | -3/+3 |
* | * Whoops, forgot the water heightfield. | Teravus Ovares | 2009-07-22 | 2 | -2/+5 |
* | * Exclude heightfield geom from the raycast test. | Teravus Ovares | 2009-07-22 | 2 | -1/+70 |
* | * nothing in this commit, re-triggering panda.. which crashed while testing. | Teravus Ovares | 2009-07-21 | 1 | -1/+1 |
* | * Fixed a case where a prim was a NullPhysicsActor instead of an OdePrim | Teravus Ovares | 2009-07-21 | 1 | -72/+100 |
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ... | Teravus Ovares | 2009-07-19 | 8 | -1/+364 |
* | Revert the nonessential part of r10033 to restore sanity to trampolines | Melanie Thielker | 2009-07-16 | 1 | -4/+6 |
* | * Tweaking collision reporting a little more in ScenePresence to not check if... | Teravus Ovares | 2009-07-16 | 1 | -2/+2 |
* | Fix for avatar falling through terrain when av_capsule_tilted=false, Mantis #... | nlin | 2009-07-15 | 1 | -8/+78 |
* | Thank you, Twitch, for a patch to restore mayhem and murder to OpenSim | Melanie Thielker | 2009-07-14 | 1 | -6/+6 |
* | add a constructor overload and an AddPos method to SculptMesh | Dahlia Trimble | 2009-07-14 | 1 | -0/+33 |
* | Some improvements to prim face numbering - only affects viewers using PrimMesher | Dahlia Trimble | 2009-07-11 | 1 | -11/+17 |
* | Experimental fix for tilted avatar capsule, Mantis #2905 | nlin | 2009-07-08 | 2 | -7/+29 |
* | - fixes a "collection out of sync" exception in the ODE physics | Dr Scofield | 2009-06-25 | 2 | -36/+53 |
* | Properly reset a vehicle's status to VEHICLE_TYPE_NONE when requested | Melanie Thielker | 2009-06-19 | 1 | -0/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-10 | 1 | -2/+2 |