aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-12ubitode prim select was not doing phantom caseUbitUmarov1-6/+17
2012-03-12missing file in ubitODEUbitUmarov1-0/+1
2012-03-11ubitOde also knows a bit more about physical phantomUbitUmarov1-29/+142
2012-03-11 more phantom physics ( chODE and a fix in manager physicsactorUbitUmarov2-62/+121
2012-03-11initial steps to support physical phantomsUbitUmarov6-13/+73
2012-03-09ubitOde bugUbitUmarov1-2/+4
2012-03-09let chode and ubitode find ode.dll on windowsUbitUmarov2-0/+7
2012-03-05 update ubitOdeUbitUmarov4-78/+297
2012-03-04update UbitOdeUbitUmarov5-65/+69
2012-03-04update UbitODEUbitUmarov3-36/+55
2012-03-02This still causes terrain artefactsMelanie1-3/+3
2012-03-02This still causes terrain artefactsMelanie1-3/+1
2012-03-02update ubitODEUbitUmarov1-15/+45
2012-02-29ubitODE bug fixUbitUmarov1-1/+1
2012-02-29 update ubitODE to current working stateUbitUmarov2-113/+199
2012-02-29fixUbitUmarov1-1/+3
2012-02-29chODE: bad meshs get a a basic box or sphere geom with setted prim size. They...UbitUmarov2-503/+148
2012-02-28 made box a little largerUbitUmarov1-6/+6
2012-02-28A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov1-67/+50
2012-02-28Really dirty hack to make sims start. Causes errors but the ting runs. RemoveMelanie1-1/+5
2012-02-27 Let inworld meshs colide as such and not as basic prim all the time. Removed...UbitUmarov2-5/+10
2012-02-27 update ubitODE to my current working stateUbitUmarov4-568/+378
2012-02-26added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh d...UbitUmarov2-3/+41
2012-02-24 replace bad meshs by a small cube and log it.UbitUmarov1-5/+21
2012-02-24 stop using useless geom tricallback.UbitUmarov1-1/+2
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-0/+2
2012-02-23 fix the last fix. Regions are square but... Also remove the 0.5 offset in ma...UbitUmarov1-1/+3
2012-02-23 fix my bug on ChODE terrain heightmap buildUbitUmarov1-3/+3
2012-02-21Reverse the changed to ODE heightmap. It results in SERIOUS issues like anMelanie1-4/+4
2012-02-21Load 32-bit or 64-bit BulletSim Windows library automatically as appropriate.Justin Clark-Casey (justincc)1-0/+3
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-14/+1
2012-02-21Remove PhysXPlugin and wrappers.Justin Clark-Casey (justincc)5-1001/+0
2012-02-19minor fix to chODE terrain heighmap scaleUbitUmarov1-4/+4
2012-02-18changed how vehicle data is stored and passed to physics. use unsafe in seria...UbitUmarov4-59/+347
2012-02-18Report an error if the required native Windows ODE library can't be found.Justin Clark-Casey (justincc)1-1/+4
2012-02-18On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)2-3/+24
2012-02-17Added simple binary serializer/deserializer to chODE. 100% untested and most ...UbitUmarov5-1035/+1540
2012-02-16Comment out "experimental" log message printed out whenever a physics mesh wa...Justin Clark-Casey (justincc)1-2/+2
2012-02-15Now if chode prim.cs detects out of bounds it requests a update and blocks mo...UbitUmarov2-20/+45
2012-02-15don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov1-2/+2
2012-02-15Now if chode prim.cs detects out of bounds it requests a update and blocks mo...UbitUmarov2-20/+45
2012-02-15don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov1-2/+2
2012-02-15 try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov1-6/+50
2012-02-15 try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov1-6/+50
2012-02-11 remove drawstuff from ubitodeUbitUmarov4-256/+1
2012-02-11 removed outdated coments.UbitUmarov1-630/+0
2012-02-11 remove forgotten taints codeUbitUmarov1-32/+0
2012-02-11UbitODE: replace 'taints' by 'changes' for avatars also. This provides better...UbitUmarov3-250/+378
2012-02-11 vehicle changes done by simulation thread and not calling oneUbitUmarov2-132/+200
2012-02-11 changes to vehicle bankingUbitUmarov1-69/+23