| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed sculpted prim texture scaling method to bilinear to reduce scaling ar... | Dahlia Trimble | 2008-11-16 | 1 | -1/+2 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-14 | 1 | -1/+1 |
* | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... | Justin Clarke Casey | 2008-11-12 | 1 | -1/+1 |
* | Thank you, idb, for a patch that fixes avatar height calculation | Melanie Thielker | 2008-11-10 | 1 | -3/+4 |
* | Enabled SoftERP for the contact structure but not SoftCFM. | Charles Krinke | 2008-11-09 | 1 | -1/+6 |
* | Clean up a few comments. | Charles Krinke | 2008-11-09 | 1 | -11/+3 |
* | Clean up the mass < 0 logic a tiny bit when | Charles Krinke | 2008-11-09 | 1 | -2/+1 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2008-11-06 | 1 | -1/+1 |
* | * minor: Make some 'startup config failed to load' log messages more consistent | Justin Clarke Casey | 2008-11-06 | 1 | -1/+1 |
* | Add more vertex normals and UV coordinates. Sync with primmesher.dll forge pr... | Dahlia Trimble | 2008-11-05 | 1 | -49/+123 |
* | Revert last checkin. Avatars fall through non-physical prims now. | Charles Krinke | 2008-11-01 | 1 | -12/+7 |
* | Added soft_cfm and soft_erp to the general "contact" initialization | Charles Krinke | 2008-11-01 | 1 | -7/+12 |
* | Viewer side normals and UV fixes on profile cuts. Sync with primmesher.dll fo... | Dahlia Trimble | 2008-10-29 | 1 | -49/+59 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-10-28 | 1 | -4/+4 |
* | some sorely needed extruder code simplification and refactoring, also some fi... | Dahlia Trimble | 2008-10-28 | 1 | -138/+50 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-10-27 | 1 | -2/+1 |
* | Add end faces when radius setting is non-zero | Dahlia Trimble | 2008-10-24 | 1 | -5/+8 |
* | * minor: eliminate some mono compiler warnings | Justin Clarke Casey | 2008-10-24 | 1 | -2/+1 |
* | un-double-flipped some double-flipped normals in circular path prim end caps | Dahlia Trimble | 2008-10-24 | 1 | -42/+2 |
* | Fixed a floating point error accumulation that was causing missing end faces ... | Dahlia Trimble | 2008-10-24 | 1 | -34/+68 |
* | * Add a config option for filtering collisions. Sometimes, under load, this... | Teravus Ovares | 2008-10-22 | 1 | -0/+5 |
* | More work in vertex normals and texture UVs. Syncing code with pyov. | Dahlia Trimble | 2008-10-21 | 1 | -18/+328 |
* | * minor: remove mono warnings | Justin Clarke Casey | 2008-10-19 | 1 | -1/+1 |
* | More progress towards implementing vertex normals - not complete yet. | Dahlia Trimble | 2008-10-19 | 1 | -116/+371 |
* | * Changed the dupe collision depth limiter to be slightly more restrictive. (... | Teravus Ovares | 2008-10-18 | 1 | -3/+3 |
* | * Fix an over compensation for bounciness on flat Primitive | Teravus Ovares | 2008-10-17 | 2 | -9/+7 |
* | * Adds a lot of stability and performance to the physics engine. The avata... | Teravus Ovares | 2008-10-17 | 1 | -1/+86 |
* | * minor: get rid of pointless ipeSender | Justin Clarke Casey | 2008-10-16 | 1 | -0/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2401 | Justin Clarke Casey | 2008-10-16 | 1 | -0/+1 |
* | * Releases the inter-region thread synchronization between physics in ODE on ... | Teravus Ovares | 2008-10-16 | 3 | -6/+7 |
* | * minor: Oh go on, one more warning. Oooh, you are naughty | Justin Clarke Casey | 2008-10-15 | 1 | -1/+0 |
* | * minor: remove some warnings | Justin Clarke Casey | 2008-10-15 | 1 | -3/+3 |
* | * Cleaned up tons of code duplication in ODEPrim | Teravus Ovares | 2008-10-14 | 2 | -313/+235 |
* | Committing more work towards implementing vertex normals. Also added some (ho... | Dahlia Trimble | 2008-10-13 | 2 | -63/+174 |
* | * Based on user reports, it looks like the OS specific settings have been uni... | Teravus Ovares | 2008-10-13 | 1 | -4/+4 |
* | * This updates ODE to the most up-to-date version as of today. 1558 | Teravus Ovares | 2008-10-12 | 1 | -0/+1 |
* | removed some more extraneous hidden faces | Dahlia Trimble | 2008-10-12 | 1 | -9/+23 |
* | Fixed a missing face on a profile cut | Dahlia Trimble | 2008-10-12 | 1 | -4/+23 |
* | Optimization: calculation of profile vertex normals is now disabled as default. | Dahlia Trimble | 2008-10-12 | 1 | -14/+102 |
* | Eliminate some unnecessary polygons | Dahlia Trimble | 2008-10-11 | 1 | -10/+25 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-10-10 | 2 | -25/+25 |
* | Some more decrufting | Dahlia Trimble | 2008-10-10 | 1 | -108/+30 |
* | Some decrufting | Dahlia Trimble | 2008-10-10 | 1 | -228/+46 |
* | refactoring PrimMesher to add viewer compatable features and some code cleanup | Dahlia Trimble | 2008-10-10 | 3 | -91/+283 |
* | Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms. | Dahlia Trimble | 2008-10-04 | 1 | -0/+4 |
* | Square hollow size in cylinder meshes were a little too small - fixed. | Dahlia Trimble | 2008-10-02 | 1 | -0/+2 |
* | Implement the plumbing for llSetVehicleType from the LSL | Charles Krinke | 2008-09-28 | 8 | -0/+55 |
* | Added the plumbing for llSetVehicleRotationParam | Charles Krinke | 2008-09-28 | 8 | -0/+47 |
* | Plumb the connection though from llSetVehicleVectorParam | Charles Krinke | 2008-09-28 | 8 | -30/+67 |
* | Plumb the connection through from llSetVehicleFloatParam | Charles Krinke | 2008-09-28 | 8 | -2/+57 |